-
Notifications
You must be signed in to change notification settings - Fork 0
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
✨ Introduce getConditionFieldsForProjects #57
Conversation
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.
It makes sense to make these changes in two separate commits, because changes are pretty different. In first commit, extend getAllProjectsForPlan
and in second commit introduce getConditionFieldsForProjects
To allow for code that has retreived projects in a different manner to use the utility functions for loading project data, only require the needed data to be supplied.
Rebased ontop of No need to bump the version with this one, as there is a bit more work that is still needed for UN-OCHA/hpc_service#2514 |
This supports HPC-6264
(this will cause type-error conflict with #66, so whichever is merged last will need to be rebased and fixed)