bcwik9 / robinhood-on-rails

A web dashboard for the free trading platform Robinhood using Ruby on Rails and a private API
MIT License
151 stars 53 forks source link

Improve performance by checking db before fetching from Robinhood #55

Open willcheung opened 4 years ago

willcheung commented 4 years ago

In Orders tab, instead of fetching all instrumentation from Robinhood API, which causes delays, fetch from database first.