dealspace/api
James 051c6afe19 Fix project page: route alias + request rendering + remove smoke test data
- 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
2026-03-01 06:53:05 -05:00
..
chat.go Switch Aria chatbot from Anthropic to Fireworks (llama-v3p3-70b) 2026-02-28 04:55:32 -05:00
handlers.go Security audit 2026-02-28: fix critical/high findings 2026-02-28 07:17:06 -05:00
integration_test.go Comprehensive test suite: orgs, requests import, RBAC super_admin, domain validation 2026-02-28 07:20:09 -05:00
middleware.go Fix CSP: allow Tailwind CDN and Google Fonts 2026-02-28 11:45:49 -05:00
middleware_test.go Security audit 2026-02-28: fix critical/high findings 2026-02-28 07:17:06 -05:00
orgs_test.go Comprehensive test suite: orgs, requests import, RBAC super_admin, domain validation 2026-02-28 07:20:09 -05:00
requests_test.go Comprehensive test suite: orgs, requests import, RBAC super_admin, domain validation 2026-02-28 07:20:09 -05:00
routes.go Fix project page: route alias + request rendering + remove smoke test data 2026-03-01 06:53:05 -05:00