Private · developer / admin
LifeLoveMe Data Workbench
Find, edit, validate, and preview the data behind LifeLoveMe.
Developer Command Center
· Data Editing Guide
· Testing Guide
This page is guidance only. It does not change public app behavior or edit data files.
Run commands from the LifeLoveMe repo root. Never edit deploy/web_public by hand.
Data source map
Where data lives, what consumes it, and how to validate or preview.
No modules match your search.
Quick commands
Copy and run from the repo root unless noted.
Recommended workflows
Edit quiz questions
- Draft in
docs/games/pilot_questions/
- Review in the review table document
- Set
reviewStatus: approved only when ready
- Export / sync to
data/quiz/questions/<pack>/
node scripts/validate_quiz_gita_pack.mjs
- Preview Wisdom Ladder and Wisdom Grid
Edit cards (Gita, RCM, Kabir, …)
- Identify canonical source (see map — not deploy copy)
- Edit source or Excel → rebuild JSON
- Validate with project scripts
- Preview the card app
- Test quiz “Open source card” links (
cardId deep links)
Edit app registry / Ask routing
- Edit
data/registry/app_registry_master.csv and web/shared/registry/app-feature-registry.js
python3 scripts/build_app_registry.py
./scripts/lifeloveme.sh test ask-query source "…"
- Preview
/home/index.html
Deploy preview
./scripts/prepare_deploy.sh
./scripts/lifeloveme.sh start deploy (port 8781)
./scripts/lifeloveme.sh test release-smoke deploy
Coming soon
- Edit question in browser
- Approve / reject question in browser
- Card improvement suggestions queue
- Missing data audit dashboard
- Broken source-link checker
- Resource onboarding wizard
- Data dependency graph
- Export to CSV / Excel from workbench