this commit adds more documentation to the application

This commit is contained in:
2026-02-03 09:08:05 +01:00
parent 9441291070
commit 02dfc1568c
5 changed files with 488 additions and 17 deletions

View File

@@ -8,6 +8,12 @@ ### Root Level
- `docs/index.md` - This file; master index of all project documentation
- `docs/technical-requirements.md` - Technical requirements for the questionnaire system
- `docs/flow.md` - Mermaid flowchart of the two-stage Go/No Go process (pre-screening → category questionnaire)
- `docs/implementation-plan.md` - Step-by-step implementation plan from bare install to production-ready (14 steps with status tracking)
### Frontend
- `docs/theming-templating-vue.md` - Design tokens, Tailwind config, layout, shared Vue components, icon and scoring color standards
### Agents