slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

Implement permission granting/revoking for missions #36

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

The backend already supports permissions for missions, but there's currently no way to grant a permission to a user (without adding a database row directly). This requires #35 to be implemented in order to allow for a mission creator to search for users to grant permissions for.


Tasks