You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webapp/components/interop-data.js and webapp/static/interop-data.json both contains a decent amount of duplication.
I wonder if it would make sense to move the categories to having a singular definition, and then each year merely lists scored and unscored categories? It would also allow us to guarantee that category identifiers are unique and stable, which would probably be a longer-term win — because it also means we only need to calculate the score once per category in results-analysis.
I agree with this change and it seems like it would be relatively straightforward. Now that we will not score a "Previous focus areas" section for 2025, lots of duplication will naturally go away. However, there are still carryover focus areas that invite information duplication in the current format.
webapp/components/interop-data.js
andwebapp/static/interop-data.json
both contains a decent amount of duplication.I wonder if it would make sense to move the categories to having a singular definition, and then each year merely lists scored and unscored categories? It would also allow us to guarantee that category identifiers are unique and stable, which would probably be a longer-term win — because it also means we only need to calculate the score once per category in
results-analysis
.cc @DanielRyanSmith @jgraham
The text was updated successfully, but these errors were encountered: