Created API Critical Flows (markdown)

Greg 2021-09-08 15:47:51 -06:00
parent 098bfda640
commit 09a9e272c4
1 changed files with 28 additions and 0 deletions

28
API-Critical-Flows.md Normal file

@ -0,0 +1,28 @@
We have identified what we consider to be our most critical user flows within the WooCommerce Core API. These flows will help us focus and prioritize our testing efforts. They will also help us consider the impact of changes and priority of issues.
These flows will continually evolve as the platform evolves with flows updated, added or re-prioritised.
| Route | Flow name |
|------------------|------------------------------------------------------------------|
| Products | Can add a simple product |
| Products | Can view a single product |
| Products | Can view all products |
| Products | Can update a product |
| Products | Can delete a product |
| Products | Can search products |
| Products | Can add a variable product |
| Products | Can add a virtual product |
| Orders | Can create an order |
| Orders | Can update an order |
| Orders | Can view a single order |
| Orders | Can view all orders |
| Orders | Can delete an order |
| Orders | Can search orders |
| Orders | Can add new Order complex multiple product types & tax classes |
| Refunds | Can refund an order |
| Coupons | Can create a coupon |
| Coupons | Can delete a coupon |
| Coupons | Can add a coupon to order |
| Shipping zones | Can add shipping zones |
| Shipping methods | Can add shipping methods |
| Shipping classes | Can add shipping classes |