First commit

This commit is contained in:
2026-04-12 18:55:00 +03:00
commit 8f1bf14191
12 changed files with 1451 additions and 0 deletions

50
questions.yaml Normal file
View File

@@ -0,0 +1,50 @@
questions:
- id: mood
label: Overall mood today
type: scale
min: 1
max: 10
step: 1
- id: slept_well
label: Slept well last night?
type: yesno
- id: wake_time
label: Wake-up time
type: time
- id: focus_hours
label: Hours of deep focus
type: duration
- id: energy
label: Energy level
type: counter
min: 0
max: 10
step: 1
- id: tasks_done
label: Tasks completed
type: number
min: 0
max: 100
- id: primary_activity
label: Primary activity today
type: choice
options:
- Work
- Study
- Rest
- Exercise
- Social
- id: wins
label: What went well?
type: textarea
- id: notes
label: Anything else?
type: text