You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: