punchout-simulator 0.6.0 → 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 +12 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,10 +18,12 @@ It is role-neutral and runs in two modes (mirror images of each other):
|
|
|
18
18
|
|
|
19
19
|
Protocol scope: **cXML only**.
|
|
20
20
|
|
|
21
|
-
> **New to PunchOut, or want the full picture?**
|
|
22
|
-
> [
|
|
23
|
-
> the [
|
|
24
|
-
> [
|
|
21
|
+
> **New to PunchOut, or want the full picture?** Read the in-depth reports at
|
|
22
|
+
> [**slawomir-szostak.github.io/punchout-simulator**](https://slawomir-szostak.github.io/punchout-simulator/):
|
|
23
|
+
> the [PunchOut business primer](https://slawomir-szostak.github.io/punchout-simulator/punchout-business-primer_en.html),
|
|
24
|
+
> the [Architecture reference](https://slawomir-szostak.github.io/punchout-simulator/architecture_en.html),
|
|
25
|
+
> and the [Operations & usage guide](https://slawomir-szostak.github.io/punchout-simulator/operations-guide_en.html).
|
|
26
|
+
> (Markdown sources live in [`docs/`](docs/).)
|
|
25
27
|
|
|
26
28
|
---
|
|
27
29
|
|
|
@@ -206,12 +208,13 @@ src/
|
|
|
206
208
|
|
|
207
209
|
For a deeper treatment — component breakdown, the full data model, and Mode A /
|
|
208
210
|
Mode B sequence diagrams — see the
|
|
209
|
-
[**Architecture reference**](
|
|
210
|
-
|
|
211
|
+
[**Architecture reference**](https://slawomir-szostak.github.io/punchout-simulator/architecture_en.html).
|
|
212
|
+
Alongside it: a [**PunchOut business primer**](https://slawomir-szostak.github.io/punchout-simulator/punchout-business-primer_en.html)
|
|
211
213
|
(the business process and where this tool fits) and an
|
|
212
|
-
[**Operations & usage guide**](
|
|
213
|
-
operations, profiles, product lists, validation).
|
|
214
|
-
|
|
214
|
+
[**Operations & usage guide**](https://slawomir-szostak.github.io/punchout-simulator/operations-guide_en.html)
|
|
215
|
+
(sessions, operations, profiles, product lists, validation). These render at
|
|
216
|
+
[slawomir-szostak.github.io/punchout-simulator](https://slawomir-szostak.github.io/punchout-simulator/);
|
|
217
|
+
their canonical Markdown sources live in [`docs/`](docs/).
|
|
215
218
|
|
|
216
219
|
### Data model
|
|
217
220
|
|
package/package.json
CHANGED