- Smart Sourcing
- Add Cache
- Server returns Latest info compiled from all sources
- Set force false and handle 304 response
- Automatic minify of js in
./public/javascripts/
- enable compression
- updates on:
- view (web app) // rewrite to make this happen
- build backend to serve
stats.json
- change
loadStats()
to call this backend - Use API rather than scrape results
- Add Next games
- Add cache handle on front end
- Add times
- It'd be cleaner if added back
next
object and put text generation in the render function, else more functionality will pile up
- Add scores to games in progress?
- Team Logos and colors for detail page
- Last updated footer
- Add Next games
- build backend to serve
- schedule (static page w/ cron job)
- view (web app) // rewrite to make this happen
- document
- Front End
- Back End
- README
- Lint
- clean up callbacks, Promises, async/await
- Use ECMA Script
- add individual team stats
- use Helmet
- redirect fantasy.cullenself.com to Heroku
- league config
- maybe make into JS for consistency? // nah
- make into website
- style
- setup (better) deployment // Heroku linked to GitHub
- Template