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

PDF upload for missions #92

Open MorpheusXAUT opened 6 years ago

MorpheusXAUT commented 6 years ago

As suggested by Isaac, a PDF upload for missions would be nice to have for additional briefing documents. This would be especially useful in combination with #89 (for content caching to reduce traffic) and #90 (to restrict uploaded info to leadership slots).

The current image service would need to be abstracted to work as a general file storage service, allowing uploads of different file extensions as well. Different restrictions for filesizes etc. need to be added for PDFs and likewise as well.


Tasks