Commit Graph

55 Commits

Author SHA1 Message Date
eebf8b01a0 refactor: more lean main 2024-02-28 16:10:41 +01:00
55ad8a15f6 Merge pull request 'Refactoring to Rear' (#2) from refactor_to_rear into main
Reviewed-on: #2
2024-02-28 14:43:16 +01:00
74eb3ac4c2 refactor: removed unused dependencies 2024-02-28 14:40:59 +01:00
ac9488b299 feature: extracting admin and services to 2024-02-28 14:01:09 +01:00
7fe7047485 refactor: starting refactor to extract into rear crate 2024-02-26 23:05:12 +01:00
1dc24bf244 code: database list, get, create, and fixed migration 2024-02-16 21:40:27 +01:00
8d07fafabd . 2024-02-15 14:00:16 +01:00
967579009d refactor: update 2024-02-14 18:41:06 +01:00
b3278bff62 refactor: update 2024-02-14 13:23:10 +01:00
1c6317808a code: list+create improvements, expanded notes, added logging 2024-02-07 13:37:35 +01:00
fdbc37db06 refactor: allow set_widget to take Field as well 2024-02-02 21:55:29 +01:00
6e0a71b7de code: widget implementation, almost there 2024-02-02 21:48:41 +01:00
e8ddfb25fa refactor: moving example away from admin, preparing more repository examples 2024-01-28 21:00:02 +01:00
0e6649de1b code: functioning example for repository registry; using tokio::sync::Mutex for read/write lock; prototype create 2024-01-28 18:11:02 +01:00
9feb2f4ae7 code: basic create view and HX-Header integration (first htmx) 2024-01-28 00:54:17 +01:00
c439220409 code: rudimentary implementation of detail and create 2024-01-27 17:42:20 +01:00
d1c98516a8 code: static init 2024-01-26 23:20:29 +01:00
cdfa399060 code: strinto 2024-01-26 11:27:05 +01:00
9f4067e94c code: upgrade to axum 0.7, working on repo info system 2024-01-26 11:26:47 +01:00
0adae154c8 refactor: new start page 2024-01-17 01:07:50 +01:00
3ec140a9d3 docs: show admin in README 2024-01-15 23:13:43 +01:00
f83ae7be09 refactor: adding a little bit more polish to the admin dashboard, so it can be presented 2024-01-15 22:38:07 +01:00
7f3602233c refactor: update README, forgot css file 2024-01-15 22:06:49 +01:00
8b42c94aa6 refactor: moving to my own template, using fomantic instead of uikit. removing uikit, and some other removed stuff 2024-01-15 21:55:28 +01:00
b5f9be7e5a code: correcting code to display item list for a registered model 2024-01-05 17:56:54 +01:00
94845ecb0e code: moving static example into a repository, and implementing app/model listing. 2024-01-04 17:51:08 +01:00
eef65cfdd0 refactor: trying to align my naming into something specific. removing dynamic routing code. 2024-01-03 14:50:00 +01:00
fb72a5deab code: added register function. need to refactor naming conventions 2024-01-02 15:19:39 +01:00
d09bfa6da0 code: improving server setup code with more admin routes, display correct admin address 2024-01-02 11:02:15 +01:00
c8aefcc0bb code: implementing trait based repository 2023-12-31 13:43:18 +01:00
e3e8e55bf6 docs(NOTES): adding ideas about how to do the dynamic repositories 2023-12-30 22:47:53 +01:00
da01827419 code: updating justfile with watch command, adding logging functionality, control+c detection, host/port loading from env, and a file listing example for an alternative source besides databases 2023-12-30 17:59:04 +01:00
0548b910b1 docs: cleanup 2023-12-29 22:00:28 +01:00
80afc67f0a refactor(Justfile): status 2023-12-29 21:57:01 +01:00
7a0fcf11b0 noqa: auto format 2023-12-29 21:56:52 +01:00
ac5774a698 refactor(Justfile): simplified bin and run into run 2023-12-29 21:56:29 +01:00
d167b2eb03 Merge pull request 'switch-to-seaorm' (#1) from switch-to-seaorm into main
Reviewed-on: #1
2023-12-21 21:09:37 +01:00
Gabor Körber
5ac172aff8 create and list user examples 2023-12-21 21:07:59 +01:00
Gabor Körber
fca4582084 recording rants for amusement later 2023-12-21 21:07:59 +01:00
Gabor Körber
52a69e4695 code: entity, migration, quick migration 2023-12-21 21:07:59 +01:00
099278a5d5 noting switch to seaorm 2023-12-21 21:07:59 +01:00
c6d5f9fc20 adding seaorm migration example 2023-12-21 21:07:59 +01:00
9ccd67c60e removing diesel: deleting migrations 2023-12-21 21:07:59 +01:00
7cee103035 getting rid of diesel 2023-12-21 21:07:59 +01:00
Gabor Körber
81586e2970 just to demonstrate output and input 2023-12-20 11:24:13 +01:00
d89ff40d33 making admin work with a state, however it probably should go into a middleware instead. 2023-12-19 21:53:35 +01:00
26a1bee083 feat: initial user SQL 2023-10-27 13:11:20 +02:00
e200273f20 feat: barrel and sqlformat setup 2023-10-27 13:10:59 +02:00
30a40c4831 adding barrel for initial SQL definition script 2023-10-18 00:54:57 +02:00
4ac62a1005 ignoring .env 2023-10-09 00:54:36 +02:00