5 Commits

Author SHA1 Message Date
2e23fc38c3 US-017: Implement Daily Comments per day per test
- Add per-day comment input in monthly entry grid (comment icon per cell)
- Update saveMonthly() to save rescomment field for each result
- Update getMonthlyData() to return per-day comments
- Store comments in results.rescomment field with soft deletes support
2026-01-16 17:22:40 +07:00
1374c8769f US-016: Save Monthly Results - Add batch save with validation and statistics 2026-01-16 17:18:10 +07:00
23aec3b11d feat: Implement US-015 Monthly Entry Interface calendar grid
- Replace modal-based entry with inline calendar grid view
- Add dynamic day rendering (28-31 days based on selected month)
- Implement weekend highlighting (Saturday/Sunday with red background)
- Add horizontal scrolling for multiple tests display
- Support multi-test selection via checkboxes
- Auto-load monthly data when selecting tests
- Improve UX with Ctrl+S save shortcut and draft persistence
2026-01-16 17:13:58 +07:00
79da3c1c78 US-015: Complete Monthly Entry Interface with data loading and comments 2026-01-16 16:51:34 +07:00
ff90e0eb29 Initial commit: Add CodeIgniter 4 QC application with full MVC structure
- CodeIgniter 4 framework setup with SQL Server database config
- Models: Control, Test, Dept, Result, Daily/ Monthly entry models
- Controllers: Dashboard, Control, Test, Dept, Entry, Report, API endpoints
- Views: CRUD pages with modal dialogs, dashboard, reports
- Database: Migrations for control test and daily/monthly result tables
- Legacy v1 PHP application preserved in /v1 directory
- Documentation: AGENTS.md, VIEWS_RULES.md for development guidelines
2026-01-14 16:49:27 +07:00