-
Notifications
You must be signed in to change notification settings - Fork 1
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
clarify documentation about fetchData function #44
Comments
It would also be good to reword it to say "target time series data" instead of "truth data". |
Your suggestions would definitely help. I think one of the biggest problems that I encountered was that I didn't have any clear examples beyond the example in predtimechart/src/index.html. Without a narrative behind this example, I could only see that the updated target data was simply adding dates, but nothing else changed: Lines 107 to 117 in 6678c66
Since the target data in the flusight hub was a single file, I had assumed that we were just appending new data and not amending existing data (which in hindsight was a foolish assumption, because I even designed a figure that shows that scenario) and just went with it. Most of the documentation that exists is low-level reference documentation, but for someone without much context to go from, it's not clear where to start or what features are important or auxiliary. A more explanatory form of documentation would have been helpful in this situation so that it was clear where the data were coming from and what the context was for the different modes of visualization. |
App.initialize() args
; it could be helpful to repeat them again below in thefetchData data format
sectionreferenceDate
The text was updated successfully, but these errors were encountered: