From a9dc2ce6c3b2b6453d294275743ef53e1a563ed7 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 22 Jun 2022 12:12:06 +0300 Subject: [PATCH] expose more techs for master progress --- views/pages/works.ts | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/views/pages/works.ts b/views/pages/works.ts index 9a4678a..f278f46 100644 --- a/views/pages/works.ts +++ b/views/pages/works.ts @@ -102,7 +102,13 @@ export function WorksPage(ctx: Context): AnyNode { description: "Student's cabinet of the educational center Master Progress (SSR + SPA)", roles: [Role.TechLead], - technologies: [Technology.Python, Technology.Flask, Technology.React], + technologies: [ + Technology.Python, + Technology.Flask, + Technology.Postgresql, + Technology.TypeScript, + Technology.React, + ], start: "2019", statuses: [Status.PassivelyMaintained], }, @@ -111,7 +117,11 @@ export function WorksPage(ctx: Context): AnyNode { description: "Main website of the educational center Master Progress (SSR + Forms)", roles: [Role.TechLead], - technologies: [Technology.Python, Technology.Flask], + technologies: [ + Technology.Python, + Technology.Flask, + Technology.JavaScript, + ], start: "2018", statuses: [Status.PassivelyMaintained], }, @@ -189,6 +199,7 @@ enum Technology { NodeJS = "NodeJS", Flask = "Flask", React = "React", + Postgresql = "PostgreSQL", } enum Status {