{ "_meta": { "name": "WellNuo - Main Scheme", "updatedAt": "2025-12-12T20:45:31.242Z" }, "elements": [ { "id": "project_header", "type": "card", "title": "WellNuo Voice Assistant", "borderColor": "purple", "tags": [ "overview" ], "description": "Интеллектуальный голосовой помощник для повседневных задач\n\nPlatforms: iOS, Android\nTech Stack: React Native + Expo + Node.js", "x": 140, "y": 145 }, { "id": "env_credentials", "type": "card", "title": "ENV & Credentials", "borderColor": "cyan", "tags": [ "direction", "backend" ], "description": "Переменные окружения и учетные данные\n\nФайл: 01_ENV_Credentials.json\nСодержит: API ключи, URLs, провайдеры", "x": 520, "y": 260 }, { "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": 900, "y": 77.5 }, { "id": "discussion_questions", "type": "card", "title": "Discussion Questions", "borderColor": "orange", "tags": [ "direction", "planning" ], "description": "Вопросы для обсуждения\n\nФайл: 03_DiscussionQuestions.json\nСодержит: Technical, Business, UX вопросы", "x": 520, "y": 145 }, { "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": 1660, "y": 226.25 }, { "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": 900, "y": 317.5 }, { "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": 1280, "y": 226.25 }, { "id": "architecture_overview", "type": "card", "title": "Architecture Overview", "borderColor": "gray", "tags": [ "backend", "overview" ], "description": "Mobile Client (React Native + Expo)\n ↓\nBackend API (Node.js + Express)\n ↓\nAI Services (OpenRouter/OpenAI)\n ↓\nDatabase (PostgreSQL + Redis)", "x": 520, "y": 375 } ], "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": "env_credentials", "to": "system_analysis" }, { "from": "project_description", "to": "user_flow" }, { "from": "system_analysis", "to": "user_flow" }, { "from": "user_flow", "to": "appstore_publication" }, { "from": "architecture_overview", "to": "system_analysis" } ], "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" } ] }