Is your feature request related to a problem? Please describe.
Once the API has the weather history available a new UI will be needed to display the weather history data in an easy to read way.
Describe the solution you'd like
A new top level nav location for Weather. The weather widget should be updated to separate out the render portion so it can be reused by the new Weather History widget and the existing Weather widget. They will both be feed a processed weather response by the API but from different sources with different responsibilities (History widget will not refresh)
Is your feature request related to a problem? Please describe. Once the API has the weather history available a new UI will be needed to display the weather history data in an easy to read way.
Describe the solution you'd like A new top level nav location for
Weather
. The weather widget should be updated to separate out the render portion so it can be reused by the new Weather History widget and the existing Weather widget. They will both be feed a processed weather response by the API but from different sources with different responsibilities (History widget will not refresh)