31 Commits

Author SHA1 Message Date
43d309fd35 feat: initial POC 2025-05-06 22:50:51 +02:00
6bb8d6bc67 chore: add deps for backend 2025-05-06 22:50:17 +02:00
f535df6da4 feat: improve list_scripts to return actual Vec<(Uuid, Script)> 2025-05-04 22:57:19 +02:00
85a51d74ea feat: add script::builder 2025-05-04 21:36:11 +02:00
07ceede2ea feat: add remaining parameters
chore: rename update_script to add_script
2025-05-04 20:33:17 +02:00
2a358b61a2 feat: add getters 2025-05-04 20:31:57 +02:00
a2a9be299b feat: add remaining fields to schema 2025-05-04 20:31:24 +02:00
05a4e24483 feat: add initial db funcs 2025-05-03 22:27:34 +02:00
4b88dfde4b feat: add sql migrations 2025-05-03 22:25:35 +02:00
ae29e83c80 feat: add sqlx sqlite + tokio + uuid:v4 2025-05-03 22:25:14 +02:00
853b04e46d chore: add tests for de/serialization 2025-04-29 22:17:44 +02:00
1a17f8ea99 feat: impl deserialize manually to fix case sensitivity 2025-04-29 22:16:58 +02:00
46006ae5ef feat: impl (de)serialize manually
feat: extract datatype into own file
2025-04-29 21:52:43 +02:00
26533956ae feat: move parsing logic to script struct 2025-04-26 22:43:14 +02:00
d7a87e8609 feat: add serde + clone + debug + more datatypes 2025-04-26 22:42:18 +02:00
e613464413 chore: add clone + debug 2025-04-26 22:41:19 +02:00
1295e6209a chore: flatten cmdletBinding 2025-04-26 22:40:06 +02:00
63984526a7 chore: remove nullable
todo: maybe add this in the future
2025-04-26 22:39:23 +02:00
55d4504645 feat: add validatepattern 2025-04-26 20:17:00 +02:00
d4341b3b40 feat: add script + parameter 2025-04-26 20:16:40 +02:00
fb58f88f5e feat: add serde 2025-04-26 20:15:37 +02:00
91e80b82f3 fix: logo size 2025-04-23 23:00:24 +02:00
e0dc91fbe1 chore: add README 2025-04-23 22:56:51 +02:00
c62e9815ac feat: improve parse script 2025-04-23 22:21:46 +02:00
a3471ab94b feat: add script to test parsing 2025-04-23 22:21:04 +02:00
3fb7f0926e feat: add parsing draft 2025-04-22 21:46:07 +02:00
abc1b205a9 feat: add bacon 2025-04-22 21:45:27 +02:00
5032bc0f19 feat: add nix flake 2025-04-22 20:22:37 +02:00
5863b0283d feat: add script draft 2025-04-22 20:01:18 +02:00
65bdd37571 chore: initial commit 2025-04-22 19:58:04 +02:00
5ee4a3b5da Initial commit 2025-04-22 17:49:46 +00:00