Projects were stored purely in useState — lost on every page refresh. - Add harness_projects table (id, name, workspaces jsonb) - Add /api/projects CRUD route (GET/POST/PUT/DELETE) - Load projects from DB on dashboard mount - All project mutations (create, delete, add/remove repo) now persist via API calls
27 lines
493 B
JSON
27 lines
493 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "7",
|
|
"when": 1774124029586,
|
|
"tag": "0000_sparkling_gressill",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "7",
|
|
"when": 1774127485727,
|
|
"tag": "0001_stale_pride",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 2,
|
|
"version": "7",
|
|
"when": 1774178806032,
|
|
"tag": "0002_cold_annihilus",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |