added Trello Board to Windchill

pull/12/head
Florin Pop 7 years ago
parent c55102bb0a
commit 729a06c9ea

@ -6,29 +6,25 @@ temperature.
## User Stories ## User Stories
- [ ] User can select the measurement system calculations will be performed - [ ] User can select the measurement system calculations will be performed in - Metric or English
in - Metric or English.
- [ ] User can enter the actual temperature and the wind speed - [ ] User can enter the actual temperature and the wind speed
- [ ] User can press the `Calculate` button to display the wind chill - [ ] User can press the `Calculate` button to display the wind chill
- [ ] User will receive an error message when `Calculate` is clicked if data - [ ] User will receive an error message when `Calculate` is clicked if data values are not entered
values are not entered.
## Bonus features ## Bonus features
- [ ] User will receive an error message when `Calculate` is clicked if the - [ ] User will receive an error message when `Calculate` is clicked if the resulting wind chill factor is greater than or equal to the actual temperature. Since this signifies an internal error in the calculation you may also satisfy this requirement using an assertion
resulting wind chill factor is greater than or equal to the actual temperature. - [ ] User will be prompted to enter new data values if `Calculate` is pressed without first changing at least one of the input fields
Since this signifies an internal error in the calculation you may also - [ ] User will see an updated wind chill factor whenever new actual temperature or wind speed values are entered, without being required to click the `Calculate` button
satisfy this requirement using an assertion.
- [ ] User will be prompted to enter new data values if `Calculate` is ## Trello Board
pressed without first changing at least one of the input fields.
- [ ] User will see an updated wind chill factor whenever new actual You can track your progress by cloning this [Trello Board](https://trello.com/b/qyxlrbMU/windchill)
temperature or wind speed values are entered, without being required to
click the `Calculate` button.
## Useful links and resources ## Useful links and resources
- [Wikipedia Wind Chill](https://en.wikipedia.org/wiki/Wind_chill) - [Wikipedia Wind Chill](https://en.wikipedia.org/wiki/Wind_chill)
- [Javascript Assert](https://developer.mozilla.org/en-US/docs/Web/API/console/assert) - [JavaScript Assert](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)
## Example projects ## Example projects

Loading…
Cancel
Save