ui update and some backend functionality adding in accordance with research on adhd and ux design

This commit is contained in:
2026-02-14 17:21:37 -06:00
parent 4d3a9fbd54
commit fb480eacb2
32 changed files with 9549 additions and 248 deletions

View File

@@ -11,6 +11,7 @@ services:
- pgdata:/var/lib/postgresql/data
- ./config/schema.sql:/docker-entrypoint-initdb.d/schema.sql
- ./config/seed_templates.sql:/docker-entrypoint-initdb.d/seed_templates.sql
- ./config/seed_rewards.sql:/docker-entrypoint-initdb.d/seed_rewards.sql
healthcheck:
test: ["CMD-SHELL", "pg_isready -U app"]
interval: 5s