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

Page Relations #384

Open
ghost opened this issue May 30, 2022 · 1 comment
Open

Page Relations #384

ghost opened this issue May 30, 2022 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented May 30, 2022

We have identified a need to group pages into categories and provide next/previous links to related pages.

This will need further discussion to confirm the needed relations and new types.

@ghost ghost added enhancement help wanted php Pull requests that update Php code Needs Refinement labels May 30, 2022
@ghost
Copy link
Author

ghost commented Oct 6, 2022

Some suggestions:

  • BelongsToMany relation with users to explicitly specify which users can edit a page.
  • Optional BelongsTo relation for next, previous & parent pages.
  • bool or enum field to indicate whether the page is a draft / is published. We might want to make collaborative edits before the client grabs and build the corresponding wiki page.
  • Optional BelongsTo relation for category to group pages by concern (Encoding, Guidelines) etc.

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

No branches or pull requests

0 participants