Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested project pages should (be able to) have hierarchical URLs #631

Open
greatislander opened this issue Jun 16, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@greatislander
Copy link
Member

Is your feature request related to a problem? Please describe.

Currently one can have a project page with a subpage. E.g. "My Project" and "My Project Reports". Right now, this would lead to URLs as follows:

  • /projects/my-project/
  • /projects/my-project-reports/

Describe the solution you'd like

Ideally, nested projects and subpages could have hierarchical URLs generated automatically, e.g.:

  • /projects/my-project/
  • /projects/my-project/reports/

Describe alternatives you've considered

Users can currently enter a custom URL for all project pages and subpages but it would be great to support this without requiring user input (other than specifying the page hierarchy).

Additional context

See changes related to parent/child project pages here: chosww#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant