Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow assets to load in main screen before prices #19

Open
diegogurpegui opened this issue Dec 17, 2018 · 1 comment
Open

Allow assets to load in main screen before prices #19

diegogurpegui opened this issue Dec 17, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@diegogurpegui
Copy link
Member

When the apps loads the main screen, it tries to fetch the prices before listing all the assets.
From a UX perspective, it would be better to load the assets with the last price, while refreshing the latest prices in the background.

Tech note: In order to achieve this we need to store the latest price in the Asset main JSON data structure.

@diegogurpegui diegogurpegui added the enhancement New feature or request label Dec 17, 2018
@diegogurpegui
Copy link
Member Author

Already working but not great.
The assets load instantly, but with very outdated prices. We need to keep those up to date as much as possible so the "loading" mode doesn't display something too inaccurate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant