Skip to content

Login as customer #414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e274556
MC-35159: Login as Customer Schema Design
paliarush Aug 4, 2020
df3f0b6
MC-35159: Login as Customer Schema Design
paliarush Aug 4, 2020
fa9af28
Merge remote-tracking branch 'remotes/mainline/master' into login-as-…
paliarush Aug 4, 2020
3542972
MC-36365: Schema for B2B purchase order details
paliarush Aug 7, 2020
cd181bc
MC-36365: Schema for B2B purchase order details
paliarush Aug 7, 2020
a2d90a0
MC-36365: Schema for B2B purchase order details
paliarush Aug 10, 2020
6400074
MC-36365: Schema for B2B purchase order details
paliarush Aug 10, 2020
57f33ea
MC-36365: Schema for B2B purchase order details
paliarush Aug 10, 2020
34dc68d
MC-36365: Schema for B2B purchase order details
paliarush Aug 10, 2020
cca3901
MC-36365: Schema for B2B purchase order details
paliarush Aug 10, 2020
a2d7f0e
MC-36365: Schema for B2B purchase order details
paliarush Aug 10, 2020
221cc85
MC-36365: Schema for B2B purchase order details
paliarush Aug 11, 2020
322585e
MC-36365: Schema for B2B purchase order details
paliarush Aug 11, 2020
848ac17
MC-36365: Schema for B2B purchase order details
paliarush Aug 11, 2020
07ba6cc
MC-36365: Schema for B2B purchase order details
paliarush Aug 12, 2020
a74ea2a
MC-36365: Schema for B2B purchase order details
paliarush Aug 12, 2020
ac9b41a
MC-36365: Schema for B2B purchase order details
paliarush Aug 14, 2020
5ef23f3
MC-36365: Schema for B2B purchase order details
paliarush Aug 14, 2020
0442a81
MC-36365: Schema for B2B purchase order details
paliarush Aug 14, 2020
ae57958
Merge remote-tracking branch 'remotes/mainline/master' into login-as-…
paliarush Aug 17, 2020
206b759
MC-36365: Schema for B2B purchase order details
paliarush Aug 17, 2020
f77a11e
MC-36365: Schema for B2B purchase order details
paliarush Aug 17, 2020
c322933
MC-35159: Login as Customer Schema Design
paliarush Aug 17, 2020
b6acd06
MC-36365: Schema for B2B purchase order details
paliarush Aug 17, 2020
3fd19a2
MC-36365: Schema for B2B purchase order details
paliarush Aug 17, 2020
a091ceb
Apply suggestions from code review
melnikovi Aug 27, 2020
a3627dd
Apply suggestions from code review
melnikovi Aug 27, 2020
74b0e60
Merge branch 'purchase-order' of github.com:magento/architecture into…
melnikovi Aug 27, 2020
0c1ff85
Merge pull request #418 from magento/purchase-order
melnikovi Sep 1, 2020
a1916c4
Merge remote-tracking branch 'origin/master' into login-as-customer
melnikovi Sep 8, 2020
1e94a11
Apply suggestions from code review
melnikovi Sep 8, 2020
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
30 changes: 0 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ As a result, the `master` branch must contain content approved by Magento archit
* [Approved proposals](https://github.com/magento/architecture/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+) are represented by merged PRs.
* [Declined proposals](https://github.com/magento/architecture/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aunmerged+is%3Aclosed) are represented by closed (not merged) PRs.

## Glossary

author
: a Magento core engineer, or any community member

facilitator
: a Magento architect who makes sure the process is followed (Olga Koplyova @buskamuza)

## The Workflow

1. Fork the repository and add or edit a document in your branch.
Expand All @@ -48,7 +40,6 @@ Contributions are expected from Magento core engineers mostly, although the comm

* Review the entire document by specified due date (if any)
* If it is impossible, find a replacement
* Contact the facilitator in case you can't find a replacement
* If the due date is unreasonable for the size of the document, agree on another due date with the author
* Include a detailed feedback
* Ensure the feedback is objective
Expand All @@ -60,24 +51,3 @@ The implementation process is out of scope in this project.
After approval of the document, a new discussion may be raised basing on the issues occurred during implementation.
It is also possible in case of new informational updates that discover hidden sides of the future implementation.
If it is the case, a new PR should be opened to update existing document. The PR should include explained reasons for the proposed change.

## Architectural Discussions

Architectural Discussions are public meetings open to anyone and taking place on a regular basis (**bi-weekly**). Topics for the Architectural Discussions should be proposed in advance. If no topics are proposed prior to the meeting, it may be canceled.

### Meeting notes and topics

Meeting notes and topics are available as [meeting notes issues](https://github.com/magento/architecture/issues?q=is%3Aissue+is%3Aopen+label%3A%22meeting+notes%22).

Prior to November 14th, 2018, meeting minutes are available at sidebar of the [wiki](https://github.com/magento/architecture/wiki)

### How to propose a topic?

To propose a topic:
1. Find an issue for the next available date in the list of [meeting notes issues](https://github.com/magento/architecture/issues?q=is%3Aissue+is%3Aopen+label%3A%22meeting+notes%22)
1. Add your topic as a comment in format described in the issue
2. If there is no such issue, please create one from the "Meeting Notes" template
1. Calculate the date based on the last meeting note. Don't worry if the date is incorrect, one of the maintainers will fix it if necessary. Just make sure that it is a future date, so it's not missed
1. Add your topic as a comment in format described in the issue template

During the meeting, expect that the topics will be discussed in the order they are requested. Also, the discussions may be interrupted if requested time elapses. Please, include time for the discussion in the requested duration for your topic.
314 changes: 314 additions & 0 deletions design-documents/graph-ql/coverage/b2b/purchase-order.graphqls

Large diffs are not rendered by default.

Loading