-
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
Fix unit mess and make it user preference. #60
Comments
Here are the steps to make the
Here is an example of the changes needed:
These steps should help you make the units configurable by the user. You can view the full results and details in the GitHub UI here. |
To model the unit correctly based on Rain or Snow and make it configurable by the user, follow these steps:
Here are example changes for each step:
These steps should ensure that the units are correctly modeled based on the type of alert and are configurable by the user. You can view the full results and details in the GitHub UI here. |
Added tests as well. The unit mess is getting out of hands - #60
Metric / imperial? Remove hard coded stuff.
Edit: so far this is not exactly a big mess because both weather services currently used has the unit millimeter for both rain and snow.
The text was updated successfully, but these errors were encountered: