updating docs

This commit is contained in:
2025-11-27 00:05:33 -06:00
parent fdd48034e4
commit 29b4853c84

View File

@@ -2,7 +2,7 @@
**Status:** In Progress - Week 2 Complete, Week 3 Next **Status:** In Progress - Week 2 Complete, Week 3 Next
**Timeline:** 4-5 weeks **Timeline:** 4-5 weeks
**Last Updated:** November 26, 2025 **Last Updated:** November 27, 2025
**Document Version:** 1.3 **Document Version:** 1.3
--- ---
@@ -46,6 +46,7 @@
| 2.4 | Inventory API Endpoints | ✅ Complete | 25 tests | | 2.4 | Inventory API Endpoints | ✅ Complete | 25 tests |
| 2.5 | Character Stats Calculation | ✅ Complete | 17 tests | | 2.5 | Character Stats Calculation | ✅ Complete | 17 tests |
| 2.6 | Equipment-Combat Integration | ✅ Complete | 140 tests | | 2.6 | Equipment-Combat Integration | ✅ Complete | 140 tests |
| 2.7 | Combat Loot Integration | ✅ Complete | 59 tests |
**Files Created/Modified:** **Files Created/Modified:**
- `/api/app/models/items.py` - Item with affix support, spell_power field - `/api/app/models/items.py` - Item with affix support, spell_power field
@@ -58,7 +59,7 @@
- `/api/app/services/combat_service.py` - Equipment integration - `/api/app/services/combat_service.py` - Equipment integration
- `/api/app/api/inventory.py` - REST API endpoints - `/api/app/api/inventory.py` - REST API endpoints
**Total Tests (Week 2):** 265+ passing **Total Tests (Week 2):** 324+ passing
--- ---