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

[Wallet] Available balance - Desktop #335

Open
ChaimaaZaoui opened this issue Jun 27, 2023 · 2 comments
Open

[Wallet] Available balance - Desktop #335

ChaimaaZaoui opened this issue Jun 27, 2023 · 2 comments
Labels
feature 🤌 new features

Comments

@ChaimaaZaoui
Copy link

ChaimaaZaoui commented Jun 27, 2023

As a user, I want to connect my wallet through Keplr, so that I can see the available balance.

Acceptance criteria

Scenario 1 : Wallet balance

Given that I am an end user,
And I have connected my wallet through Keplr
When I click on wallet button on my desktop
And the menu opens
Then I should be able to read the exact number of Know that I have in my wallet

The balance of the wallet is updated every time the user opens the dropdown menu

No automatic update is to be implemented

If the update requires couple of minutes, then display a loader to the user

┆Issue is synchronized with this Wrike task by Unito

@ChaimaaZaoui ChaimaaZaoui added feature 🤌 new features Ready for Ref. Ticket ready to be in the refinement ceremony labels Jun 27, 2023
@ChaimaaZaoui ChaimaaZaoui changed the title [Wallet] Available balance [Wallet] Available balance - Desktop Jun 28, 2023
@ChaimaaZaoui ChaimaaZaoui added Ready for TechSpec Ticket to be pulled into Technical specification column and removed Ready for Ref. Ticket ready to be in the refinement ceremony labels Jun 28, 2023
@fredericvilcot
Copy link
Contributor

As a technical implementation, we need to focus on 2 parts:

  • the logic domain called Bank that must ensure the RPC calls to the blockchain to get back the account balance
  • the UI dropdown in the toolbar that must be wired to a getBalance command and then display the received data

@ChaimaaZaoui
For now, I'l suggest to only refresh the balance when the connect menu (dropdown) is opened because our app is a bit different from Osmosis one: they directly display the balance in the page while we display the balance at the drop-down opening.
If you agree, we have no need to refresh the balance in another ways.

@fredericvilcot fredericvilcot added Ready for PP Ticket ready to be in the Planning poker ceremony and removed Ready for TechSpec Ticket to be pulled into Technical specification column labels Jul 5, 2023
@ChaimaaZaoui
Copy link
Author

Hey team! Please add your planning poker estimate with Zenhub @0xLodz @AnjaMis @ErikssonJoakim @fredericvilcot

@ChaimaaZaoui ChaimaaZaoui removed the Ready for PP Ticket ready to be in the Planning poker ceremony label Jul 6, 2023
@AnjaMis AnjaMis moved this to 📋 Backlog in 💻 Development Sep 29, 2023
@AnjaMis AnjaMis moved this from 📋 Backlog to 📆 To do in 💻 Development Sep 29, 2023
@ccamel ccamel moved this from 📆 To do to 📋 Backlog in 💻 Development Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🤌 new features
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants