Description
The Terms of Service (/terms) and Privacy Policy (/privacy) pages are returning 404 errors. These are essential legal pages required for any product, especially one handling user data.
Steps to Reproduce
- Visit
http://localhost:7100/terms → 404
- Visit
http://localhost:7100/privacy → 404
- Try accessing from footer links (likely linked there)
Expected Behavior
/terms should display Terms of Service
/privacy should display Privacy Policy
- Both should be accessible from the footer
Technical Notes
- Need pages at
web/app/terms/page.tsx and web/app/privacy/page.tsx
- These are likely linked in the footer component
- Should contain legally appropriate content for a project management app
Acceptance Criteria
Severity
Medium - Legal requirement for product launch
Description
The Terms of Service (
/terms) and Privacy Policy (/privacy) pages are returning 404 errors. These are essential legal pages required for any product, especially one handling user data.Steps to Reproduce
http://localhost:7100/terms→ 404http://localhost:7100/privacy→ 404Expected Behavior
/termsshould display Terms of Service/privacyshould display Privacy PolicyTechnical Notes
web/app/terms/page.tsxandweb/app/privacy/page.tsxAcceptance Criteria
/termspage with Terms of Service content/privacypage with Privacy Policy contentSeverity
Medium - Legal requirement for product launch