Skip to content
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

Update Time of Travel Output (Graph) #3

Open
dbsmith88 opened this issue Mar 31, 2022 · 0 comments
Open

Update Time of Travel Output (Graph) #3

dbsmith88 opened this issue Mar 31, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dbsmith88
Copy link
Contributor

dbsmith88 commented Mar 31, 2022

Timeseries output of time of travel does not conform to default timeseries output. With a tot data structure of:
data : { COMID : { DATE : [VALUE, ...], ... }, ... } ;where default timeseries output structure is: data : { DATE : [VALUE, ...], ... }

Using the graph function found in static/js/general_page.js setDataGraph2 (line 319) as a functional template, fill in the function setTotOutputGraph found in static/js/workflow/time_of_travel_page.js (line 344).

Output should display a multiline graph, using dyGraph (https://dygraphs.com/), one line for each comid and the ability to switch between the data columns 4-6.

Can use the output graphs of other modules, such as precipitation, as a visual example.

To help facilitate output UI development, the output data can be capture and saved as a file to be retrieved in place of the web request.

@dbsmith88 dbsmith88 added the enhancement New feature or request label Mar 31, 2022
@dbsmith88 dbsmith88 added this to To do in HMS-KUBE 04-11-2022 via automation Mar 31, 2022
@JBoyce298 JBoyce298 self-assigned this Apr 12, 2022
@JBoyce298 JBoyce298 moved this from To do to In progress in HMS-KUBE 04-11-2022 Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants