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

Refactor ActionLog data model to use Generic relationships #3443

Open
mathjazz opened this issue Nov 15, 2024 · 0 comments
Open

Refactor ActionLog data model to use Generic relationships #3443

mathjazz opened this issue Nov 15, 2024 · 0 comments
Labels
P3 Default, possibly shipping in the following two quarters task

Comments

@mathjazz
Copy link
Collaborator

The ActionLog data model uses several different ForeignKeys, which are set or not set based on the action_type. That makes validation complex and difficult to scale.

Generic relationships are designed for this problem specifically, so we should use them instead of the various ForeignKeys.

@mathjazz mathjazz added task P3 Default, possibly shipping in the following two quarters labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Default, possibly shipping in the following two quarters task
Projects
None yet
Development

No branches or pull requests

1 participant