Devlog: December 27, 2025
SavePoint
-
Today, my plan is to make the basic user account page
- See your user account info and lists
-
I also want to merge lists/stacks into 1 item called collection
- Collection can have
displayTypewhich is an enum and can tell us how to show the collection (ex. List, Stack, Tier, etc.)
- Collection can have
-
Right now, all I’ve done is added basic user get/update/delete endpoints
- Took a while because of some issues