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 logo to community model #9

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 7 years ago

Backend-Task for https://github.com/MorpheusXAUT/slotlist-frontend/issues/15, adding a logo URL to the Community model. Just like the frontend task, this relies on #4 as a general image upload feature, most likely using GCP file storage as a storage backend.

Once uploaded and processed, only the logo URL should be stored in the community model attributes - with the image being fetched by the frontend upon loading appropriate pages.

Restrictions for image sizes have to be added as well.

Since this requires more work, the feature will probably not be included in the 1.0.0-beta release, but a later version.


Tasks