Skip to content

Progress Summary & TODOs

13. Progress Summary & TODOs

Snapshot of SPEX Frontend docs & implementation progress. Tracks what’s completed and what’s next with code/doc links.

Completed - 01. Overview & Environment → docs/index.md - 02. Project Structure & Aliases → docs/getting-started/project-structure.md - 03. UI Navigation Flows → docs/tutorials/ui-navigation-flows.md - 04. Common Workflows → docs/tutorials/common-workflows.md - 05. Routing Map & Deep Links → docs/api-reference/routing.md - 06. State Management (Redux + Sagas) → docs/api-reference/state-management.md - 07. API Client & Auth → docs/api-reference/api-client-auth.md - 08. Shared Components Reference → docs/api-reference/shared-components.md - 09. Example Flows with Code Links → docs/examples/example-flows.md - 10. Troubleshooting → docs/reference/troubleshooting.md - 11. Frontend FAQ → docs/reference/faq.md - 12. Theme & Global Styles → docs/ui-theming/theme-and-styles.md

In Progress / Next - 13. Progress Summary & TODOs → this page - 14. Changelog & Release Notes → docs/development/changelog.md - 15. MkDocs Setup (Material) and Docs Scaffold → mkdocs.yml - 16. GitHub Pages Workflow (build & deploy) → .github/workflows/gh-pages.yml - 17. Update README with Docs Links & Local Serve → README.md - 18. Update memory_bank to new plan → memory_bank/* - 19. Sync tasks to Linear under 'SPEX Frontend Docs' → memory_bank/linear_tasks.csv

Key Code Anchors - Router: src/routes/index.jsx:10-14, src/routes/PrivateRoutes.jsx:21-62 - Paths: src/models/PathNames.js:1-12 - Store/Sagas: src/redux/index.js:1, src/redux/modules/index.js:32-35 - Themes: src/components/App/index.jsx:10-34, src/themes/index.js:1-60