This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
Approach to Implementation
Vladyslav Podorozhnyi edited this page May 6, 2019
·
4 revisions
- Builds on
2.3-develop
branch are green at any given time
- Create branches in current repository and make pull requests from these branches. Do not use forks. This will simplify collaboration on the same features between independent contributors and Magento team members
- All implemented features MUST follow:
- All builds for the PR MUST be green
- Travis CI - visible for the community
- Internal Magento builds - results provided by the Magento team, if there are any issues
- GraphQL implementation must not require changes to non-GraphQL modules, except for addition of missing extension points
- GraphQL should be fully modular and Magento should function properly with or without it
- For GraphQl project - only schema can be counted as a contract;
- Only schema should be taken into account for backward compatibility needs;
- GraphQl PHP codebase should not follow Backward compatible development guide;
- Roadmap
- ZenHub task board (requires GitHub sign-in)
- Weekly calls:
- Thursday, 15:00 UTC
- Video conference link - https://bluejeans.com/180764326
- Recordings - https://goo.gl/5Q7QAw
- Slack: #graphql (Use http://tinyurl.com/engcom-slack to register)