update projects
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Dmitriy Pleshevskiy 2024-03-12 16:59:14 +03:00
parent 3d5bbe3cbf
commit 81ed5fd91e
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -4,6 +4,18 @@ 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: "Mindustry tools",
url: "/pleshevskiy/mindustry-tools",
description: "Tools for the Mindustry game",
roles: [Role.Author],
technologies: [
Technology.Nix,
Technology.Godot,
],
startDate: new Date("2024-01-07"),
status: Status.PassivelyMaintained,
},
{ {
name: "Master Progress Rosmintrud tools", name: "Master Progress Rosmintrud tools",
url: "https://rosmintrud.masterprogress.ru", url: "https://rosmintrud.masterprogress.ru",
@ -20,7 +32,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
Technology.Nix, Technology.Nix,
], ],
startDate: new Date("2023-07-03"), startDate: new Date("2023-07-03"),
status: Status.ActiveDeveloped, status: Status.PassivelyMaintained,
}, },
{ {
name: "yandexgpt_tg_bot", name: "yandexgpt_tg_bot",