Added: - forgot-password.tsx, register.tsx auth screens - Discussion_Points.md and Discussion_Points.txt Updated: - login, chat, index, beneficiary detail screens - profile/help and profile/support - API service - Scheme files (Discussion, AppStore) All assets/images are tracked and safe. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
67 lines
1.7 KiB
Markdown
67 lines
1.7 KiB
Markdown
# WellNuo Mobile App
|
|
## Discussion Points for EluxNetworks Team
|
|
|
|
---
|
|
|
|
## 1. Backend/API Development Access
|
|
|
|
**Request:** Can I get access to develop backend/API endpoints myself?
|
|
|
|
### Why?
|
|
|
|
| Problem | Impact |
|
|
|---------|--------|
|
|
| No fixed technical specification | Requirements will change frequently |
|
|
| Waiting for backend = blocked work | Significant development delays |
|
|
| Can't predict all API needs upfront | Discovery happens during implementation |
|
|
|
|
### Option A: Access Granted (Preferred)
|
|
|
|
**I need:**
|
|
- Repository access (or separate repo)
|
|
- Database documentation
|
|
- Architecture overview
|
|
|
|
**I will:**
|
|
- Implement endpoints myself
|
|
- Document all changes
|
|
|
|
### Option B: No Access
|
|
|
|
**EluxNetworks implements these APIs:**
|
|
|
|
| Category | Endpoints |
|
|
|----------|-----------|
|
|
| Auth | Registration, Password reset, Email verification |
|
|
| Billing | Subscription plans, Payments (Stripe) |
|
|
| Beneficiary | CRUD, Family invites |
|
|
| Orders | Product catalog, Order tracking |
|
|
| Notifications | Device registration, Push settings |
|
|
| Profile | User CRUD, Password change, Account deletion |
|
|
|
|
**Important:** This list is a rough estimate, not a final specification. Actual requirements will change during development. Expect multiple rounds of revisions and delays.
|
|
|
|
---
|
|
|
|
## 2. WebView Embed Mode
|
|
|
|
**Request:** Add `?embedded=true` parameter to hide UI elements
|
|
|
|
**Hide:**
|
|
- Header "Dashboard Details"
|
|
- Navigation arrows (< >)
|
|
- Logout button
|
|
|
|
**Reason:** Mobile app has its own navigation and auth.
|
|
|
|
---
|
|
|
|
## Summary
|
|
|
|
| Option | Result |
|
|
|--------|--------|
|
|
| **Backend access** | Fast development, flexible, minimal delays |
|
|
| **Wait for APIs** | Slow, multiple spec revisions, blocked work |
|
|
|
|
**Recommendation:** Backend access for fastest delivery.
|