@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 +22 -11
- package/examples/node/package.json +7 -7
- package/package.json +1 -1
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
|
-
-
|
|
154
|
-
-
|
|
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
|
|
162
|
-
-
|
|
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
|
-
-
|
|
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
|
|
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
|
|
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
|
+
"version": "0.6.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@reactionary/core": "0.
|
|
8
|
-
"@reactionary/provider-commercetools": "0.
|
|
9
|
-
"@reactionary/provider-algolia": "0.
|
|
10
|
-
"@reactionary/provider-medusa": "0.
|
|
11
|
-
"@reactionary/provider-meilisearch": "0.
|
|
12
|
-
"@reactionary/provider-fake": "0.
|
|
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
|
}
|