Commit Graph

40 Commits

Author SHA1 Message Date
af896a6688 Added local authentication (AFLOW-32) 2023-08-26 20:59:46 +02:00
b0b47e04f8 introduction of contactInfo route 2023-07-11 16:24:57 +02:00
421085a8d5 implemented AFLOW-27 2023-07-10 18:00:24 +02:00
ea80b4bf2b - fixed issues with jumpy actions for item view
- added AFLOW-23 support for categories and rewrote interface
2023-07-10 17:50:31 +02:00
94186a3a18 removed redundant getAll attribute 2023-07-10 17:36:59 +02:00
bc9d395e77 improved /version route to include git info 2023-07-10 15:51:52 +02:00
1605987952 update all storagelocation / unit routes to support new tables (AFLOW-23) 2023-07-10 15:34:04 +02:00
a79a1eab81 improve /version api route to only call git once on startup 2023-07-10 15:09:30 +02:00
5aeec6fb28 Fixed AFLOW-26 and AFLOW-14 in items API route 2023-07-09 23:03:15 +02:00
3be376b214 Fixed AFLOW-26 and AFLOW-14 in categories API route 2023-07-09 22:29:52 +02:00
3f55b22ede Fixed AFLOW-26 and AFLOW-14 in storageUnit API route 2023-07-09 21:59:35 +02:00
534cc3055f Fixed AFLOW-26 and AFLOW-14 in storageLocation API route 2023-07-09 21:28:31 +02:00
5524f14e1a fixed error with duplicate stringify operation in api routes
Co-authored-by: Spacelord <Spacelord09@users.noreply.github.com>
2023-07-09 18:07:28 +02:00
c50aa8990c - fixed bug with item route
- fixed visual bug with ids in item view
2023-07-08 00:45:22 +02:00
0233453084 - introduced table view with client side loading
- improved /items/ with support for pagination
- improved helper functions for tooltips and popovers
- removed console log residue from handleSidebarTriangles
- introduction of version route
2023-07-08 00:09:54 +02:00
5d99baea8e added proper version information
Co-authored-by: Spacelord <Spacelord09@users.noreply.github.com>
2023-07-07 22:09:17 +02:00
57513da827 - fixed item creation, which was broken by last update 2023-07-07 15:13:17 +02:00
4c0be6d87b Implemented api validation and item route patch
- Implemented api field validation in item api routes
- Implemented PATCH api route for item endpoint
2023-06-27 23:45:58 +02:00
87e1c55553 Added comment 2023-06-27 23:43:23 +02:00
a4d697265b Added middleware to handle empty strings as null 2023-06-27 23:42:29 +02:00
ac7ebbbf5e Added api search route for sku 2023-06-27 20:56:04 +02:00
db0e8c2047 Added search api endpoint / Implemented search 2023-06-27 20:54:27 +02:00
9ab12118a0 Replaced console.log calls with custom logger ones 2023-06-27 19:03:38 +02:00
3b1e4a7cde Unified error messages/structure / Added item api route.
- Introduce new error output structure to api routes.
- It is now possible to create new items via api.
2023-06-06 23:48:59 +02:00
cfc28c5959 Current (non-working-frontend) state 2023-05-22 18:39:47 +02:00
1076c03f2c Removed unnecessary import 2023-05-21 00:03:39 +02:00
bd9f629690 The BIG frontend update 2023-05-16 22:58:08 +02:00
04b5bd60f2 Implement storageLocation api 2023-05-16 22:19:36 +02:00
90fc8068a0 Returning StorageLocations in storageUnit api. 2023-05-16 21:15:17 +02:00
533bc1744d Add created id to response of category api 2023-05-16 18:01:10 +02:00
64c14db183 Add created id to response of storageUnit api 2023-05-16 17:58:53 +02:00
e4295493f2 Implemented storageUnit api / Added error handling
- AFLOW-13
- Added check if an category entry already exists.
- Update precheck if all IDs are existing
2023-05-16 17:47:32 +02:00
b514e81764 Added some error handling to categories api
- AFLOW-13
- Added check if an category entry already exists.
- Update prechek if all IDs are existing
2023-05-16 17:41:55 +02:00
532b7b9fe2 Add current state 2023-05-16 00:05:39 +02:00
6afdb4fcdd Added validation for category api route. 2023-05-15 19:07:13 +02:00
3b9813a680 current state 2023-05-15 18:49:02 +02:00
ee61e94853 Fixed routing and publicInfoPage. 2023-05-15 01:37:51 +02:00
96853debe2 Moved to new route structure. 2023-05-10 23:05:55 +02:00
30c2cd4732 Fix routing. 2023-05-01 00:08:44 +02:00
18a4393765 building a foundation and breaking prisma
Co-authored-by: Spacelord <Spacelord09@users.noreply.github.com>
2023-04-30 22:04:13 +02:00