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

Add manual ticket search feature. #322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ukane-philemon
Copy link
Contributor

This commit adds manual ticket search feature to the vspd frontend. Tickets owners can search tickets with a base64 encoded string containing the ticket hash and signature. if ownership validation is successful, ticket owners can view full information about their ticket. This aids confirming if ticket registration is successful without depending on decrediton or dcrwallet verifying via an api. closes #227
Ticket page:
newlook2
Homepage before:
homepagebefore
Modified Homepage:
newhomepage

Copy link
Member

@jholdstock jholdstock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ukane-philemon,

I would love to get some of these changes broken out into a separate PR if you don't mind. I am specifically thinking of the validateTicketHash() and getCommitmentAddress() functions you have added to helpers.go.

These are valuable changes in their own right, which can be merged while we are still working out implementation details for #227.

Merging them seperately will also help by reducing the changeset of this PR, making it easier to review and less likely to introduce bugs.

@ukane-philemon
Copy link
Contributor Author

@jholdstock thanks for the review, changes applied.

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

Successfully merging this pull request may close these issues.

UI for manual ticket registration check
2 participants