• Joined on 2022-09-24
436 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
savanni created pull request savanni/monorepo#286 2025-01-03 21:52:26 +00:00
Refactor the API, then give the user a landing page that shows their profile
savanni pushed to visions-refactor-api at savanni/monorepo 2025-01-03 21:51:08 +00:00
f59c3544b4 Set up the landing page, which shows the user their profile
208083d39e Authenticate the user and populate AppState with the stored session ID
Compare 2 commits »
savanni pushed to visions-refactor-api at savanni/monorepo 2025-01-03 16:59:55 +00:00
08462388ea Move the assertNever utility to a utilities file
savanni created branch visions-refactor-api in savanni/monorepo 2025-01-03 03:36:28 +00:00
savanni pushed to visions-refactor-api at savanni/monorepo 2025-01-03 03:36:28 +00:00
dc8cb834e0 Handle all applications errors in one location
savanni commented on issue savanni/monorepo#259 2025-01-02 22:55:21 +00:00
GM View for the play area

This no longer works now that the web framework has been swapped out, and it needs to be rebuilt.

savanni reopened issue savanni/monorepo#259 2025-01-02 22:55:18 +00:00
GM View for the play area
savanni commented on issue savanni/monorepo#257 2025-01-02 22:55:09 +00:00
Players must be able to see the background image that the GM has selected for the play area

This no longer works now that the web framework has been swapped out, and it needs to be rebuilt.

savanni reopened issue savanni/monorepo#257 2025-01-02 22:55:05 +00:00
Players must be able to see the background image that the GM has selected for the play area
savanni commented on issue savanni/monorepo#108 2025-01-02 22:54:40 +00:00
Bootstap the initial admin user

This no longer works now that the web framework has been swapped out, and it needs to be rebuilt.

savanni reopened issue savanni/monorepo#108 2025-01-02 22:54:20 +00:00
Bootstap the initial admin user
savanni created pull request savanni/monorepo#285 2025-01-02 22:53:58 +00:00
Set up endpoints for user management
savanni pushed to visions-user-management at savanni/monorepo 2025-01-02 19:45:43 +00:00
4dc7a50000 Get games that the user is GMing in the user profile
savanni pushed to visions-user-management at savanni/monorepo 2025-01-02 18:57:32 +00:00
5bb9f00a0d Extract the user management handlers
savanni pushed to visions-user-management at savanni/monorepo 2025-01-02 16:57:44 +00:00
f6eb942371 Add the ability to create a game
savanni pushed to visions-user-management at savanni/monorepo 2025-01-01 05:26:50 +00:00
792437af44 Add the ability for a user to set their password
d9f1efb8d3 Add the ability to create users and to get profiles
Compare 2 commits »
savanni pushed to visions-user-management at savanni/monorepo 2024-12-31 21:35:19 +00:00
b2a7577c9d Make handlers asynchronous
savanni pushed to visions-user-management at savanni/monorepo 2024-12-31 19:17:23 +00:00
82e41d711b Extract authentication into a wrapper function
822dfe2a13 authenticate an endpoint for getting the user profile
Compare 2 commits »
savanni pushed to visions-user-management at savanni/monorepo 2024-12-31 17:56:14 +00:00
a0f1a0b81c Test user authentication
savanni pushed to visions-user-management at savanni/monorepo 2024-12-31 17:12:31 +00:00
a33b94e5b3 Resolve many warnings