feat: rename app provider to application provider and update terminology in docs and UI
This commit is contained in:
@@ -57,7 +57,7 @@ Project Mycelium is a Rust web app built on Actix Web.
|
||||
## Marketplace Overview
|
||||
|
||||
- **Roles & Areas**
|
||||
- End user, Farmer, App Provider, Service Provider dashboards: `/dashboard/{user|farmer|app-provider|service-provider}` (see `DashboardController` in `src/controllers/dashboard.rs`).
|
||||
- End user, Farmer, Application Provider, Service Provider dashboards: `/dashboard/{user|farmer|application-provider|service-provider}` (see `DashboardController` in `src/controllers/dashboard.rs`).
|
||||
- Public catalogue: `/marketplace`, `/products`, `/products/{id}`, `/cart`, `/checkout`.
|
||||
- **Core Concepts**
|
||||
- Products (apps, services, compute). Orders and cart lifecycle.
|
||||
|
Reference in New Issue
Block a user