Skip to content

Commit

Permalink
Merge pull request #10 from axpogroup/tomasznapieralski-patch-1
Browse files Browse the repository at this point in the history
Update challenge
  • Loading branch information
tomasznapieralski authored Sep 22, 2023
2 parents c742e49 + de5c134 commit af7e165
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend-time-series-challenge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,24 @@ As a User i want to visualise data and be able to identify outliers.
- Generate data
- Include a button that generates data
- for the last 100 days
- with values >= 0 and <= 100
- with values >= 0 and <= 100, integer values only
- consecutive click removes old data and creates a new one, but does not reset threshold value
- data is not generated when user enters the page
- Threshold
- include an input that takes value from >= 0 to <= 100
- include an input that takes value from >= 0 to <= 100, integer values only
- defaults to 0
- include an apply button, to apply changes
- Chart
- displays data as a line chart
- if no data, display an appropriate message
- displays threshold as a horizontal line if the threshold value is > 0
- Outliers
- an Outlier is a value above the threshold
- include a table with the following columns:
- date in format: DD-MM-YYYY
- value
- error: value - threshold
- error: value - threshold, i.e. 50 - 20 = 30
- the table should only include outliers
- if no outliers, then include a positive message
- (optional)
- if you have time and you want, you can include any other feature that is not listed above and present it during the interview
Expand Down

0 comments on commit af7e165

Please sign in to comment.