v1.0 — SPA production readiness: payments, data seeding, polish #18
Labels
No labels
meeting-notes
meeting-sensitive
meeting-transcript
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coopcloud_code/home#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The Dioxus WASM SPA (v0.4.0-dev) has 100% route coverage (45 routes), SVG charts, full auth flow, and visual parity with the SSR. This issue tracks everything needed to make it production-ready.
Prior work: #11 (closed), #14 (closed), #15 (closed), #16 (closed), #17 (closed)
1. Credits & Payment Integration
The marketplace uses MC (Mycelium Credits) as base currency (1 MC = 1 USD). Users top up wallets, then spend credits.
Payment gateways to integrate:
Wallet flow:
Currency display:
2. Data Seeding (match production)
Production data comes from
seed_marketplace.rhai(OSIS backend). Dev uses fixtures.3. SPA Polish
Visual refinements:
Interactive features:
Forms & validation:
4. Production deployment
5. Testing
Signed-off-by: mik-tf
Superseded by #19 which covers the complete client-side architecture plan including payments, keypair identity, and signed transactions.
Signed-off-by: mik-tf