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>
159 lines
4.0 KiB
JSON
159 lines
4.0 KiB
JSON
{
|
||
"_meta": {
|
||
"name": "WellNuo - Main Scheme",
|
||
"updatedAt": "2025-12-12T20:46:43.346Z"
|
||
},
|
||
"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": 477.542236328125,
|
||
"y": 42.95240783691406
|
||
},
|
||
{
|
||
"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": 1590.33984375,
|
||
"y": 339.1728820800781
|
||
},
|
||
{
|
||
"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": 893.2455444335938,
|
||
"y": 325.9430236816406
|
||
},
|
||
{
|
||
"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": 1263.958251953125,
|
||
"y": 201.7652130126953
|
||
}
|
||
],
|
||
"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"
|
||
}
|
||
]
|
||
} |