WellNuo/wellnuoSheme/.history/00_MainScheme/2025-12-12T21-24-12.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

91 lines
2.5 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": "Main",
"updatedAt": "2025-12-12T21:24:11.905Z"
},
"elements": [
{
"id": "header",
"type": "card",
"title": "WellNuo Schemes",
"description": "Структура документации проекта\n\nПапка: wellnuoSheme/",
"x": 300,
"y": 100
},
{
"id": "file-01",
"type": "card",
"title": "01_ENV_Credentials and existing API.json",
"description": "Scheme name: ENV and existing API\n\nСодержит:\n- API URL и credentials\n- Gitea репозиторий\n- Stripe, Firebase (pending)\n- Test credentials",
"x": -3.5294189453125,
"y": 236.66665649414062
},
{
"id": "file-02",
"type": "card",
"title": "02_ProjectDescription.json",
"description": "Scheme name: Description\n\nСодержит:\n- Target audience\n- Value proposition\n- Core features\n- Tech architecture",
"x": 300,
"y": 250
},
{
"id": "file-03",
"type": "card",
"title": "03_DiscussionQuestions.json",
"description": "Scheme name: Questions\n\nСодержит:\n- Market positioning\n- Business model\n- AI architecture\n- MVP scope",
"x": 500,
"y": 250
},
{
"id": "file-04",
"type": "card",
"title": "04_AppStorePublication.json",
"description": "Scheme name: App Store Publication - WellNuo\n\nСодержит:\n- 5 phases публикации\n- Screenshots specs\n- Legal documents\n- Copy-paste тексты",
"x": 100,
"y": 400
},
{
"id": "file-sysanal",
"type": "card",
"title": "SysAnal.json",
"description": "Scheme name: SysAnal\n\nСодержит:\n- ENV variables\n- API structure\n- App flows (Login, Chat, Patients)\n- Database schema",
"x": 300,
"y": 400
},
{
"id": "folder-website",
"type": "card",
"title": "website/",
"description": "Папка с HTML страницами\n\nФайлы:\n- privacy.html\n- terms.html\n- support.html",
"x": 500,
"y": 400
}
],
"connections": [
{
"from": "header",
"to": "file-01"
},
{
"from": "header",
"to": "file-02"
},
{
"from": "header",
"to": "file-03"
},
{
"from": "file-01",
"to": "file-04"
},
{
"from": "file-02",
"to": "file-sysanal"
},
{
"from": "file-03",
"to": "folder-website"
}
],
"tagsDictionary": []
}