Summary
The routing setup in App.tsx is straightforward but undocumented. Contributors adding new pages do not know where to register the route, what naming conventions to follow for the page component file, or how to handle protected vs public routes.
Scope
- Add a short contributor guide section covering: where routes are registered, file naming convention for page components, and how to mark a route as auth-protected
- Include a minimal worked example of adding a new public page
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The routing setup in
App.tsxis straightforward but undocumented. Contributors adding new pages do not know where to register the route, what naming conventions to follow for the page component file, or how to handle protected vs public routes.Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram