ProfessionalWiki / PageApprovals

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Implement UI and API for Approver Category Management #4

Closed JeroenDeDauw closed 2 months ago

JeroenDeDauw commented 3 months ago

AC:

Potentially as follow-up:


Ideas so far: Table with user and categories columns. Ability to add new rows

waximabbax commented 3 months ago

Should we cover the BE too in the scope of this? Its probably better to do it separately. If we are not gonna add any HTML separately then we only need to create ENDPOINTs for adding a category to the approver and deleting a category from the approver. The way we are setting category in this open PR, perhaps we can do it through just one endpoint.

malberts commented 2 months ago

Initial implementation is done.