powerhouse-rp-toolkit
Version:
Renaissance Periodization Training Toolkit for PowerHouseATX
83 lines (63 loc) • 2.81 kB
Markdown
# Button Audit Report
Generated on June 18, 2025
## Phase 1 · Foundation Setup Beginner 4 actions ▼
| Button ID | Label | Handler | Notes |
|-----------|--------|---------|-------|
| btnAdvancedPreset | (no label) | ❌ | |
| btnBeginnerPreset | (no label) | ❌ | |
| btnIntermediatePreset | (no label) | ❌ | |
| btnSaveVolumeLandmarks | (no label) | ❌ | |
## Phase 2 · Mesocycle Planning Intermediate 6 actions ▼
| Button ID | Label | Handler | Notes |
|-----------|--------|---------|-------|
| btnGenerateWeeklyProgram | (no label) | ❌ | |
| btnOptimizeFrequency | (no label) | ✅ | |
| btnRiskAssessment | (no label) | ❌ | |
| btnSetupMesocycle | (no label) | ❌ | |
| btnShowRIRSchedule | (no label) | ❌ | |
| btnSmartExerciseSelection | (no label) | ❌ | |
## Phase 3 · Weekly Management Intermediate 6 actions ▼
| Button ID | Label | Handler | Notes |
|-----------|--------|---------|-------|
| btnNextWeek | (no label) | ❌ | |
| btnPlateauAnalysis | (no label) | ❌ | |
| btnPredictDeloadTiming | (no label) | ❌ | |
| btnProcessWeeklyAdjustments | (no label) | ❌ | |
| btnRunWeeklyAutoProgression | (no label) | ❌ | |
| btnWeeklyIntelligenceReport | (no label) | ❌ | |
## Phase 4 · Daily Execution Beginner 4 actions ▼
| Button ID | Label | Handler | Notes |
|-----------|--------|---------|-------|
| btnEndSession | (no label) | ❌ | |
| btnLogSet | (no label) | ❌ | |
| btnProcessWithRPAlgorithms | (no label) | ✅ | |
| btnStartLiveSession | (no label) | ❌ | |
## Phase 5 · Deload Analysis Intermediate 2 actions ▼
| Button ID | Label | Handler | Notes |
|-----------|--------|---------|-------|
| btnAnalyzeDeloadNeed | (no label) | ❌ | |
| btnInitializeAtMEV | (no label) | ❌ | |
## Phase 6 · Advanced Intelligence Advanced 3 actions ▼
| Button ID | Label | Handler | Notes |
|-----------|--------|---------|-------|
| btnAdaptiveRIRRecommendations | (no label) | ❌ | |
| btnInitializeIntelligence | (no label) | ❌ | |
| btnOptimizeVolumeLandmarks | (no label) | ❌ | |
## Phase 7 · Data Management Advanced 6 actions ▼
| Button ID | Label | Handler | Notes |
|-----------|--------|---------|-------|
| btnAutoBackup | (no label) | ❌ | |
| btnCreateBackup | (no label) | ❌ | |
| btnExportAllData | (no label) | ❌ | |
| btnExportChart | (no label) | ❌ | |
| btnExportFeedback | (no label) | ❌ | |
| btnImportData | (no label) | ❌ | |
## Summary
- **Total Buttons**: 31
- **Buttons with Handlers**: 2 (6.5%)
- **Buttons without Handlers**: 29 (93.5%)
### Working Handlers
- `btnOptimizeFrequency` (Phase 2)
- `btnProcessWithRPAlgorithms` (Phase 4)
### Missing Handlers
All other 29 buttons require handler implementation.