docs: update ProfileBuilder placeholder for future dimensions
- 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:
parent
b73c77d811
commit
5bd1b33f5a
|
|
@ -418,13 +418,17 @@ export default function ProfileBuilder({ trainingType, onSave, onCancel, paramet
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Other Rule Sets - Placeholder */}
|
{/* Other Rule Sets - Future Features */}
|
||||||
<div className="card" style={{ marginBottom: '16px', padding: '12px', background: 'var(--surface2)' }}>
|
<div className="card" style={{ marginBottom: '16px', padding: '12px', background: 'var(--surface2)' }}>
|
||||||
<div style={{ fontSize: '13px', color: 'var(--text2)' }}>
|
<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 />
|
<br />
|
||||||
<span style={{ fontSize: '12px' }}>
|
<span style={{ fontSize: '12px', lineHeight: '1.6', display: 'block', marginTop: '4px' }}>
|
||||||
→ Aktuell nur JSON-Editor verfügbar. Visual Builder folgt in nächster Iteration.
|
• <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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user