issues
search
AndrewHocking
/
DanceConnect
MIT License
0
stars
0
forks
source link
We now have profile pictures!
#103
Closed
ryan-pelchat
closed
6 months ago
ryan-pelchat
commented
6 months ago
Solved:
76, #96, #23, #90, #22, #77
Done
fixed bugs
fixed the redirect error with username
added means to upload and change profile pic
old profile pic automatically deleted from cloud flare
added 2 new attributes to the SQL server
one for URL
So that we don't have to query Cloudflare for image URL every time we want to display the image
one for image ID
To delete image on Cloudflare, you need to know the image ID
added auto image url resolution as a method User.get_profile_pic_url()
Still to be done
clean up function that handles profile page... it has become bloated, I can do that later
ryan-pelchat
commented
6 months ago
I fixed it!
Solved:
76, #96, #23, #90, #22, #77
Done
Still to be done