diff --git a/wellnuoSheme/01_ENV_Credentials and existing API.json b/wellnuoSheme/01_ENV_Credentials and existing API.json index b31fd18..aecce75 100644 --- a/wellnuoSheme/01_ENV_Credentials and existing API.json +++ b/wellnuoSheme/01_ENV_Credentials and existing API.json @@ -178,10 +178,23 @@ "external", "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, "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", "type": "card", @@ -342,6 +355,10 @@ "from": "expo_config", "to": "gitea_repo" }, + { + "from": "gitea_repo", + "to": "eas_build" + }, { "from": "expo_config", "to": "mobile_data_model" diff --git a/wellnuoSheme/03_DiscussionQuestions.json b/wellnuoSheme/03_DiscussionQuestions.json index 229e759..599d975 100644 --- a/wellnuoSheme/03_DiscussionQuestions.json +++ b/wellnuoSheme/03_DiscussionQuestions.json @@ -52,6 +52,30 @@ "x": 520, "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", "type": "card", @@ -206,6 +230,14 @@ "from": "header", "to": "q_account_access" }, + { + "from": "header", + "to": "q_wellness" + }, + { + "from": "header", + "to": "q_location" + }, { "from": "q_api_access", "to": "api_yes",