You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Refactor ImageService to general StorageService
Add upload endpoint for mission PDFs
Define restrictions for mission PDF uploads
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: