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:
|
description:
|
||||||
"Student's cabinet of the educational center Master Progress (SSR + SPA)",
|
"Student's cabinet of the educational center Master Progress (SSR + SPA)",
|
||||||
roles: [Role.TechLead],
|
roles: [Role.TechLead],
|
||||||
technologies: [Technology.Python, Technology.Flask, Technology.React],
|
technologies: [
|
||||||
|
Technology.Python,
|
||||||
|
Technology.Flask,
|
||||||
|
Technology.Postgresql,
|
||||||
|
Technology.TypeScript,
|
||||||
|
Technology.React,
|
||||||
|
],
|
||||||
start: "2019",
|
start: "2019",
|
||||||
statuses: [Status.PassivelyMaintained],
|
statuses: [Status.PassivelyMaintained],
|
||||||
},
|
},
|
||||||
|
@ -111,7 +117,11 @@ export function WorksPage(ctx: Context): AnyNode {
|
||||||
description:
|
description:
|
||||||
"Main website of the educational center Master Progress (SSR + Forms)",
|
"Main website of the educational center Master Progress (SSR + Forms)",
|
||||||
roles: [Role.TechLead],
|
roles: [Role.TechLead],
|
||||||
technologies: [Technology.Python, Technology.Flask],
|
technologies: [
|
||||||
|
Technology.Python,
|
||||||
|
Technology.Flask,
|
||||||
|
Technology.JavaScript,
|
||||||
|
],
|
||||||
start: "2018",
|
start: "2018",
|
||||||
statuses: [Status.PassivelyMaintained],
|
statuses: [Status.PassivelyMaintained],
|
||||||
},
|
},
|
||||||
|
@ -189,6 +199,7 @@ enum Technology {
|
||||||
NodeJS = "NodeJS",
|
NodeJS = "NodeJS",
|
||||||
Flask = "Flask",
|
Flask = "Flask",
|
||||||
React = "React",
|
React = "React",
|
||||||
|
Postgresql = "PostgreSQL",
|
||||||
}
|
}
|
||||||
|
|
||||||
enum Status {
|
enum Status {
|
||||||
|
|
Loading…
Reference in a new issue