WellNuo/wellnuoSheme/03_DiscussionQuestions.json
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

335 lines
7.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_meta": {
"name": "Questions",
"updatedAt": "2025-12-12T21:16:04.059Z"
},
"elements": [
{
"id": "header",
"type": "card",
"title": "Discussion Questions",
"borderColor": "purple",
"tags": [
"overview"
],
"description": "Ключевые вопросы для планирования\n\nКатегории:\n- Стратегия\n- Технологии\n- Продукт\n- Legal/Ethics"
},
{
"id": "q_market",
"type": "condition",
"title": "Market Positioning?",
"borderColor": "yellow",
"tags": [
"strategy",
"decision"
],
"description": "Как дифференцировать от Siri, Google, Alexa?"
},
{
"id": "opt_niche",
"type": "card",
"title": "Option: Niche Focus",
"borderColor": "blue",
"tags": [
"strategy"
],
"description": "Фокус на нише:\n- Elderly users\n- Professionals\n- Healthcare"
},
{
"id": "opt_privacy",
"type": "card",
"title": "Option: Privacy Focus",
"borderColor": "blue",
"tags": [
"strategy"
],
"description": "Privacy-focused подход:\n- Local processing\n- No data collection\n- Transparent policies"
},
{
"id": "q_business",
"type": "condition",
"title": "Business Model?",
"borderColor": "yellow",
"tags": [
"strategy",
"decision"
],
"description": "Какая монетизация?"
},
{
"id": "opt_freemium",
"type": "card",
"title": "Option: Freemium",
"borderColor": "orange",
"tags": [
"strategy"
],
"description": "Freemium модель:\n- Free basic\n- Premium subscription"
},
{
"id": "opt_b2b",
"type": "card",
"title": "Option: B2B",
"borderColor": "orange",
"tags": [
"strategy"
],
"description": "B2B Enterprise:\n- Licensing\n- Custom solutions"
},
{
"id": "q_ai_arch",
"type": "condition",
"title": "AI Architecture?",
"borderColor": "yellow",
"tags": [
"tech",
"decision"
],
"description": "Какую AI архитектуру использовать?"
},
{
"id": "opt_external",
"type": "card",
"title": "Option: External APIs",
"borderColor": "teal",
"tags": [
"tech"
],
"description": "External APIs only:\n+ Быстро, cutting-edge\n- Зависимость, costs"
},
{
"id": "opt_hybrid",
"type": "card",
"title": "Option: Hybrid",
"borderColor": "teal",
"tags": [
"tech"
],
"description": "Hybrid (local + cloud):\n+ Offline, privacy\n- Complexity"
},
{
"id": "q_mvp",
"type": "condition",
"title": "MVP Scope?",
"borderColor": "yellow",
"tags": [
"product",
"decision"
],
"description": "Что должно быть в MVP?"
},
{
"id": "opt_mvp_basic",
"type": "card",
"title": "MVP: Basic Voice",
"borderColor": "green",
"tags": [
"product"
],
"description": "Basic voice + reminders\n\nMinimal viable"
},
{
"id": "opt_mvp_full",
"type": "card",
"title": "MVP: Full Conversational",
"borderColor": "green",
"tags": [
"product"
],
"description": "Full conversational AI\n+ Integrations\n\nMore complete"
},
{
"id": "q_privacy",
"type": "condition",
"title": "Data Privacy?",
"borderColor": "red",
"tags": [
"legal",
"decision"
],
"description": "Как обеспечить privacy?"
},
{
"id": "timeline",
"type": "card",
"title": "Development Phases",
"borderColor": "gray",
"tags": [
"timeline"
],
"description": "Phase 1: Foundation\nPhase 2: Intelligence\nPhase 3: Scale"
},
{
"id": "team",
"type": "card",
"title": "Required Team",
"borderColor": "gray",
"tags": [
"resources"
],
"description": "- AI/ML Engineer\n- Mobile Dev (RN)\n- Backend Dev\n- UI/UX Designer\n- Product Manager"
},
{
"id": "risks",
"type": "card",
"title": "Risk Assessment",
"borderColor": "red",
"tags": [
"risks"
],
"description": "Tech: AI latency, Voice accuracy\nBusiness: AI costs, Regulations\n\nMitigation strategies needed"
},
{
"id": "next_steps",
"type": "card",
"title": "Next Steps",
"borderColor": "purple",
"tags": [
"overview"
],
"description": "1. Define MVP scope\n2. Choose AI architecture\n3. Create roadmap\n4. Assemble team\n5. Begin development"
}
],
"connections": [
{
"from": "header",
"to": "q_market",
"label": "strategy"
},
{
"from": "q_market",
"to": "opt_niche",
"label": "option 1"
},
{
"from": "q_market",
"to": "opt_privacy",
"label": "option 2"
},
{
"from": "opt_niche",
"to": "q_business"
},
{
"from": "opt_privacy",
"to": "q_business"
},
{
"from": "q_business",
"to": "opt_freemium",
"label": "option 1"
},
{
"from": "q_business",
"to": "opt_b2b",
"label": "option 2"
},
{
"from": "opt_freemium",
"to": "q_ai_arch"
},
{
"from": "opt_b2b",
"to": "q_ai_arch"
},
{
"from": "q_ai_arch",
"to": "opt_external",
"label": "option 1"
},
{
"from": "q_ai_arch",
"to": "opt_hybrid",
"label": "option 2"
},
{
"from": "opt_external",
"to": "q_mvp"
},
{
"from": "opt_hybrid",
"to": "q_mvp"
},
{
"from": "q_mvp",
"to": "opt_mvp_basic",
"label": "minimal"
},
{
"from": "q_mvp",
"to": "opt_mvp_full",
"label": "complete"
},
{
"from": "opt_mvp_basic",
"to": "q_privacy"
},
{
"from": "opt_mvp_full",
"to": "q_privacy"
},
{
"from": "q_privacy",
"to": "timeline"
},
{
"from": "timeline",
"to": "team"
},
{
"from": "team",
"to": "risks"
},
{
"from": "risks",
"to": "next_steps"
}
],
"tagsDictionary": [
{
"id": "tag-overview",
"name": "overview",
"color": "purple"
},
{
"id": "tag-strategy",
"name": "strategy",
"color": "blue"
},
{
"id": "tag-tech",
"name": "tech",
"color": "teal"
},
{
"id": "tag-product",
"name": "product",
"color": "green"
},
{
"id": "tag-legal",
"name": "legal",
"color": "red"
},
{
"id": "tag-decision",
"name": "decision",
"color": "yellow"
},
{
"id": "tag-timeline",
"name": "timeline",
"color": "gray"
},
{
"id": "tag-resources",
"name": "resources",
"color": "orange"
},
{
"id": "tag-risks",
"name": "risks",
"color": "pink"
}
]
}