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
{{ message }}
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
the basic idea is that actions should be able to just request the kind of data ("what") they need (has available vaccines, coordinates, address .etc) and the parser's job is to focus on the "how to get it" part in order to abstract away the actual parsing.
This might require getting sample data from various projects and datasources to see what information comes up the most.
one form this could take is some kind of "universal mapping" or registry where there's one big dictionary defined internally that has a set of keys that every action uses to refer to data. this mapping dict would then keep a list of the corresponding data (and how to access it) for each key (and data format being parsed)