calvin-cs262-fall2023-teamA / client

2 stars 0 forks source link

Profile picture implemented into database #112

Closed brandenHusted closed 9 months ago

brandenHusted commented 9 months ago

This could be a lot of storage space although your profile picture is not stored in the database. Do we want to do this because it may not be necessary.

Steven-McKelvey commented 9 months ago

I'm working on this. The images are currently uploaded to the storage account, but not downloaded on the client. In other words, when you set a new profile pick, it's getting saved but it isn't being used yet. I'm hoping to have this implemented by tonight.

Steven-McKelvey commented 9 months ago

Store Profile Images in Storage Account

Steven-McKelvey commented 9 months ago

Resolved by a merged branch