Skip to content

Missing legal pages: Terms of Service and Privacy Policy return 404 #5

@Dr-Agentic

Description

@Dr-Agentic

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

  1. Visit http://localhost:7100/terms → 404
  2. Visit http://localhost:7100/privacy → 404
  3. 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

  • Create /terms page with Terms of Service content
  • Create /privacy page with Privacy Policy content
  • Verify footer links point to correct routes
  • Pages should be responsive and match app styling

Severity

Medium - Legal requirement for product launch

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions