epidemics / covid

epidemicforcasting.org visualization repository
http://epidemicforecasting.org
GNU Affero General Public License v3.0
20 stars 12 forks source link

Fix Tag Hierarchy Issues #387

Open wolverdude opened 4 years ago

wolverdude commented 4 years ago

Now that we're pulling API data directly from the Notion Tag/Feature Hierarchy Doc, the formatting and copy need to be more complete and consistent. I went through and fixed some issues just now, but I didn't feel qualified to answer all of the questions. Below are the remaining ones I identified.

I'm using regex to parse these, so it's important that you maintain consistent formatting with what is already there, in particular:

Many of the descriptions are a little unclear or are worded sloppily. I fixed some of these, but it would be nice to make sure these are good before putting them up on the site (might not be worth our time though).

Missing Definitions

Tags
Features

Duplicate Tags

These tags appear in multiple features. (may or may not be intended)

Duplicate Quantities

These features are max or min aggregated, but not all the tag quantities are unique, so they cannot be sorted deterministically.

Other Issues

wolverdude commented 4 years ago

This issue is soft-blocking #326. I've been building out a solution in the containment repo, but I've got plenty more to do before this will become a blocker for me.