-
Notifications
You must be signed in to change notification settings - Fork 1
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
Redesign data model for Purchases, Vouchers and Free Products #130
Comments
This is a larger task and probably not something we can prioritize anytime soon. I suggest when we pick this up we start by modelling our current database layout and from there discuss how this can be redesigned with the respect to being pragmatic so we do not put too much work on ourselves. |
This was referenced May 18, 2023
Suggested data model changes
|
Tasks for data model changes
Purchase-related data migrations
Clean up
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fredpetersen
@marfavi and I discussed this. Omid's argumentation is that not all Purchases have a Payment and hence strictly speaking not a purchase. This is for instance the case with vouchers where a user is not purchasing anything but he's using a voucher which grants him Tickets. The point is that our data model is not reflecting this and it would have been best if it did. However this will require both a larger redesign and secondly a data migration. So create an issue from this and you can go ahead and merge this Pull Request. Yay 🙌🏻
Originally posted by @jonasanker in #119 (comment)
The text was updated successfully, but these errors were encountered: