Commit graph

9 commits

Author SHA1 Message Date
Yaro Kasear
a2b035f522 Add image upload functionality and enhance inventory template with image rendering 2025-07-11 11:48:53 -05:00
Yaro Kasear
ac0cccc649 Remove egg-info directory and update .gitignore to exclude inventory.egg-info 2025-07-08 11:50: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
Yaro Kasear
acacf39f8e Refactor code structure; improve organization and readability across multiple files 2025-06-23 14:51:21 -05:00
Yaro Kasear
c6fc1a4795 Refactor .gitignore; add patterns for SQLite database files and improve ignored file management
Enhance app initialization; set secret key from environment variable for better security practices

Update work_log model import; change User import path for improved module structure

Refactor routes; add new inventory item creation route and enhance settings handling with JSON form state

Improve ComboBoxWidget; add handleComboAdd function for better option management and integrate with render_combobox macro

Revamp settings template; implement form state management and improve modal functionality for room creation

Add error template; create a new error handling page for better user feedback
2025-06-23 10:05:31 -05:00
Yaro Kasear
142e909a88 Refactor configuration; enhance quote function type hints, improve database URI setup for SQLite, and add BASE_DIR for better path management 2025-06-20 13:55:50 -05:00
Yaro Kasear
e67ae63eb8 Refactor application configuration; implement dynamic database URI setup based on environment variables for improved flexibility and maintainability 2025-06-20 13:48:03 -05:00
Yaro Kasear
0835248f34 Refactor inventory listing filters to return error messages for invalid user, location, and item IDs 2025-06-16 08:13:27 -05:00
Yaro Kasear
ffaae2541f Add .gitignore to exclude __pycache__ directory from version control 2025-06-12 11:59:29 -05:00