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

Dev: Add "Refresh" data button #126

Closed
2 tasks done
ori-near opened this issue Nov 15, 2024 · 0 comments · Fixed by #192
Closed
2 tasks done

Dev: Add "Refresh" data button #126

ori-near opened this issue Nov 15, 2024 · 0 comments · Fixed by #192
Assignees

Comments

@ori-near
Copy link

ori-near commented Nov 15, 2024

See #87 for UX context.

Background

Currently, our treasury app relies on other services for fetching data such as account balances. When we fetch data, we cache it in storage, and only after certain conditions are met we refetch it. If a user is logged in with a previous cached session, they might not always see the latest data or changed they performed, unless they perform a hard refresh.

User Story

As a user, I want to have a way to force refresh any page so that I can see the latest data for my treasury.

Acceptance Criteria

  • Add a refresh button at the top of the treasury dashboard, as shown in the mockup
  • When a user clicks on this refresh button, the application should trigger a force refresh and refetch the latest data (and not read from the cache storage)

Mockup

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants