Closed gursi26 closed 11 months ago
All the changes described in #181 have been completed.
The stock information table on both DashboardView and SellView now observe the cache view model, which contains the cache state, which in turn refreshed asynchronously every 15 seconds.
The app is still as quick as before and API calls do not slow down the program, due to the fact that cache controller executes asynchronously.
This PR is still a draft, do not merge.
Refer to #181 for more information on what is implemented and why it is necessary.