Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 594 Bytes

TODO.md

File metadata and controls

13 lines (10 loc) · 594 Bytes

Vue app

  • Figure out deployment. Vue deployment isn't working.

Improvements to go into production

  • Switch to single route for stations and weather (removing /get and /post)
  • Change all .then chains and callbacks to async/await.
  • Add pagination to API response
  • Always store time in ETC to avoid time zone switching. Also would reduce the Moment Timezone dependency at least to basic Moment.
  • Consider abandoning the fancy ID structure
    • Now is the only use for daystamp(?)
  • Make naming more consistent for station-related files and functions.