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

`private` mission visibility #61

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

The private mission visibility was added, but does not have any implementation yet. Setting a mission as private would only allow access to communities (or maybe even people?) that have been given explicit permission to do so. This requires an additional MissionAccess tables (or sth. similar), keeping track of mission access. This table would also have to be queried when fetching or interacting with missions, just like the other checks currently in place.


Tasks