exercism / gui

MIT License
22 stars 13 forks source link

Refresh models #13

Closed holandes22 closed 8 years ago

holandes22 commented 8 years ago

By model I mean tracks, track, status, etc.

Due to ember-data nature, resources are obtained from the local cache if available. This is great as it makes the app snappy after the track list has been loaded. But, this being a desktop app, there is no "reload" button, so I think it might be useful to provide a way to refresh the models