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

Add community UID filter to user search endpoint #81

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

The user search endpoint currently returns all users matching. When trying to allow community slotlist managers to assign their members to a slot, this needs to be restricted to only members of their community. One easy solution would be to add an optional communityUid parameter to the user search endpoint.


Tasks