Commit graph

14 commits

Author SHA1 Message Date
f308ab80c9 Use one format for slashes prepend/append where fetch is used
always prepend slash
never append slash
2023-12-20 05:06:38 +01:00
a74e148da4 pages/orders and pages/clients: add missing logic in handleSubmit
All checks were successful
Build dev / build (push) Successful in 1m16s
in clients, adding 1 to total was missing
in orders, adding the added memeber to the list and adding to total was missing
2023-12-19 02:34:45 +01:00
ed739e27fd /page/orders: create
All checks were successful
Build dev / build (push) Successful in 1m59s
this is pretty initial and the are still no per order page.
2023-12-18 23:17:06 +01:00
5d1fc30601 add the newly created client to clients list 2023-12-12 19:18:13 +01:00
3101858eed check for undefined values when normalizing form new client data 2023-12-12 19:17:32 +01:00
1d8220d92c page/firstRun: use password input for password
All checks were successful
Build dev / build (push) Successful in 51s
because why password should be shown in plain text??
2023-11-09 18:48:37 +01:00
500a9ad595 page/client: Don't default form to undefined.
All checks were successful
Build dev / build (push) Successful in 52s
This fixes an issue when user does not click the form field.
it is not being defined, meaning the field will not be updated.
2023-11-09 11:39:00 +01:00
eebf25198d Replace mysql2 with prisma
also I updated packages,
and properly typed api input
a lot of time was spent, I don't remeber what really I did x3
but everything was related to replacing mysql2 with prisma
2023-11-08 05:36:12 +01:00
1d893c4a78 Update dependencies, fix (auto)import problems 2023-11-07 17:36:30 +01:00
267a83d484 fix no template for index.vue 2023-06-14 13:52:53 +02:00
4720202d8a remove playground junk 2023-06-14 13:47:21 +02:00
90932a49c8 Add database initialization
now, when the project is ran without configured database,
it will prompt for the first user to configure
the database and add the first user
2023-06-14 13:00:19 +02:00
4e67cc4e19 update cuz presentation 2023-05-24 09:40:45 +02:00
1e63e008af Initial commit 2023-05-11 06:03:22 +02:00