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 DLC requirements to missions/slots #93

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

As suggested in https://github.com/MorpheusXAUT/slotlist-frontend/issues/131, some missons (or only specific slots within the mission) could require a certain ArmA3 DLC (e.g. Heli-DLC, Tanoa, etc.). The mission list endpoint could also be extended to allow filtering for certain DLCs.

DLC requirements would be indicators (maybe using little icons, as suggested) for now, but could potentially be extended in the future (e.g. users selecting which DLCs they have for automatic slot/mission filtering).


Tasks

MorpheusXAUT commented 6 years ago

Filtering is done on the frontend for now - can be added to the mission list endpoint later if required.