You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the /tickets page for individual users which displays tickets belonging to the logged in user under the "Your Tickets" section.
Could add a "All Tickets" section, for admins only to view hashes for all tickets in the pool also displayed in groups based on the ticket statuses.
Or add a /alltickets page that shows list of all tickets with following info per ticket
| date purchased | hash | block height | user id (needed?) |
The text was updated successfully, but these errors were encountered:
This actually came to mind as a way to confirm that ticket purchase without registering with email (done in raedahgroup#6) works and tickets purchased in such manner are actually added to the vsp ticket pool.
If I had purchased a ticket by creating an email-based user account on the vsp site, I could easily log in to confirm that ticket purchases reflect on the vsp end.
Similar to the
/tickets
page for individual users which displays tickets belonging to the logged in user under the "Your Tickets" section.Could add a "All Tickets" section, for admins only to view hashes for all tickets in the pool also displayed in groups based on the ticket statuses.
Or add a
/alltickets
page that shows list of all tickets with following info per ticket| date purchased | hash | block height | user id (needed?) |
The text was updated successfully, but these errors were encountered: