Yaro Kasear
7594b66520
Enhance user identifier formatting and improve user organization display with titles
2025-07-28 08:32:01 -05:00
Yaro Kasear
f89b825ef0
Add title field to User model and update related views for user management
2025-07-25 13:21:05 -05:00
Yaro Kasear
462c077681
Refactor user, room, and inventory models to replace 'full_name' property with 'identifier' for consistency; update related templates and routes accordingly.
2025-07-22 11:49:47 -05:00
Yaro Kasear
dab23009c1
Refactor model imports and add nullable indices for improved database performance and clarity
2025-07-17 15:29:14 -05:00
Yaro Kasear
48ad5847b9
More image changes. Delete and replacement logic.
2025-07-11 14:03:16 -05:00
Yaro Kasear
7d96839af8
Rename "photo" to "image."
2025-07-11 13:01:08 -05:00
Yaro Kasear
e1cb99f2d1
Implement PhotoAttachable interface in Inventory, User, and WorkLog models; add photo upload API endpoint with file handling and attachment logic.
2025-07-11 09:21:31 -05:00
Yaro Kasear
2a8e1710b3
Add Photo model and establish relationships with Inventory and User; create worklog_photos association table
2025-07-10 16:15:29 -05:00
Yaro Kasear
58f8a040b7
Standardize table names and foreign key references for consistency across area, brand, inventory, item, room function, room, user, and work log models
2025-07-09 13:06:15 -05:00
Yaro Kasear
ae5ffc82b3
Standardize foreign key references and column names for consistency across inventory, users, and work log models
2025-07-09 12:34:00 -05:00
Yaro Kasear
b0927680b9
Standardize foreign key references for case consistency in inventory and user models
2025-07-09 12:05:23 -05:00
Yaro Kasear
9803db17ab
Add inventory management templates and utility functions
...
- Created HTML templates for inventory index, layout, search, settings, table, user, and worklog.
- Implemented utility functions for eager loading relationships in SQLAlchemy.
- Added validation mixin for form submissions.
- Updated project configuration files (pyproject.toml and setup.cfg) for package management.
2025-07-08 11:47:22 -05:00