-
Notifications
You must be signed in to change notification settings - Fork 14k
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: Moves CRUD features to src/features #23482
refactor: Moves CRUD features to src/features #23482
Conversation
Codecov Report
@@ Coverage Diff @@
## master #23482 +/- ##
=======================================
Coverage 67.68% 67.68%
=======================================
Files 1914 1916 +2
Lines 73958 73958
Branches 8029 8029
=======================================
Hits 50060 50060
Misses 21852 21852
Partials 2046 2046
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
a2fb411
to
4d8c124
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! 🤣 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for organization
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SUMMARY
This PR moves CRUD features to
src/features
according to the results of organizing src/pages discussion.This work is part of SIP-61
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
1 - Fetch the branch and check the new structure
2 - Make sure everything works as before
3 - Review any possible extensions that may be affected by the refactoring
ADDITIONAL INFORMATION