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

Log ticket purchases via usermeta #1411

Open
pkevan opened this issue Oct 22, 2024 · 1 comment · May be fixed by #1418
Open

Log ticket purchases via usermeta #1411

pkevan opened this issue Oct 22, 2024 · 1 comment · May be fixed by #1418
Assignees

Comments

@pkevan
Copy link
Contributor

pkevan commented Oct 22, 2024

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:

  • purchase
  • refund
  • transfer

Potentially we could backfill some of this into profiles, but that can be secondary to this.

cc @renintw

@pkevan
Copy link
Contributor Author

pkevan commented Oct 28, 2024

@renintw renintw linked a pull request Oct 28, 2024 that will close this issue
@renintw renintw linked a pull request Oct 28, 2024 that will close this issue
@renintw renintw self-assigned this Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants