6 Commits

Author SHA1 Message Date
Sergei
e24c81fb2a Update build number to 2 in scheme 2025-12-12 17:24:51 -08:00
Sergei
43b924df4a Add EAS Build & Deploy documentation to scheme
- Updated Git Repository card with commands
- Added EAS Build & Deploy card with:
  - App info (version, bundle ID, ASC App ID)
  - Apple account info
  - Build commands
  - Build profiles

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 17:19:13 -08:00
Sergei
074433f164 Sync all changes - profile restructure and scheme updates
- Restructured profile screens location
- Updated beneficiary detail page
- Updated API service
- Updated all scheme files (MainScheme, ENV API, Discussion, AppStore, SysAnal)
- Added PageHeader component

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 16:48:07 -08:00
Sergei
aed5b52c04 Document voice_ask working keywords from testing
Tested AI Chat API with different queries:

WORKING (return real patient data):
- "how is dad" / "how is mom" → full status report
- "bathroom" → restroom usage times
- "kitchen" → cooking activity
- "sleep" / "night" → sleep hours, wake ups
- "shower" → shower history
- "temperature" → room temperature (verified!)
- "last seen" → online status

NOT WORKING (generic AI responses):
- status, summary, location, daily report

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 16:21:21 -08:00
Sergei
b5117943bf Update API documentation with dashboard_single endpoint
Added from code analysis (services/api.ts, types/index.ts):
- NEW: dashboard_single API with full request/response structure
- Updated voice_ask with complete ChatResponse (Command, body, language)
- Updated deployment_ids with clearer explanation
- Added mobile_data_model card with Beneficiary interface
- Updated integration_notes with native API flow
- Added new connections between API endpoints

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 16:06:49 -08:00
Sergei
af148faa40 Add scheme files, beneficiaries module, dashboard improvements
Changes:
- Add wellnuoSheme/ folder with project documentation
- Rename patients -> beneficiaries (proper WellNuo terminology)
- Add BeneficiaryContext for state management
- Update API service with WellNuo endpoints
- Add dashboard screen for beneficiary overview
- Update navigation and layout

Scheme files include:
- API documentation with credentials
- Project description
- System analysis
- UX flow
- Legal documents (privacy, terms, support)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 13:38:38 -08:00