- Add /api/projects/{projectID} route (was only /detail, frontend called without suffix)
- Fix project.html: unwrap response envelope (API returns {project:..., workstreams:...})
- Fix request list: use r.data || parseData(r.data_text) so r.data.title renders correctly
- DB: deleted 5 smoke test projects + their entries/access records from Shannon
|
||
|---|---|---|
| .. | ||
| chat.go | ||
| handlers.go | ||
| integration_test.go | ||
| middleware.go | ||
| middleware_test.go | ||
| orgs_test.go | ||
| requests_test.go | ||
| routes.go | ||