DanielWright / tek-forecast

Proof-of-concept weather forecast API.
https://powerful-reef-46727.herokuapp.com/forecast
MIT License
0 stars 0 forks source link

Bootstrap project based on emailed requirements #1

Closed DanielWright closed 1 year ago

DanielWright commented 1 year ago

Based on the emailed requirements, my initial impulses are:

I'm going to omit a GUI, opting instead for JSON output (to be consumed by theoretical client consumer(s)).

DanielWright commented 1 year ago

For the purposes of a code assessment, I'm going to skip an exhaustive paring-down of extraneous Rails components, and go with the --api flag. This leaves a lot of Rails cruft that's probably unnecessary for the requirements, but I'm going to err on the side of keeping things simple for a code assessment. It's likely a service like this one will experience lots of bottlenecks before, say, not-loading ActiveRecord moves the needle.

DanielWright commented 1 year ago

This was delivered yesterday in f6be3f602c695962bcef699ac9bdf13807acc9d9.