Commit Graph

12 Commits

Author SHA1 Message Date
4ec14416ca fixed some display bugs 2025-11-19 16:31:42 +01:00
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
27d21efefa began to refactor backend 2025-11-05 10:25:23 +01:00
3e67bf9052 edited docker config for backend 2025-11-03 21:12:58 +01:00
29d47ddd9b refactor: update Dockerfiles and nginx configurations for consistency and optimization 2025-11-03 21:05:21 +01:00
7b298180e0 edited dockker config 2025-11-03 20:42:52 +01:00
9491da2950 edited scheme 2025-10-30 18:35:11 +01:00
5ba35bb471 remove unused mock data files and update docker-compose paths 2025-10-25 22:44:43 +02:00
8341404f45 changed timezone 2025-09-05 11:27:13 +02:00
8fb70ccccd added docker implementation for admin panel 2025-08-31 14:55:33 +02:00
752afd7d88 changed data structure 2025-08-18 16:57:28 +02:00
98c6545bae implemented docker compose 2025-08-18 16:02:11 +02:00