- New apps/web/cypress/e2e/home-planning.cy.ts (mocked API, same cy.intercept convention as auth.cy.ts): - sidebar nav between sections + active-link highlighting - user name + logout from the sidebar footer - home planning: empty / loaded (table rows) / error states - specs/frontend-architecture.md: documents AppLayout (single RequireAuth+AppLayout parent route, nested routes via <Outlet />), the ComingSoonPage stub pattern, updated folder tree and i18n namespace list, updated routing diagram. - README.md: new "Accueil, sidebar & sections" section; notes the Cypress-can't-run-headless-here environment limitation (confirmed pre-existing on main) and the docker-vs-local-dev CORS_ORIGIN gotcha hit while manually verifying this feature. Closes out the home-page-after-login feature (5 commits, this PR): GET /planning/current -> AppLayout -> routing/stub pages -> HomePage planning view -> this commit. |
||
|---|---|---|
| .. | ||
| cypress | ||
| src | ||
| .env.example | ||
| cypress.config.ts | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||