-
v1.0.2 Stable
released this
2026-06-09 14:49:05 +02:00 | 0 commits to main since this releaseRelease v1.0.2
Project Overview
MiauInv is a web-based inventory management system designed for tracking, organizing, and managing assets. This release focuses on transitioning the core architecture to a fully production-ready deployment state, enhancing data dynamism, improving infrastructure orchestration, and expanding project documentation.
Core Features & Improvements
- Dynamic Analytics: Replaced all hardcoded system metrics with live database aggregations. The dashboard now dynamically calculates total assets, active projects, and physical locations directly via SQLite backend hooks.
- Enhanced Client Validation: Refactored input sanitization and error boundaries. The system now returns precise HTTP status codes (such as 422 Unprocessable Entity) for logical validation failures like excessive password lengths.
- Documentation Architecture: Expanded repository transparency by adding a dedicated
docs/directory containing complete technical specifications for the underlying database schema, data integrity constraints, and the dual-token JWT authentication flow.
Deployment & Infrastructure
- Production Reverse Proxy Support: Optimized containerization layouts to work natively behind a Caddy reverse proxy environment. Internal communication paths are locked down securely within dedicated external proxy networks.
- Optimized Container Builds: Finalized the multi-stage scratch Dockerfile compilation pipeline, ensuring minimum image footprints while maintaining secure TLS data transport layers.
Repository Visuals
- Updated the primary project documentation to include interactive frontend workspace previews, profiling the layout matrices for the Dashboard, Inventory, Locations, and Projects interfaces.
Downloads