docs: update ProfileBuilder placeholder for future dimensions
All checks were successful
Deploy Development / deploy (push) Successful in 47s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s

- Changed from 'folgt in nächster Iteration' to 'Analyse & Entwicklung, folgen später'
- Listed all 5 dimensions with clear purpose
- Clarifies that Minimum Requirements is sufficient for validation
- Other dimensions planned for v9e/v9f (ability development, AI prompts)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lars 2026-03-23 14:40:56 +01:00
parent b73c77d811
commit 5bd1b33f5a

View File

@ -418,13 +418,17 @@ export default function ProfileBuilder({ trainingType, onSave, onCancel, paramet
)}
</div>
{/* Other Rule Sets - Placeholder */}
{/* Other Rule Sets - Future Features */}
<div className="card" style={{ marginBottom: '16px', padding: '12px', background: 'var(--surface2)' }}>
<div style={{ fontSize: '13px', color: 'var(--text2)' }}>
<strong>Weitere Dimensionen:</strong> Intensitätszonen, Training Effects, Periodization, Performance, Safety
<strong>Weitere Dimensionen</strong> (Analyse & Entwicklung, folgen später):
<br />
<span style={{ fontSize: '12px' }}>
Aktuell nur JSON-Editor verfügbar. Visual Builder folgt in nächster Iteration.
<span style={{ fontSize: '12px', lineHeight: '1.6', display: 'block', marginTop: '4px' }}>
<strong>Intensitätszonen:</strong> HF-Zonen-Verteilung analysieren<br />
<strong>Training Effects:</strong> Fähigkeitenentwicklung tracken<br />
<strong>Periodization:</strong> Frequenz & Recovery planen<br />
<strong>Performance:</strong> Fortschritt messen (Benchmarks, Trends)<br />
<strong>Safety:</strong> Warnungen bei Überbelastung
</span>
</div>
</div>