Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
11ee825
Manually add back the "catalogue.md" file within the "feature/catalog…
patricekrakow May 16, 2021
ad902db
Move catalogue to 1.2.0
patricekrakow May 16, 2021
d9c52e5
Merge branch 'develop' into feature/catalogue
patricekrakow May 19, 2021
48837ac
Working on Catalogue use case, 2021-05-19 CWG meeting
patricekrakow May 19, 2021
4b754d4
Merge branch 'develop' into feature/catalogue
patricekrakow Jun 2, 2021
8d4b897
papiNet CWG meeting 2021-06-02 (Wed)
patricekrakow Jun 2, 2021
788aef4
Initial draft of mock for products and articles (1.2.0)
patricekrakow Jun 15, 2021
fefd0a1
Update Catalogue use case & mock
patricekrakow Sep 14, 2021
eaf149b
Update Catalogue Mock (1.2.0) with POST /articles
patricekrakow Sep 15, 2021
637936a
Add "listPricePerUnit" (draft).
patricekrakow Sep 20, 2021
312dfe3
Add OAS "papiNet-API.yaml" to "1.2.0" with the skeleton of the new AP…
patricekrakow Sep 22, 2021
206a37a
Add the (complete) "Product" structure.
patricekrakow Sep 22, 2021
ba10782
Add the (draft) "Article" structure.
patricekrakow Sep 22, 2021
87035ae
Update Catalogue Mock (1.2.0).
patricekrakow Sep 22, 2021
0202df0
papiNet CWG meeting 2021-10-06 (Wed)
patricekrakow Oct 6, 2021
9f5901d
Working on the Paper Product definition
patricekrakow Oct 20, 2021
80c98a1
Scenario A of the Catalogue Use Case
patricekrakow Nov 16, 2021
59a05ea
Fix the 8 new API endpoints for the Catalogue Use Case (1.2.0)
patricekrakow Nov 16, 2021
5530fbe
Fix the schema structure of the 8 new API endpoints for the Catalogue…
patricekrakow Nov 16, 2021
5ed4afe
Fix paper structure (without packaging information)
patricekrakow Nov 16, 2021
1d2a6e1
Update SAPPI catalogue with 10 first supplier-products (basic info only)
patricekrakow Nov 16, 2021
65b18a1
Working (draft) Catalogue Mock (1.2.0)
patricekrakow Nov 17, 2021
f3732b0
Scenario B of the Catalogue Use Case
patricekrakow Nov 17, 2021
6e4f3ca
Clean-up the mock/samples folder!
patricekrakow Nov 17, 2021
a373885
papiNet CWG meeting 2021-11-17 (Wed)
patricekrakow Nov 17, 2021
4f4009c
Add Scenario C
patricekrakow Nov 22, 2021
20078c0
papiNet API 1.2.0 done (1st try)
patricekrakow Nov 23, 2021
8abb6e0
Add missing parameters to GET /seller-products & /curtomer-articles
patricekrakow Nov 23, 2021
be889af
FIX Scenario C with otherIdentifier
patricekrakow Nov 23, 2021
a2e3ffe
FIX a few last things in the Catalogue Use Case (and OpenAPI)
patricekrakow Nov 23, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,554 changes: 1,554 additions & 0 deletions 1.2.0/catalogue.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions 1.2.0/mock/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependency directories
node_modules/
Loading