Skip to content

Commit 2bc33b6

Browse files
committed
docs(client): align SPA architecture/docs labels with current route and navigation behavior
1 parent 6b95e96 commit 2bc33b6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/SPA_ARCHITECTURE_PLAN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
- Role-restricted routes:
2929
- `/admin` -> `Administrator`.
3030
- `/activity/log` -> `Administrator` or `ProjectManager`.
31-
- UI actions are role-gated for privileged operations (for example, admin-only account creation actions).
31+
- `/tasks/my-tasks` -> `Administrator` or `User`.
32+
- UI actions are role-gated for privileged operations (for example, admin-only account creation actions and management-only project creation).
3233
- Preview-mode routes require an explicit debug session started from landing page.
3334

3435
## Sidebar information architecture (current)

src/app/features/docs/components/project-docs/project-docs.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class ProjectDocsComponent {
4343
'Activity: My Activity, Activity Log, Calendar, Search & Filters',
4444
'Account: Profile & Security, Settings',
4545
'Administration: Admin Dashboard',
46-
'About: Project Docs'
46+
'About: Documentation'
4747
];
4848

4949
readonly engineeringStandards = [

0 commit comments

Comments
 (0)