Skip to content

Latest commit

 

History

History
36 lines (36 loc) · 1.35 KB

TODO.md

File metadata and controls

36 lines (36 loc) · 1.35 KB

TODO

  • 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
    • schedule (static page w/ cron job)
  • 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