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

UX Idea: Show status of Ticket Purchase? #3926

Open
exitus1 opened this issue Oct 29, 2023 · 3 comments
Open

UX Idea: Show status of Ticket Purchase? #3926

exitus1 opened this issue Oct 29, 2023 · 3 comments
Labels
enhancement go Pull requests that update Go code

Comments

@exitus1
Copy link

exitus1 commented Oct 29, 2023

image

I was wondering if there was any way to display to the user what is occurring under the hood, and the status when a ticket is being purchased? There's also no way to halt the purchase.

@alexlyp
Copy link
Member

alexlyp commented Oct 31, 2023

Yah it's possible. Basically requires a change to how the PurchaseTicket action to dcrwallet is handled. Currently it's just a Request/Response, but if it were changed to a Stream we can pipe back various status updates and also we can cancel request. It's a bit of an undertaking. If I have some free cycles I may take a swing at it at some point. Agree that it would definitely help UX.

@alexlyp alexlyp added enhancement go Pull requests that update Go code labels Oct 31, 2023
@exitus1
Copy link
Author

exitus1 commented Nov 1, 2023

Maybe it would be easier to just have the logs displayed, similar to how it's done in the mixing tab?

@amass01
Copy link
Member

amass01 commented Nov 8, 2023

@alexlyp
i can help with this effort, in dcrwallet and decrediton if needed, if relevant, let's discuss it
in matrix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement go Pull requests that update Go code
Projects
None yet
Development

No branches or pull requests

4 participants
@alexlyp @amass01 @exitus1 and others