works: add rosmintrud
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3dc54cd3b4
commit
2aa485c578
2 changed files with 20 additions and 0 deletions
|
@ -4,6 +4,24 @@ import { Technology } from "./domain/Technology.ts";
|
||||||
import { Work } from "./domain/Work.ts";
|
import { Work } from "./domain/Work.ts";
|
||||||
|
|
||||||
export const CHRONOLOGICAL_WORKS: Work[] = [
|
export const CHRONOLOGICAL_WORKS: Work[] = [
|
||||||
|
{
|
||||||
|
name: "Master Progress Rosmintrud tools",
|
||||||
|
url: "https://rosmintrud.masterprogress.ru",
|
||||||
|
description:
|
||||||
|
"Internal service to prepare documents for the rosmintrud (SPA)",
|
||||||
|
roles: [Role.TechLead],
|
||||||
|
technologies: [
|
||||||
|
Technology.Deno,
|
||||||
|
Technology.Sqlite,
|
||||||
|
Technology.TypeScript,
|
||||||
|
Technology.Vue,
|
||||||
|
Technology.Docker,
|
||||||
|
Technology.Woodpecker,
|
||||||
|
Technology.Nix,
|
||||||
|
],
|
||||||
|
startDate: new Date("2023-07-03"),
|
||||||
|
status: Status.ActiveDeveloped,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "yandexgpt_tg_bot",
|
name: "yandexgpt_tg_bot",
|
||||||
url: "/pleshevskiy/yandexgpt_tg_bot",
|
url: "/pleshevskiy/yandexgpt_tg_bot",
|
||||||
|
|
|
@ -18,4 +18,6 @@ export enum Technology {
|
||||||
TreeSitter = "TreeSitter",
|
TreeSitter = "TreeSitter",
|
||||||
Nix = "Nix",
|
Nix = "Nix",
|
||||||
Lua = "Lua",
|
Lua = "Lua",
|
||||||
|
Sqlite = "Sqlite",
|
||||||
|
Vue = "Vue",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue