Few additional flows

This commit is contained in:
Jon Lane 2023-10-13 14:40:59 -07:00
parent fc5ed4c3f3
commit b4b107f4f9
1 changed files with 18 additions and 3 deletions

View File

@ -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)
@ -157,8 +159,15 @@ 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 |
| --------- | --------- | --------------------- | ------------------------------ |
| 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 |