pulse/todo.md

13 lines
462 B
Markdown
Raw Permalink Normal View History

# Todo
- [ ] weather: Parse each period and detect type of forecast
- [ ] weather: add colors to each icon for forecast
(sunny = yellow) :: (rainy = blue) :: (cloudy = gray)
- [ ] redsox: Only show one game per date
- [ ] main: clean things up in the function
## Notes
### Detecting weather forecast type
Need to change the default return from get_full_forecast.
It should be a DATE => [forecast1, forecast2]
where each forecast has an icon associated with is