Commit Graph

91 Commits

Author SHA1 Message Date
4539667dac More CSS silliness.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 12:48:48 -04:00
f964ef8e83 Fixing CSS more.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 12:47:50 -04:00
bf869c69cc Cleaning up the CSS.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 12:26:20 -04:00
c3d2c420eb Fixing layout.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 11:50:34 -04:00
6028161a63 Got the SSE components tested for frontend.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 11:11:24 -04:00
5684b7af4e Making the application have a theme.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 09:55:21 -04:00
aa056d4dfc Cleaning up, improving the landing page.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 09:50:22 -04:00
e4dd729f86 Made sure jest is working correctly now.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 09:39:18 -04:00
d568b75f08 Frontend is working without errors.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 09:16:55 -04:00
a6986f029f Fixing some mypy errors.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 08:52:44 -04:00
ca05a4f26b Getting the frontend and backend wired up correctly.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-28 08:47:38 -04:00
78aa4aea15 Working more on getting the landing page to work.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-27 21:25:57 -04:00
04c012e9ab Working on the landing page.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-27 18:17:25 -04:00
1073d53520 Added title for booking.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-27 17:56:42 -04:00
309d17bb65 Added the first page.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-27 16:10:45 -04:00
1d5757576d Added mui to the mix.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-27 16:01:04 -04:00
11e3b3c82b Lots of fixes to lots of things.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-27 15:51:05 -04:00
d6f5b82029 Minor readme changes.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-27 12:19:48 -04:00
1d29e0bbd1 Fixing stuff.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-27 12:16:24 -04:00
9fb8a8642e Fixed the tests.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-27 11:17:36 -04:00
5bb775bccb Cleaning up, adding constraints.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 23:40:47 -04:00
1839722777 Nox is working.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 17:31:54 -04:00
ed813c382c More fixes.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 17:20:16 -04:00
4b4017d7c6 Fixing things.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 17:15:56 -04:00
9f0c77dc31 Fixed type hints.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 16:02:37 -04:00
3476a0c71d Fixed all documentation to pass darglint.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 15:47:08 -04:00
68d9936f12 Making pre-commit better a little.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 11:06:51 -04:00
1272c1ee82 Cleaning up the dependencies a little.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 10:24:20 -04:00
b79eebecec Still working on nox.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 10:06:15 -04:00
63cd8bd055 More cleanup for nox.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 09:45:41 -04:00
c425b6988f Adding some more type hints.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 09:24:43 -04:00
022cead8fb Fixing nox.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-26 09:15:59 -04:00
3cd802610f Updating readme, ran prettier on frontend.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-25 21:53:47 -04:00
dc44225477 Added tests for the invitees router.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-25 21:38:31 -04:00
519974a07f Added tests for bookings router.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-25 20:21:40 -04:00
ddc80e361c Added tests for rooms endpoints.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-24 21:20:24 -04:00
3b525c3eec Added booking and invitee endpoints to the system.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-24 17:22:31 -04:00
f20200a458 Added the rooms routes to the main application.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-24 16:58:32 -04:00
e3a0ba47fa Added logging for the two routers.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-24 16:56:30 -04:00
2f47b389b6 Added tests for the users router.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-24 16:37:21 -04:00
793baad224 Added tests for the invitees service.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-24 16:27:18 -04:00
f3a50d343f Added bookings tests.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-24 16:23:05 -04:00
ce49cd9a1e Getting the tests set up and cleaned up for rooms and users.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-24 16:00:51 -04:00
b6b5972f23 Added tests for users service functions.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-24 15:13:14 -04:00
073f7df908 Better error handling for endpoint.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-23 22:33:42 -04:00
986df52c94 Added some more details to the readme file.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-23 22:22:59 -04:00
9f87e33769 Fixing the schema for users.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-23 22:11:42 -04:00
9f3235263d Renamed the db session dependency type alias.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-23 21:59:01 -04:00
29f53bfd4d More little changes.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-23 21:51:26 -04:00
a668f02b52 Adding the first routes.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-08-23 21:47:53 -04:00