Commit Graph

13 Commits

Author SHA1 Message Date
c795e5d293
feat(api): add dedicated route to fetch user's own stories 2023-12-31 01:48:22 -05:00
3a8fd82dae
fix(api): fix new subscriptions not being saved to database
for some reason i forgot to set the field referenced by $addToSet to `body.push` lmao #justcopyandpastethings
2023-12-30 16:02:27 -05:00
8f45dbe563
style(*): edit indents 2023-12-29 20:53:29 -05:00
c8e84c909e
style(*): cleanup unused imports 2023-12-29 20:11:07 -05:00
922807ba6a
refactor(server/utils): make paths and imports more concise and correct 2023-12-29 16:34:00 -05:00
3e5af47107
refactor(*): refactor tsconfig paths
looks/feels nicer
2023-12-20 17:23:31 -05:00
50e860df5d
refactor(api): use null propagation for fields in subscription payload 2023-12-11 21:34:20 -05:00
a120a295ae
feat(api): add endpoint to update user's account details 2023-10-11 16:46:17 -04:00
c86363b766
feat(api): create endpoint to update user profile 2023-10-11 16:45:39 -04:00
da0b811428
feat(api): create endpoint to retrieve all reviews left on the current user's story 2023-10-11 16:45:11 -04:00
25af14ceea
feat(api): create endpoint for managing hidden bands/authors 2023-10-11 16:44:31 -04:00
8713f442c1
feat(api): create user fav management endpoint 2023-10-11 16:43:32 -04:00
3ce048ced2
feat(api): create subscription management endpoint 2023-10-11 16:43:05 -04:00