Restructure the projec and start adding projects

Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
2026-05-19 10:55:53 +02:00
parent f04f5b923f
commit 1c3df23bf9
19 changed files with 270 additions and 167 deletions

View File

@@ -11,9 +11,9 @@ type ProjectData struct {
Name string
Slug string
Description string
OwnerID string
CreatedAt string
ArchivedAt time.Time
CreatedBy string
CreatedAt time.Time
ArchivedAt sql.NullTime
Blocked bool
UpdatedAt time.Time
UpdatedBy string