-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
Make OFN independent of spree_core #4826
Comments
This comment was where the initial list of 235 spree_core files that we needed were listed. These files were copied, merged or ignored. These were the initial stats:
102 are test code classes (a lot of these will be ignored):
This is the list of issues and PRs that were created gradually to move the files to OFN:
And this is the list of files remaining:
|
This was referenced May 7, 2020
This was referenced Jun 27, 2020
This was referenced Jul 6, 2020
This was referenced Aug 6, 2020
This was referenced Aug 19, 2020
This was referenced Sep 1, 2020
oh, this is done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What we should change and why (this is tech debt)
Quick summary of the reasons to do this:
In this epic we remove spree_core dependency and bring to OFN the spree models that we really need on our side. We will need to move a few 1000s of lines of code but the task is relatively simple to execute 🎉
We need to start with a detailed analysis of what decorators exist in OFN and what files from spree_core we will need to bring.
The text was updated successfully, but these errors were encountered: