update projects
ci/woodpecker/manual/woodpecker Pipeline failed Details

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
1 changed files with 13 additions and 1 deletions

View File

@ -4,6 +4,18 @@ import { Technology } from "./domain/Technology.ts";
import { Work } from "./domain/Work.ts";
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",
url: "https://rosmintrud.masterprogress.ru",
@ -20,7 +32,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
Technology.Nix,
],
startDate: new Date("2023-07-03"),
status: Status.ActiveDeveloped,
status: Status.PassivelyMaintained,
},
{
name: "yandexgpt_tg_bot",