Skip to content
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

refactor: move discounts plugins to Node app #5672

Merged
merged 2 commits into from
Oct 4, 2019

Conversation

aldeed
Copy link
Contributor

@aldeed aldeed commented Oct 4, 2019

Resolves #5598
Resolves #5599
Impact: minor
Type: refactor

As part of our effort to separate our Reaction Admin from our Reaction Node API, we are moving our GraphQL services from their respective /imports/plugins/*/server/no-meteor/ folders into their new /node-app/{core-services|plugins}/* folder.

Updates also include future-proofing some existing code, including adding filetype extensions (and index.js to imports)

Breaking changes

Any custom plugins that import files directly from the discounts or discount-codes package will need to be updated.

Testing

Difficult to test since the example storefront doesn't support discounts. Verify the admin app starts and all tests pass.

@aldeed aldeed requested a review from kieckhafer October 4, 2019 03:05
@aldeed aldeed self-assigned this Oct 4, 2019
Copy link
Member

@kieckhafer kieckhafer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kieckhafer kieckhafer merged commit a0c9981 into develop Oct 4, 2019
@kieckhafer kieckhafer deleted the refactor-aldeed-movePluginToNodeApp-discounts branch October 4, 2019 04:01
@willopez willopez mentioned this pull request Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants