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

Add user id to the ApprovedPredictions #279

Open
omranlm opened this issue Sep 23, 2024 · 0 comments
Open

Add user id to the ApprovedPredictions #279

omranlm opened this issue Sep 23, 2024 · 0 comments

Comments

@omranlm
Copy link
Contributor

omranlm commented Sep 23, 2024

Is your feature request related to a problem? Please describe.
The class ApprovedPredictions(models.Model) doesn't have a reference to the user who created the record (user who accepted the predictions).

Describe the solution you'd like

We need to have the user ID of the user who accepted the predicted feature for analysis purposes.

Describe alternatives you've considered
We might not need to add that in the API since we have the authentication, we should be able to know the user ID but we need to save in the database in the core_approvedpredictions table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants