Few additional flows
This commit is contained in:
parent
fc5ed4c3f3
commit
b4b107f4f9
|
@ -19,9 +19,11 @@ These flows will continually evolve as the platform evolves with flows updated,
|
|||
- 💳 [Merchant > Dashboard](#merchant---dashboard)
|
||||
- 💳 [Merchant > Settings](#merchant---settings)
|
||||
- 💳 [Merchant > Coupons](#merchant---coupons)
|
||||
- 💳 [Merchant > Marketing](#merchant---marketing)
|
||||
- 💳 [Merchant > Analytics](#merchant---analytics)
|
||||
- 💳 [Merchant > Products](#merchant---products)
|
||||
- 💳 [Merchant > Orders](#merchant---orders)
|
||||
- 💳 [Merchant > Customers](#merchant---customers)
|
||||
- 💳 [Merchant > Email](#merchant---email)
|
||||
- 💳 [Merchant > Plugins](#merchant---plugins)
|
||||
- 💳 [Merchant > My Subscriptions](#merchant---my-subscriptions)
|
||||
|
@ -156,9 +158,16 @@ These flows will continually evolve as the platform evolves with flows updated,
|
|||
|
||||
### Merchant - Coupons
|
||||
|
||||
| User Type | Flow Area | Flow Name | Test File |
|
||||
| --------- | --------- | ---------- | ------------------------------ |
|
||||
| Merchant | Coupons | Add Coupon | merchant/create-coupon.spec.js |
|
||||
| User Type | Flow Area | Flow Name | Test File |
|
||||
| --------- | --------- | --------------------- | ------------------------------ |
|
||||
| Merchant | Coupons | Add all coupon types | merchant/create-coupon.spec.js |
|
||||
| Merchant | Coupons | Add restricted coupon | |
|
||||
|
||||
### Merchant - Marketing
|
||||
|
||||
| User Type | Flow Area | Flow Name | Test File |
|
||||
| --------- | --------- | -------------------------- | --------- |
|
||||
| Merchant | Marketing | Display marketing overview | |
|
||||
|
||||
### Merchant - Analytics
|
||||
|
||||
|
@ -225,6 +234,12 @@ These flows will continually evolve as the platform evolves with flows updated,
|
|||
| Merchant | Orders | Bulk change order status | |
|
||||
| Merchant | Orders | Add order notes | |
|
||||
|
||||
### Merchant - Customers
|
||||
|
||||
| User Type | Flow Area | Flow Name | Test File |
|
||||
| --------- | --------- | --------------------- | --------- |
|
||||
| Merchant | Customers | Display customer list | |
|
||||
|
||||
### Merchant - Email
|
||||
|
||||
| User Type | Flow Area | Flow Name | Test File |
|
||||
|
|
Loading…
Reference in New Issue