expose more techs for master progress
This commit is contained in:
parent
de56865864
commit
a9dc2ce6c3
1 changed files with 13 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue