Add EAS Build & Deploy documentation to scheme

- Updated Git Repository card with commands
- Added EAS Build & Deploy card with:
  - App info (version, bundle ID, ASC App ID)
  - Apple account info
  - Build commands
  - Build profiles

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sergei 2025-12-12 17:19:13 -08:00
parent 5737dce4ba
commit 43b924df4a
2 changed files with 50 additions and 1 deletions

View File

@ -178,10 +178,23 @@
"external", "external",
"verified" "verified"
], ],
"description": "Gitea Server:\nURL: https://gitea.wellnua.com\nRepo: sergei_t/WellNuo\nBranch: development\n\nCredentials:\n- Username: sergei_t\n- Password: Orelkosyak5!\n\nContains: Mobile app + Scheme files", "description": "Gitea Server:\nURL: https://gitea.wellnua.com\nRepo: sergei_t/WellNuo\nBranch: development\n\nCredentials:\n- Username: sergei_t\n- Password: Orelkosyak5!\n\nGit Commands:\ngit add -A && git commit -m \"message\" && git push origin development\n\nNote: Credentials stored in remote URL - no password prompt needed",
"x": 1219.4237060546875, "x": 1219.4237060546875,
"y": 317.50262451171875 "y": 317.50262451171875
}, },
{
"id": "eas_build",
"type": "card",
"title": "EAS Build & Deploy ✓",
"borderColor": "green",
"tags": [
"external",
"verified"
],
"description": "EAS (Expo Application Services)\n\nApp Info:\n- Name: WellNuo\n- Version: 1.0.0\n- Bundle ID: com.kosyakorel1.wellnuo\n- ASC App ID: 6755984871\n\nApple Account:\n- Apple ID: serter2069@gmail.com\n\nBuild Commands:\neas build --platform ios --profile production\neas submit --platform ios\n\nProfiles:\n- development: Dev client, internal\n- preview: Internal distribution\n- production: App Store (autoIncrement)\n\nConfig: eas.json, app.json",
"x": 1219.4237060546875,
"y": 480
},
{ {
"id": "deployment_ids", "id": "deployment_ids",
"type": "card", "type": "card",
@ -342,6 +355,10 @@
"from": "expo_config", "from": "expo_config",
"to": "gitea_repo" "to": "gitea_repo"
}, },
{
"from": "gitea_repo",
"to": "eas_build"
},
{ {
"from": "expo_config", "from": "expo_config",
"to": "mobile_data_model" "to": "mobile_data_model"

View File

@ -52,6 +52,30 @@
"x": 520, "x": 520,
"y": 480 "y": 480
}, },
{
"id": "q_wellness",
"type": "card",
"title": "Wellness Feature",
"borderColor": "yellow",
"tags": [
"integration"
],
"description": "Question: What is the purpose of the Wellness feature?\n\nIs it needed for MVP?\nWhat data does it track?\nHow is it different from the main dashboard?",
"x": 520,
"y": 660
},
{
"id": "q_location",
"type": "card",
"title": "User Location",
"borderColor": "yellow",
"tags": [
"integration"
],
"description": "Question: Why do we need user location/address?\n\nCurrently not using it anywhere.\nIs it for shipping orders?\nOr emergency services?\n\nCan we remove if not needed?",
"x": 520,
"y": 840
},
{ {
"id": "api_yes", "id": "api_yes",
"type": "card", "type": "card",
@ -206,6 +230,14 @@
"from": "header", "from": "header",
"to": "q_account_access" "to": "q_account_access"
}, },
{
"from": "header",
"to": "q_wellness"
},
{
"from": "header",
"to": "q_location"
},
{ {
"from": "q_api_access", "from": "q_api_access",
"to": "api_yes", "to": "api_yes",