From cab5821f55cfa448c575a20250c918b7fc6835c9 Mon Sep 17 00:00:00 2001 From: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Wed, 30 Mar 2022 20:53:19 +0200 Subject: [PATCH] chore: Update README (#1280) Update roadmap in README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 62c86e2708..566e93a411 100644 --- a/README.md +++ b/README.md @@ -66,15 +66,17 @@ After these four steps and only a couple of minutes, you now have a complete com Write-ups for all features will be made available in [Github discussions](https://github.com/medusajs/medusa/discussions) prior to starting the implementation process. -### Q1 +### H1 2022 - [x] Admin revamp - [x] Tax API -- [x] Strategy pattern -- [ ] Promotions API +- [x] Tax Calculation Strategy +- [x] Cart Calculation Strategy +- [x] Customer Groups API +- [x] Promotions API +- [x] Price Lists API +- [x] Price Selection Strategy - [ ] Bulk import / export - -### Q2 -- [ ] Extended Product API (custom fields, price lists, publishing control, and more) +- [ ] Extended Product API (custom fields, publishing control, and more) - [ ] Extended Order API (managing placed orders, improved inventory control, and more) - [ ] Sales Channel API - [ ] Multi-warehouse support