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

[BUG] Receipt Fragment with uninitialized Values #1922

Open
1 of 6 tasks
Kaz-ookid opened this issue Jun 12, 2024 · 0 comments
Open
1 of 6 tasks

[BUG] Receipt Fragment with uninitialized Values #1922

Kaz-ookid opened this issue Jun 12, 2024 · 0 comments
Labels
bug Something isn't working fe1-web

Comments

@Kaz-ookid
Copy link
Contributor

Kaz-ookid commented Jun 12, 2024

Description (Actual behavior)

In Digital cash, after sending someone coins we get a receipt view. From this view, we can click (in top right corner) on the transactions history, in which we can see others transactions as well as the one we just performed. When using the back arrow navigation, we get back in the receipt view, except that the values (receiver and value of the transaction) are empty.

Expected behavior

We should get back to the receipt view, with the right values for the receiver's token and the coins value. Or we could just get back to the DigitalCash main tab, we may not really need to see that receipt again anyway.

How to reproduce

  1. Create a LAO, Join it with another device, create a RollCall, Scan your second device and close the RollCall
  2. Go to Digital Cash
  3. Click on Send
  4. Enter a non-null amount and click on Send
  5. See the Receipt view
  6. Click in the top right corner on the Transaction History icon
  7. See the Transaction History
  8. Click on the back arrow (top left corner)
  9. See error (bugged out receipt view)
Front-ends:
  • Fe1-Web (please include browser's names & version)
  • Fe2-Android (please specify if phone or emulation, and Android version)
  • Not applicable
Back-ends:
  • Be1-Go
  • Be2-Scala
  • Not applicable

Impact

Low impact on user experience

Possible root cause

Bad live variables handling ?

Screenshots

First is the receipt as it looks normally
Second is the receipt as it looks after it bugged out

image
image

@Kaz-ookid Kaz-ookid added bug Something isn't working fe1-web labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fe1-web
Projects
None yet
Development

No branches or pull requests

1 participant