From 09a9e272c4f59708fe381ad82ed0a3f856697dd0 Mon Sep 17 00:00:00 2001 From: Greg <71906536+zhongruige@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:47:51 -0600 Subject: [PATCH] Created API Critical Flows (markdown) --- API-Critical-Flows.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 API-Critical-Flows.md diff --git a/API-Critical-Flows.md b/API-Critical-Flows.md new file mode 100644 index 0000000..a7c4f1e --- /dev/null +++ b/API-Critical-Flows.md @@ -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 | \ No newline at end of file