Nathcat / PeopleCat-WebAppPrototype

GNU General Public License v3.0
2 stars 1 forks source link

Profile pictures #4

Open Nathcat opened 1 month ago

Nathcat commented 1 month ago

Could we work towards adding profile pictures? Currently each user has a ProfilePicturePath column assigned to them in the MySQL DB, which can either be NULL or probably a URL to the image they wish to use as a profile picture. Presumably these should be stored by the Web App server and then requested as a static resource. NULL indicating the default profile picture, which I have already copied over from MessageCat.

I will implement the requests on the server necessary which would allow you to change the value of the ProfilePicturePath column for the currently authenticated user.

Thanks :)

Nathcat commented 1 month ago

Made the relevant changes to the server in release v1.1.0, PR#7.