@reactionary/source 0.3.18 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -146,34 +146,45 @@ Vendors: Commercetools
146
146
 
147
147
  ### Roadmap to V0.7
148
148
  Usecase: As a B2B user i want to shop using my own prices
149
- Vendors: Commercetools
149
+ Vendors: Commercetools, Medusa
150
150
 
151
151
  - PDP / PLP
152
- - External Pricing
153
- - Organizational/Entitlement Context
154
- - Multi currency/Multi lingual
152
+ - [ ] External Pricing
153
+ - [ ] Customer specific pricing
154
+ - [ ] Organizational/Entitlement Context. Choose to shop private or for company?
155
+ - [ ] Multi currency/Multi lingual
155
156
 
156
157
 
157
158
  ### Roadmap to V0.8
158
159
  Usecase: As a B2B user i want to see my organization data
159
- Vendors: Commercetools
160
+ Vendors: Commercetools, Medusa
160
161
 
161
- - Account - My Organization(s)
162
- - Account - Self management of users and roles
162
+ - Account
163
+ - [ ] My Organization(s)
164
+ - [ ] Edit organization data (if admin)
165
+ - [ ] Edit organization address book (if admin)
166
+ - Account
167
+ - [ ] Self management of users and roles
163
168
 
164
169
 
165
170
  ### Roadmap to V0.9
166
171
  Usecase: As a B2B user i want have multiple carts and requisition lists
167
172
  Vendors: Commercetools
168
173
 
169
- - Account - My Open Carts
174
+ - Header
175
+ - [ ] Pick active cart
176
+ - Account
177
+ - [ ] My Open Carts
178
+ - [ ] My Requisition Lists (private)
179
+ - [ ] My Orgs Requisition Lists (everyones public lists)
170
180
 
171
181
  ### Roadmap to V1.0
172
182
  Usecase: As a B2B user i want to see other peoples carts and orders
173
183
  Vendors: Commercetools
174
184
 
175
- - Account - Organizational Order History
176
-
185
+ - Account
186
+ - [ ] Organizational Order History
187
+ - [ ] Pick someone elses cart (from someone else)
177
188
 
178
189
 
179
190
 
@@ -182,7 +193,7 @@ Vendors: Commercetools
182
193
 
183
194
 
184
195
 
185
- ### Roadmap V0.x
196
+ ### Roadmap V1.x
186
197
  - Additional vendors
187
198
  - AthosCommerce (Klevu)
188
199
  - ShopifyPlus
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@reactionary/examples-node",
3
- "version": "0.3.18",
3
+ "version": "0.6.1",
4
4
  "main": "index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "dependencies": {
7
- "@reactionary/core": "0.3.18",
8
- "@reactionary/provider-commercetools": "0.3.18",
9
- "@reactionary/provider-algolia": "0.3.18",
10
- "@reactionary/provider-medusa": "0.3.18",
11
- "@reactionary/provider-meilisearch": "0.3.18",
12
- "@reactionary/provider-fake": "0.3.18"
7
+ "@reactionary/core": "0.6.1",
8
+ "@reactionary/provider-commercetools": "0.6.1",
9
+ "@reactionary/provider-algolia": "0.6.1",
10
+ "@reactionary/provider-medusa": "0.6.1",
11
+ "@reactionary/provider-meilisearch": "0.6.1",
12
+ "@reactionary/provider-fake": "0.6.1"
13
13
  },
14
14
  "type": "module"
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactionary/source",
3
- "version": "0.3.18",
3
+ "version": "0.6.1",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "dependencies": {