npxTSC / Sparklet

Personal pet project site. Perpetually under maintenance. <3
https://sparklet.org/
3 stars 0 forks source link

Profile pictures (and other profile stuff) #42

Closed Lamby777 closed 5 months ago

Lamby777 commented 1 year ago

Now that #40 is done, we can start this! :D @IIIzP0III

Lamby777 commented 1 year ago

Added bios and editing them (+ admin perms to edit other users' bios from the site)

Changing usernames seems to be a much bigger issue since that'd affect DB lookups and stuff. I'll just add profile pictures and do the username stuff on a separate branch afterwards.

Lamby777 commented 1 year ago

Stuff left to do:

IIIzP0III commented 1 year ago

Inside of articles, sparks and capsules change author: name to author: UUID from users and in existing queries; ?

to reduce problems with any lookups in the future and make name changes possible;

Lamby777 commented 1 year ago

Inside of articles, sparks and capsules change author: name to author: UUID from users and in existing queries; ?

to reduce problems with any lookups in the future and make name changes possible;

wdym? can you show where?

Lamby777 commented 5 months ago

Closing because it's only relevant to the old branch. This one was basically done anyway, though, minus UI stuff to allow changing it.