expose more techs for master progress

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-22 12:12:06 +03:00
parent de56865864
commit a9dc2ce6c3
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 13 additions and 2 deletions

View File

@ -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 {