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
A user should be able to see what tickets for WordCamps and Events that they have previously purchased - we can probably achieve this by hooking into the purchase (and refund) flows of Camptix to store this in usermeta so that there is a way to view this.
Some of this data does exists in logs, but overall (and while logging in is required) we should store this in a way which makes it easy and efficient to retrieve this data.
Flows on tickets would include:
purchase
refund
transfer
Potentially we could backfill some of this into profiles, but that can be secondary to this.
Partially related to: #639
A user should be able to see what tickets for WordCamps and Events that they have previously purchased - we can probably achieve this by hooking into the purchase (and refund) flows of Camptix to store this in usermeta so that there is a way to view this.
Some of this data does exists in logs, but overall (and while logging in is required) we should store this in a way which makes it easy and efficient to retrieve this data.
Flows on tickets would include:
Potentially we could backfill some of this into profiles, but that can be secondary to this.
cc @renintw
The text was updated successfully, but these errors were encountered: