mitai-jinkendo/frontend/src
Lars 555ff62b56
All checks were successful
Deploy Development / deploy (push) Successful in 45s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s
feat: global placeholder export with values (Settings page)
Zentraler Export aller verfügbaren Platzhalter mit aktuellen Werten.

Backend:
- GET /api/prompts/placeholders/export-values
  - Returns all placeholders organized by category
  - Includes resolved values for current profile
  - Includes metadata (description, example)
  - Flat list + categorized structure

Frontend SettingsPage:
- Button "📊 Platzhalter exportieren"
- Downloads: placeholders-{profile}-{date}.json
- Shows all 38+ placeholders with current values
- Useful for:
  - Understanding available data
  - Debugging prompt templates
  - Verifying placeholder resolution

Frontend api.js:
- exportPlaceholderValues()

Export Format:
{
  "export_date": "2026-03-26T...",
  "profile_id": "...",
  "count": 38,
  "all_placeholders": { "name": "Lars", ... },
  "placeholders_by_category": {
    "Profil": [...],
    "Körper": [...],
    ...
  }
}

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-26 10:05:11 +01:00
..
components feat: export all placeholders from debug viewer (Issue #28 Debug A) 2026-03-26 09:40:26 +01:00
context fix: email verification auto-login and user experience 2026-03-21 10:32:24 +01:00
pages feat: global placeholder export with values (Settings page) 2026-03-26 10:05:11 +01:00
utils feat: global placeholder export with values (Settings page) 2026-03-26 10:05:11 +01:00
app.css feat: complete sleep module overhaul - app standard compliance 2026-03-22 13:09:34 +01:00
App.jsx feat: AI-Prompts flexibilisierung - Frontend complete (Issue #28, Part 2) 2026-03-24 15:35:55 +01:00
main.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00