Express indicators requirements using DSL rules and move towards #62#106
Draft
jpmckinney wants to merge 12 commits into
Draft
Express indicators requirements using DSL rules and move towards #62#106jpmckinney wants to merge 12 commits into
jpmckinney wants to merge 12 commits into
Conversation
…lity_language_select_box
… with component_setup_red_flags
…lculate_indicators to accept fields_list.
Member
I'm moving it to kingfisher-colab, where pre-commit is running and failing now, but I will fix the issues there |
Member
|
@jpmckinney do we still want to import everything all the notebooks need in |
Member
Author
|
Up to you and the rest of the team - whatever is more ergonomic. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Working on #98 and toward #62
This is where I left off when I got pulled onto new tasks.
The notes I had left myself about next steps:
* I think maybe I wanted to move the schema to data-support so that it could be retrievable by the registry? Not sure.
Some Claude notes I had kept around that I think I still need to work through. This related to some of the remaining differences across the red flags and other indicator files.
Common pattern:
Refactoring options:
Given that usability has language-specific logic that red flags doesn't need, I'd suggest Option 1 (extract fetch helper) as the pragmatic choice.
Separately, I had noted "Retrieve _evaluate_rule to use in registry", which refers to this code, which might be useful for when we implement indicators in the registry.