WellNuo/wellnuoSheme/.history/00_MainScheme/2025-12-12T20-47-07.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

159 lines
4.0 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": "WellNuo - Main Scheme",
"updatedAt": "2025-12-12T20:47:06.813Z"
},
"elements": [
{
"id": "project_header",
"type": "card",
"title": "WellNuoApp",
"borderColor": "purple",
"tags": [
"overview"
],
"description": "",
"x": 933.0882110595703,
"y": 202.65936279296875
},
{
"id": "env_credentials",
"type": "card",
"title": "ENV & Credentials",
"borderColor": "cyan",
"tags": [
"direction",
"backend"
],
"description": "Переменные окружения и учетные данные\n\nФайл: 01_ENV_Credentials.json\nСодержит: API ключи, URLs, провайдеры",
"x": 482.75634765625,
"y": 211.58326721191406
},
{
"id": "project_description",
"type": "card",
"title": "Project Description",
"borderColor": "blue",
"tags": [
"direction",
"overview"
],
"description": "Полное описание проекта\n\nФайл: 02_ProjectDescription.json\nСодержит: Features, UI/UX, Monetization",
"x": 909.3348999023438,
"y": 40.16061019897461
},
{
"id": "discussion_questions",
"type": "card",
"title": "Discussion Questions",
"borderColor": "orange",
"tags": [
"direction",
"planning"
],
"description": "Вопросы для обсуждения\n\nФайл: 03_DiscussionQuestions.json\nСодержит: Technical, Business, UX вопросы",
"x": 636.271240234375,
"y": 71.65872192382812
},
{
"id": "appstore_publication",
"type": "card",
"title": "App Store Publication",
"borderColor": "green",
"tags": [
"direction",
"external"
],
"description": "Публикация в магазинах приложений\n\nФайл: 04_AppStorePublication.json\nСодержит: ASO, Screenshots, Requirements",
"x": 1198.5831298828125,
"y": 385.60955810546875
},
{
"id": "system_analysis",
"type": "card",
"title": "System Analysis",
"borderColor": "teal",
"tags": [
"direction",
"backend"
],
"description": "Технический анализ архитектуры\n\nФайл: 05_SystemAnalysis.json\nСодержит: Architecture, Data Flow, Security",
"x": 1282.4692993164062,
"y": 41.412811279296875
},
{
"id": "user_flow",
"type": "card",
"title": "User Flow (Main App) - Старое",
"borderColor": "blue",
"tags": [
"direction",
"frontend"
],
"description": "Основная схема приложения\n\nФайл: WellNuo.json\nСодержит: Screens, API, Data Flow",
"x": 892.4647827148438,
"y": 350.3625946044922
}
],
"connections": [
{
"from": "project_header",
"to": "env_credentials",
"label": "config"
},
{
"from": "project_header",
"to": "project_description",
"label": "spec"
},
{
"from": "project_header",
"to": "discussion_questions",
"label": "planning"
},
{
"from": "project_header",
"to": "system_analysis"
},
{
"from": "project_header",
"to": "user_flow"
},
{
"from": "project_header",
"to": "appstore_publication"
}
],
"tagsDictionary": [
{
"id": "tag-frontend",
"name": "frontend",
"color": "green"
},
{
"id": "tag-backend",
"name": "backend",
"color": "blue"
},
{
"id": "tag-external",
"name": "external",
"color": "orange"
},
{
"id": "tag-direction",
"name": "direction",
"color": "purple"
},
{
"id": "tag-overview",
"name": "overview",
"color": "gray"
},
{
"id": "tag-planning",
"name": "planning",
"color": "yellow"
}
]
}