Commit graph

153 commits

Author SHA1 Message Date
23b74b7d91
fix: prevent redirect loop on failed login 2024-02-18 18:57:34 +01:00
d2ada56484
chore: migrate superforms to v2 2024-02-18 17:41:16 +01:00
e68681129f
chore: update authjs 2024-02-18 01:15:49 +01:00
f0b401c216
chore: update dependencies 2024-02-17 23:06:37 +01:00
97cdfe4d88
feat: add new entry form 2024-02-17 00:17:44 +01:00
12dbf7227b
fix: replace single quotes in ts query string, add ts index 2024-02-15 14:03:55 +01:00
39b97c6042
feat: add hide/delete buttons 2024-02-13 00:34:10 +01:00
881dc583e3
fix: remove client-side table loading 2024-02-11 02:51:42 +01:00
dee579ab46
fix: filter bar height
feat: add filter button to patients table
2024-02-11 02:45:38 +01:00
5f396ccaf2
fix: stuck loading animation, base URL for table fields 2024-02-11 01:58:44 +01:00
a4e48a2aa8
fix: show patients without room 2024-02-11 01:41:10 +01:00
44e99568dc
feat: use superforms for patient form 2024-02-11 01:30:30 +01:00
2ce1b26a0b
fix: Finally fixed erratic filter navigation behavior 2024-02-10 22:58:11 +01:00
a4ae64dd79
feat: add patient creation form, patient search bar 2024-02-10 22:29:48 +01:00
41d098cc90
feat: add patient edit form 2024-02-09 17:32:41 +01:00
b59b0138ff
feat: add patient page 2024-02-08 18:22:21 +01:00
372b7d6948
fix: improve login/logout
Allow login/logout to work without Javascript
2024-02-07 11:52:27 +01:00
d11b495155
feat: completed TRPC routes 2024-02-05 18:02:17 +01:00
622c8fdd39
fix: use DATE type for entry date field 2024-02-04 22:20:48 +01:00
6589af741b
feat: loading bar, better error messages 2024-02-04 20:32:54 +01:00
f5239c787c
feat: add patients table, entry view 2024-02-01 12:38:26 +01:00
c7ea0aa8db
feat: use url path parameter for filters 2024-01-31 18:04:40 +01:00
b21c1db887
feat: add filtering by click on fields 2024-01-31 13:23:21 +01:00
00c398ebe6
feat: add sorting 2024-01-31 02:13:26 +01:00
df01725d23
refactored filter definition, add new toggle type 2024-01-31 01:02:51 +01:00
5ebcd33965
fix: filter entries by author
add styling to autocomplete
2024-01-30 21:20:49 +01:00
a1119ebd68
feat: add GET TRPC endpoints, refactor FilterBar 2024-01-30 18:07:59 +01:00
a932409142
WIP version of EntryFilter 2024-01-30 12:41:40 +01:00
a4fd3c9a4d
feat: add entry table pagination 2024-01-27 14:50:38 +01:00
3971ea9a01
feat: add basic entry table 2024-01-26 23:18:32 +01:00
37e4cdda0b
feat: move to trpc API 2024-01-26 20:53:17 +01:00
eb2187738b
feat: add hidden patients 2024-01-24 23:22:05 +01:00
0e72eb2a62
feat: finished basic API 2024-01-24 00:35:50 +01:00
a3f7d4a8fd
feat: add categories/rooms/stations/users api endpoints 2024-01-22 12:24:58 +01:00
161d793ebf
feat: add patient search 2024-01-22 01:05:34 +01:00
150a0eddd2
feat: add entries/patients api endpoints 2024-01-22 00:29:12 +01:00
34bed279db
feat: prevent entry version/execution conflicts 2024-01-20 17:34:08 +01:00
8862cd713c
feat: add basic text search 2024-01-17 19:38:41 +01:00
e11a1d8006
refactor: use camel_case for db model 2024-01-13 23:12:02 +01:00
ea07f1a092
feat: db: add queries for category, room, patient 2024-01-13 19:16:59 +01:00
88a512a341
feat: add getUsers query 2024-01-12 01:01:08 +01:00
b12d5cf3f9
feat: output entry count 2024-01-12 00:07:26 +01:00
19d5e0d798
feat: add db queries for Entry 2024-01-11 23:53:42 +01:00
20829ea97f
restructure menu bar 2023-12-22 00:39:03 +01:00
30bfc49d0f
chore: update eslint cfg 2023-12-21 01:26:41 +01:00
de041b2f02
chore: add postcss plugins 2023-12-21 00:36:04 +01:00
77bfb6c383
chore upgrade to sveltekit 2 2023-12-20 23:49:50 +01:00
fdf8b0d667
chore: switch to @sveltejs/adapter-node 2023-12-20 23:44:46 +01:00
2455b90d64
chore: add pre-commit, reformat 2023-12-20 23:05:35 +01:00
a7f4b1d87a
feat: add authentication 2023-12-20 22:48:27 +01:00