Radosław Gierwiało
a8fcb5e6eb
docs: update documentation with Activity Log System implementation
...
Updated all major documentation files to reflect the completed Activity
Log System (Phase 3.5) implementation.
Changes:
- README.md: Added Admin & Monitoring section, updated database schema
to 12 tables, added Activity Log System to completed phases, updated
project structure to show admin pages and services
- SESSION_CONTEXT.md: Updated recent work, added activity log system to
core features, updated database schema, added comprehensive Phase 3.5
overview with all implementation details
- COMPLETED.md: Added full Activity Log System entry with all 8 phases,
implementation details, git commits, and access information
Updated dates to 2025-12-02.
2025-12-02 23:24:38 +01:00
Radosław Gierwiało
231d3d177c
docs: update TODO and COMPLETED with spam protection and notifications
...
- Mark S15.1-15.2 (Rate Limiting & Spam Protection) as implemented
- Mark S16.1 (Socket Notifications) as implemented
- Update test count: 342 → 350 tests
- Add implementation details to COMPLETED.md
- Update recent work timeline
2025-12-01 00:07:24 +01:00
Radosław Gierwiało
964897bdc0
docs: move completed tasks to archive and update TODO status
...
- Add recent completions to COMPLETED.md:
- 3-Tier Account System & Fairness Algorithm (2025-11-29)
- Mobile-first Design Improvements (2025-11-29)
- Test Bot for Automated Testing (2025-11-29)
- Ratings & Stats System (2025-11-30, 9 E2E tests)
- Matching Runs Audit & origin_run_id Tracking (2025-11-30, 30 tests)
- Documentation Reorganization (2025-11-30)
- Update TODO.md current status (342/342 tests passing - 100%)
- Remove "Recently Completed" sections from TODO.md
- Update implemented scenarios list
2025-11-30 20:22:07 +01:00
Radosław Gierwiało
93c5680397
docs: update documentation with recent features
...
- Add Recording Matching System section (auto-matching algorithm)
- Add Competitor Number (Bib) Support section
- Add Frontend Refactoring section (component extraction, constants)
- Update test count: 223 → 286 tests (73% coverage)
- Update dates to 2025-11-23
2025-11-23 23:05:23 +01:00
Radosław Gierwiało
a2279662dc
docs: archive DASHBOARD_PLAN.md and update task tracking
...
- Move completed DASHBOARD_PLAN.md to docs/archive/
- Update COMPLETED.md with dashboard implementation details
- Update TODO.md to reflect dashboard completion
- Mark remaining dashboard features as optional Phase 4
2025-11-21 21:59:51 +01:00
Radosław Gierwiało
b945354db3
docs: move completed frontend refactoring to COMPLETED.md
...
Moved the entire frontend refactoring section (3 phases + bug fixes)
from TODO.md to docs/archive/COMPLETED.md for better organization.
Changes:
- TODO.md: Removed completed refactoring tasks (lines 363-728)
- COMPLETED.md: Added comprehensive refactoring summary with:
- All 3 phases (Components, Hooks, Advanced Components)
- Bug fixes (formatHeat, ChatRoom missing)
- Final metrics (-559 lines, 16 new components, 3 new hooks)
- Component structure diagram
2025-11-21 17:41:39 +01:00
Radosław Gierwiało
975d258497
docs: reorganize documentation structure for better context efficiency
...
Reorganization changes:
1. Moved from root → docs/:
- QUICKSTART.md
- QUICK_TEST.md
- WEBRTC_TESTING_GUIDE.md
2. Created docs/archive/ and moved archival files:
- COMPLETED.md (completed tasks archive)
- PHASE_1.5.md (historical phase documentation)
- RESOURCES.md (learning resources)
- SECURITY_AUDIT.md (security audit)
- ADMIN_CLI.md (CLI documentation)
3. Updated all references in:
- README.md
- docs/CONTEXT.md
- docs/TODO.md
- docs/SESSION_CONTEXT.md
- docs/DEPLOYMENT.md
- docs/QUICK_TEST.md
Active docs/ now contains only essential files:
- SESSION_CONTEXT.md (primary for context restoration)
- TODO.md
- CONTEXT.md
- ARCHITECTURE.md
- DEPLOYMENT.md
- MONITORING.md
- QUICKSTART.md
- QUICK_TEST.md
- WEBRTC_TESTING_GUIDE.md
Benefits:
- Reduced token usage when reading docs/ for context
- Clear separation between active and archived documentation
- Better organization for future maintenance
2025-11-20 22:42:06 +01:00