MartinHowarth / melinda

Melinda is a match-making service for informal mentoring and pastoral support.
https://metaswitch-tinder.herokuapp.com/
MIT License
1 stars 0 forks source link

Allow users to specify their own image. #24

Open MartinHowarth opened 6 years ago

MartinHowarth commented 6 years ago

Easy solution: Allow users to give a url to the image.

Hard solution: Allow users to upload an image. Dash has file upload functionality, but we need to find a way to store it. Look into heroku addons? (worried about just base64 encoding it and store in the existing database - might be too much data?)

The custom image should then be shown to users on the match screen, and the setting screen.