15 Commits

Author SHA1 Message Date
744ab40a6b Streamline nameing to "user codecheck" for debug 2025-02-22 21:59:11 +01:00
0885209502 refine and explain user codecheck 2025-02-22 21:55:39 +01:00
6b665bb41d Add Security disclaimer / reformat readme 2025-02-22 21:46:44 +01:00
5720b45c6b Fix formatting 2025-02-22 21:45:17 +01:00
de5a4b9f19 Add codecheck endpoint 2025-02-22 21:45:00 +01:00
7b9fe95cd4 user POST -> If code is 0000 deactivate code (write null to db) similar to PATCH 2025-02-21 22:56:34 +01:00
09f06fb2ea products PATCh schema -> id is now required 2025-02-21 22:54:31 +01:00
6844b1fb24 products GET-> add gtin to if and dont get all if gtin is specified 2025-02-21 22:53:59 +01:00
0d6b41abcf Add P2025to prisma errorhandler 2025-02-21 22:52:52 +01:00
fbd199c39a fIx price field type in products model 2025-02-21 22:30:49 +01:00
eb59a980a6 Implement products endpoint. price storage (with Float or Decimal as type) is not reliable yet 2025-02-20 23:59:22 +01:00
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.. 2025-02-20 23:57:36 +01:00
7693d793c0 Allow api to remove code from user with "0000" / Fix regex (only 0-9) 2025-02-20 23:11:43 +01:00
cd8d0bc497 Fix marks in user_schema 2025-02-20 21:30:39 +01:00
d75e5b1f11 Initial commit 2025-02-19 00:34:19 +01:00