Commit graph

5 commits

Author SHA1 Message Date
Yaro Kasear
1ba0380dde Sort inventory-related queries and fix toast message syntax in inventory template 2025-07-08 10:16:24 -05:00
Yaro Kasear
bb564809ea Implement work log creation and update API; add new worklog entry route and enhance worklog template with JavaScript functionality 2025-07-08 09:55:25 -05:00
Yaro Kasear
26e55b9a3e Add user creation and update functionality; refactor user template and helpers 2025-07-07 15:36:15 -05:00
Yaro Kasear
f4369348c5 Remove deprecated routes file and move HTML prettifying logic to hooks module 2025-07-07 14:10:05 -05:00
Yaro Kasear
4d8d5b4e6a Add routes and functionality for inventory management, user management, worklogs, and settings
- Created a new Blueprint for main routes in `routes/__init__.py`.
- Implemented inventory listing and item management in `routes/inventory.py`.
- Added user listing and detail views in `routes/user.py`.
- Developed worklog listing and entry views in `routes/worklog.py`.
- Introduced search functionality across inventory, users, and worklogs in `routes/search.py`.
- Established settings management for brands, items, rooms, and functions in `routes/settings.py`.
- Enhanced helper functions for rendering headers and managing data in `routes/helpers.py`.
- Updated index route to display active worklogs and inventory conditions in `routes/index.py`.
2025-07-07 14:05:17 -05:00