Leon spacelord
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-03-09 21:36:03 +01:00
3bf0e2fdd5 optimize image route / implement check if img exists for frontend purposes
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-03-09 18:30:26 +01:00
2cbde4e344 devmode warning(error) messages
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-03-09 17:46:36 +01:00
66f0bebc9d Add dedicated devmode for express-fileupload
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-03-03 16:43:50 +01:00
50ad684ad3 Add email to user
0233196276 Add image endpoint / query args are now undefined om empty string
Compare 2 commits »
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-03-02 22:11:50 +01:00
551f72f3e0 new directory structure for api endpoints / prepare image endpoint / default product image
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-03-02 18:52:37 +01:00
5ab2df351c Fix codecheck -> Handle all nullish things possible
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-03-02 18:18:07 +01:00
bca596fa75 Fix codecheck again
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-03-02 17:25:21 +01:00
f1ddaa1cc2 Dependency upgrade & cleanup
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-24 23:34:51 +01:00
3706ed07d2 Frontend product + user select
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-24 23:34:16 +01:00
5a68622b7a commented out navbar-end
d5eecd2d0c Change favicon / logo
99371e96a9 Fix user route (user code bool)
Compare 3 commits »
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-24 22:55:30 +01:00
45cd5b10e6 Frontend stuff
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-24 22:55:21 +01:00
611a4a0ead configManager now supports logging via tslog / cleanup / loglevel 0 in devmode 3 in prod
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-22 21:59:13 +01:00
744ab40a6b Streamline nameing to "user codecheck" for debug
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-22 21:55:40 +01:00
0885209502 refine and explain user codecheck
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-22 21:46:47 +01:00
6b665bb41d Add Security disclaimer / reformat readme
5720b45c6b Fix formatting
de5a4b9f19 Add codecheck endpoint
Compare 3 commits »
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-21 22:56:35 +01:00
7b9fe95cd4 user POST -> If code is 0000 deactivate code (write null to db) similar to PATCH
09f06fb2ea products PATCh schema -> id is now required
Compare 2 commits »
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-21 22:54:28 +01:00
6844b1fb24 products GET-> add gtin to if and dont get all if gtin is specified
0d6b41abcf Add P2025to prisma errorhandler
Compare 2 commits »
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-21 22:30:50 +01:00
fbd199c39a fIx price field type in products model
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-20 23:59:24 +01:00
eb59a980a6 Implement products endpoint. price storage (with Float or Decimal as type) is not reliable yet
e2da37959f add gtin field to db schema -> Wen cant use is as id since relations depend on type Int. Trying Float for price storage. I dont think this works..
7693d793c0 Allow api to remove code from user with "0000" / Fix regex (only 0-9)
Compare 3 commits »
spacelord pushed to master at Project-Name-Here/hydrationhub 2025-02-20 21:30:42 +01:00
cd8d0bc497 Fix marks in user_schema