-
Notifications
You must be signed in to change notification settings - Fork 5
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 for better maintainability #142
Conversation
To make top 100 feature PRs more organized
Clarify if this PR is tested with some of the 5 + 7 testing scenarios at... ? (Which if so? Thanks!) |
This builds upon iiab#142 to progress towards implementing the top 100 feature
Do you mean the NEW Testing Scenarios 1 and 6 at... ? (And if so, are the OLDER Testing Scenarios 1-to-5 at the top of #79 sufficiently tested/safe here?) |
Yes, I mean the new testing scenarios. I smoke tested this PR for existing functionalities, so the older ones scenarios still apply and are guaranteed to work as expected. No regression were introduced, no feature were added. I've been working on it for hours. However, if something is missed or broken, it will be addressed promptly. |
This builds upon iiab#142 to progress towards implementing the top 100 feature
With this PR, the metadata task code is better structured. There is no functionality added, just a refactor. This will allow top 100 feature PRs to be more organized.