theis.gaedigk
4b08a574d8
fixed Bug: redirecting
...
Also removed irrelavant console.logs
2026-01-28 12:43:58 +01:00
theis.gaedigk
fd2ccaa747
feat: add door_key field to items and update related logic in forms and database
2025-11-24 17:12:37 +01:00
theis.gaedigk
cb6b5858e5
refactor: rename lockerNumber to safe_nr and update related logic
2025-11-23 21:52:12 +01:00
theis.gaedigk
85e6d7fe00
fixed bugs
2025-11-23 21:39:18 +01:00
theis.gaedigk
80cb393768
Enhance item management: update API key display, add locker number input, and modify database schema for unique locker numbers
2025-11-21 16:55:18 +01:00
theis.gaedigk
a8b4ac3d60
Refactor loan and user management components and backend routes
...
- Updated LoanTable component to fetch loan data from new API endpoint and display notes.
- Enhanced UserTable component to include additional user fields (first name, last name, email, admin status) and updated input handling.
- Modified fetcher utility to use new user data API endpoint.
- Adjusted login functionality to point to the new admin login endpoint and handle unauthorized access.
- Refactored user actions utility to align with updated API endpoints for user management.
- Updated backend routes for user and loan data management to reflect new structure and naming conventions.
- Revised SQL schema and mock data to accommodate new fields and constraints.
- Changed Docker configuration to use the new database name.
2025-11-11 17:08:45 +01:00
theis.gaedigk
6ea1ff799c
added .env link function
2025-10-04 00:26:02 +02:00
theis.gaedigk
bf36a6605f
improved error handling for adding an item
2025-09-30 13:03:00 +02:00
theis.gaedigk
8f9696991f
improved error handling
2025-09-30 12:59:38 +02:00
theis.gaedigk
f83f321876
NOT WORKING - Implement API key management features: add API key creation and deletion, update API routes, and refactor related components. - NOT WORKING
2025-09-27 17:33:59 +02:00
theis.gaedigk
5159877d8d
added changeSafeState function
2025-09-16 13:00:15 +02:00
theis.gaedigk
b3ddfd9aa5
added working item change route
2025-09-16 11:13:19 +02:00
theis.gaedigk
755ebfd06b
added inpu elemts and backend API routes for changing the item table
2025-09-11 16:40:31 +02:00
theis.gaedigk
13a654561e
refactor user editing functionality to remove password handling
2025-09-03 14:25:12 +02:00
theis.gaedigk
b8f13a37fd
added function to change user password with the admin panel
2025-09-03 14:10:42 +02:00
theis.gaedigk
48c16350b7
refactor: remove LockerTable component, enhance ItemTable and LoanTable with CRUD functionality, and implement AddItemForm for item creation
2025-09-02 20:30:29 +02:00
theis.gaedigk
b217769961
enhance dashboard and user interface: update heading sizes, translate user label to German, and implement loan management features including fetching and displaying loans with error handling
2025-09-02 18:51:41 +02:00
theis.gaedigk
c77bef5cf3
add user management features: implement user creation, editing, and deletion; enhance dashboard with user selection prompt; improve token verification and alert handling
2025-08-31 20:02:51 +02:00