r-Techsupport / hyde

A web editor and CMS for Jekyll/git static sites.
GNU General Public License v3.0
6 stars 3 forks source link

Admin dashboard backend #39

Closed zleyyij closed 2 months ago

zleyyij commented 3 months ago

Administrators should be able to create groups, edit group permissions, and manage users

Right now, the database interface exists for backend code to interact with the permission system. However, no code exists that exposes that functionality through to the frontend.

This work will involve creating endpoints that allow group management through an api. Examples include adding a user to a group, editing a group's permissions.