• Joined on 2025-04-06
yaro pushed to main at yaro/inventory 2025-07-11 12:07:11 -05:00
84db8592cb Add modal for viewing photos by clicking thumbnail.
yaro pushed to main at yaro/inventory 2025-07-11 11:58:11 -05:00
7bdbb4ea2a Refactor photo upload logic to improve file path handling and remove unused imports
yaro pushed to main at yaro/inventory 2025-07-11 11:49:28 -05:00
a2b035f522 Add image upload functionality and enhance inventory template with image rendering
yaro pushed to main at yaro/inventory 2025-07-11 09:44:42 -05:00
ca3417c269 Add photo retrieval endpoint and improve photo upload response
yaro pushed to main at yaro/inventory 2025-07-11 09:34:15 -05:00
3e0faae851 Refactor Photo model constructor to remove timestamp parameter; update helper function to use getattr for safer attribute access.
yaro pushed to main at yaro/inventory 2025-07-11 09:21:51 -05:00
e1cb99f2d1 Implement PhotoAttachable interface in Inventory, User, and WorkLog models; add photo upload API endpoint with file handling and attachment logic.
yaro pushed to main at yaro/inventory 2025-07-11 08:08:29 -05:00
92dce08d1c Add Photo and worklog_photos to __all__ for improved module exports
yaro pushed to main at yaro/inventory 2025-07-10 16:21:05 -05:00
19d1c31984 Enhance Photo and WorkLog models with relationships to improve data integrity and associations
yaro pushed to main at yaro/inventory 2025-07-10 16:15:50 -05:00
2a8e1710b3 Add Photo model and establish relationships with Inventory and User; create worklog_photos association table
yaro pushed to main at yaro/inventory 2025-07-10 12:50:11 -05:00
54efd370ff Rename textarea fields in editor and worklog templates for consistency and clarity
yaro pushed to main at yaro/inventory 2025-07-10 12:36:45 -05:00
f7570a0938 Swap editor and viewer tab states in editor fragment for improved UX; integrate editor in inventory template for notes and comments.
yaro pushed to main at yaro/inventory 2025-07-10 10:46:52 -05:00
b19d5d33f7 Update editor fragment to include icon sizes for better UI consistency
2694f0bdad Add editor widget functionality with auto-resize and markdown support
Compare 2 commits »
yaro pushed to main at yaro/inventory 2025-07-10 08:18:25 -05:00
f046ffdd0a Add timestamp formatting for updates in worklog template
yaro pushed to main at yaro/inventory 2025-07-09 16:16:03 -05:00
3df70c15ee Refactor updates section in worklog template to enhance user experience and streamline update entry
yaro pushed to main at yaro/inventory 2025-07-09 15:40:32 -05:00
39a8e64c90 Add WorkNote model and integrate updates into WorkLog functionality
yaro pushed to main at yaro/inventory 2025-07-09 13:07:17 -05:00
58f8a040b7 Standardize table names and foreign key references for consistency across area, brand, inventory, item, room function, room, user, and work log models
yaro pushed to main at yaro/inventory 2025-07-09 12:34:19 -05:00
ae5ffc82b3 Standardize foreign key references and column names for consistency across inventory, users, and work log models
yaro pushed to main at yaro/inventory 2025-07-09 12:05:40 -05:00
b0927680b9 Standardize foreign key references for case consistency in inventory and user models
yaro pushed to main at yaro/inventory 2025-07-09 11:49:28 -05:00
b6b4979034 Standardize column names in RoomFunction and Room models for consistency
yaro pushed to main at yaro/inventory 2025-07-09 11:40:57 -05:00
f7fae7dc9b Fix foreign key reference case sensitivity and standardize column definitions in inventory models