Commit graph

44 commits

Author SHA1 Message Date
3102e77c82 comments! 2023-11-06 20:42:50 -08:00
cfb9a38c78 remove unneeded select
thanks static typing
2023-11-06 20:42:32 -08:00
40a5b99f02 use prelude instead of specific imports for diesel traits
sooooo many traits
2023-11-06 20:42:20 -08:00
da718cf238 switch to using schema dsl for shift_reports
why? when I know damned well that this function is getting dumpstered when I start working on this portion of the code? /shrug
2023-11-06 20:41:53 -08:00
a9eef2b68f more accurate expect comment 2023-11-06 20:40:50 -08:00
a22cb3b306 handle adding drinks when no open shift exists 2023-11-06 20:16:27 -08:00
58fa1864d1 remove unneeded async 2023-11-06 18:36:49 -08:00
c31c8e91ac throttle updates 2023-11-06 17:54:10 -08:00
239b332b48 replace qualified path with use 2023-11-06 12:14:50 -08:00
dfce42fd03 remove the unused optional 2023-11-06 11:34:14 -08:00
405e478543 remove unneeded unstable async_closure 2023-11-06 11:16:21 -08:00
b6a0df5841 better scoping and such 2023-11-06 11:15:51 -08:00
cecd4e0104 dancer management 2023-11-06 11:14:04 -08:00
eabd1f559a oops, autogenerate ids please 2023-11-05 12:24:30 -08:00
c0812dd310 add new dancer struct
dont want to need to throw strings on the heap to create new dancers in the database
2023-11-05 12:06:18 -08:00
b17c2ac1b0 adding query structs for dancer and shows 2023-11-05 12:03:33 -08:00
d290ccf8d0 relocate tracing code 2023-11-05 11:49:25 -08:00
d4ef460321 grouping firm code 2023-11-05 11:49:13 -08:00
b68746db56 import sorting 2023-11-05 11:40:26 -08:00
c15046ae30 move axum_ructe to lib 2023-11-05 11:38:50 -08:00
bfb697e3b9 handle hx-request for home page
TODO: I want to handle fragments from rust, not the ructe compilation
2023-11-05 11:32:59 -08:00
a4d6d79c16 create extractor for hx-request 2023-11-05 11:08:20 -08:00
6cf595a65a some stuff 2023-11-05 07:16:44 -08:00
bd2c3055d1 add management page 2023-11-05 06:42:19 -08:00
b8e52791bb formatting and new tables 2023-11-04 02:56:05 -07:00
76fb971a24 home fragmentization 2023-11-04 02:11:30 -07:00
3de7389500 sse setup 2023-11-04 01:59:58 -07:00
24aaac1f74 BROKEN: Switching to dedicated handler task 2023-11-03 07:55:24 -07:00
1494c4f048 ada endpoint used 2023-11-03 05:53:27 -07:00
ab2c1bb677 remove extra async calls 2023-11-03 05:33:41 -07:00
739b312fdd replace into with from
into come for free
2023-11-02 15:26:47 -07:00
f6bad75438 commiting old work 2023-10-24 06:17:34 -07:00
087916a9bc commiting old work 2023-10-19 03:16:16 -07:00
5f1cc358fd feat: extended fallback handler
dedicated 404 page
2023-09-30 16:41:42 -07:00
3aec5256ba add css and dist handling 2023-09-30 14:57:56 -07:00
20b214e262 feat: drinks 2023-09-30 14:51:11 -07:00
bb57402bd4 remove unused file 2023-09-26 17:15:47 -07:00
2bd0925676 comment cleanup 2023-09-26 17:15:20 -07:00
061a875e15 remove unused example code 2023-09-26 17:14:15 -07:00
46613af5f3 remove another unneeded comment 2023-09-26 17:05:41 -07:00
20ae3a8717 remove saved comments 2023-09-26 17:03:57 -07:00
ddbd2c330a bake id into post request uri 2023-09-26 17:00:01 -07:00
96dd76e463 feat: shifts
Oh boy what a mess this was lmao, I definitely should have done this is more atomic commits

But it could also be argued that very little of this is standalone
2023-09-26 02:18:12 -07:00
1515294500 base framework up and running 2023-09-21 10:44:53 -07:00