Commit Graph

26 Commits

Author SHA1 Message Date
fc149184e9 feat(6): phase 6 plan 02 - operational runbook and documentation
- Created OPERATIONAL_RUNBOOK.md: comprehensive step-by-step procedures for both Docker and Standalone deployment modes covering deployment, daily ops, troubleshooting, backup/restore, disaster recovery, scaling, and updates
- Created HEALTH_MONITORING_CHECKLIST.md: daily/weekly/monthly health check procedures with alert thresholds and quick troubleshooting reference
- Created DISASTER_RECOVERY_PLAN.md: detailed procedures for 6 failure scenarios (database corruption, hardware failure, data center failure, app crash, disk full, network isolation) with RTO/RPO targets
- Created CONFIGURATION_REFERENCE.md: complete documentation of all inventory.env parameters for both deployment modes with common scenarios and troubleshooting
- Created EMERGENCY_PROCEDURES.md: quick-reference incident response playbook with 7 critical scenarios, decision tree, escalation path, and printable cheat sheet
- Created scripts/backup.sh: automated backup script supporting both Docker and Standalone with integrity verification and retention management
- Created scripts/restore.sh: restore script with triple confirmation, safety backups, and validation tests for both deployment modes
- Created config/backup-cron.sh: installer for daily/weekly automated backup cron jobs (2 AM daily, 3 AM Sunday)

All documentation covers dual-deployment modes with shared configuration files.
Documentation is operator-ready with copy-paste commands and clear expected outputs.
2026-04-22 18:25:32 +03:00
76fa22bba9 docs: write implementation plan for AI extraction + auto-photo-save with 9 bite-sized tasks 2026-04-21 18:49:43 +03:00
ed42a9e306 docs: design AI extraction + auto-photo-save with crop/rotation guidance 2026-04-21 18:39:43 +03:00
eda152e133 style: step 12 - ui uniformity complete, 291 frontend tests passing 2026-04-19 12:09:55 +03:00
d7fa470bcb style: step 11 - uniform text tokens in remaining components 2026-04-19 12:09:22 +03:00
1850fea170 style: step 10 - uniform text tokens in modals 2026-04-19 12:07:15 +03:00
922d9e431e style: step 9 - uniform text tokens in admin sub-components 2026-04-19 12:04:41 +03:00
acf9155ce2 style: step 8 - uniform text tokens in Scanner and AIOnboarding 2026-04-19 12:02:35 +03:00
7d4e60699d style: step 7 - uniform text tokens in IdentityCheckOverlay 2026-04-19 12:00:11 +03:00
3d79a4be2b style: step 6 - uniform text tokens in AdminOverlay (no violations found) 2026-04-19 11:57:52 +03:00
b5d4c5678c style: step 5 - uniform text tokens in admin and logs pages 2026-04-19 11:57:36 +03:00
fa27817f7c style: step 4 - uniform text tokens in inventory page 2026-04-19 11:55:50 +03:00
ffb56c030d style: step 2-3 - uniform text tokens in login+main page, fix tsconfig build exclusions 2026-04-19 11:46:44 +03:00
80ec2dc2b0 docs: ui-uniformity step 1 - audit all text color violations (71 found, slate-300 annotated) 2026-04-19 11:35:46 +03:00
56ddc39d61 docs: apply eng review fixes - slate-300 context rule, annotated audit, visual smoke checklist 2026-04-19 11:33:52 +03:00
eea63b0612 docs: add ui-uniformity plan with session-persistent progress tracker (12 steps) 2026-04-19 11:24:55 +03:00
9b2d294032 docs: add phase 3 E2E tests implementation plan (16 tasks, modular workflows) 2026-04-19 07:41:13 +03:00
7054154b9b docs: add phase 3 E2E tests design spec (Playwright, modular workflows, <30min parallel) 2026-04-19 07:38:31 +03:00
2e1a497cdd docs: create phase 2 frontend tests implementation plan 2026-04-18 17:30:07 +00:00
d481fc8126 docs: create phase 2 frontend tests design specification 2026-04-18 17:24:58 +00:00
dcc167d00b docs: save AI-friendly refactoring design specification 2026-04-18 17:14:51 +00:00
cd1dd8ddff docs: create refactoring progress tracker and phase 1 implementation plan 2026-04-18 16:44:07 +00:00
8b61f6616a bede 2026-04-18 14:19:33 +00:00
Daniel Bedeleanu
409afb29f8 plan: mobile stat cards responsive implementation - 6 tasks
- Task 1: Create reusable StatCard component
- Task 2: Update Inventory page stat cards
- Task 3: Update Logs page stat cards
- Task 4: Update Admin page stat cards
- Task 5: Test on mobile viewports
- Task 6: Final verification & handover

Ready for execution via subagent-driven or inline approach
2026-04-15 11:14:24 +03:00
Daniel Bedeleanu
bacc23cc23 spec: mobile stat cards responsive design - two-column layout fix
- Design two-column flexbox layout (label left, number right)
- Responsive font sizing (sm/md/lg breakpoints)
- Label truncation for long text
- Applies to Inventory, Logs, and Admin pages
- Ready for implementation review
2026-04-15 11:13:28 +03:00
Daniel Bedeleanu
70670a3c9d docs: add Docker build verification plan and update session state
- Created comprehensive 4-task plan for local Docker testing
- Plan includes: frontend build, full stack build, integration tests, handover
- Updated SESSION_STATE.md with TypeScript fix status and next steps
- Ready for remote deployment verification
2026-04-15 09:37:50 +03:00