-
Notifications
You must be signed in to change notification settings - Fork 26
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 statistics view to admin #3783
Comments
vaszig
added a commit
that referenced
this issue
Jan 19, 2024
The submissions exist in the db but are cleaned periodically. We added a model which keeps track of the submitted forms with a counter. We keep the form name in case the form is deleted.
vaszig
added a commit
that referenced
this issue
Jan 19, 2024
The submissions exist in the db but are cleaned periodically. We added a model which keeps track of the submitted forms with a counter. We keep the form name in case the form is deleted.
sergei-maertens
pushed a commit
that referenced
this issue
Jan 29, 2024
The submissions exist in the db but are cleaned periodically. We added a model which keeps track of the submitted forms with a counter. We keep the form name in case the form is deleted.
sergei-maertens
pushed a commit
that referenced
this issue
Jan 30, 2024
The submissions exist in the db but are cleaned periodically. We added a model which keeps track of the submitted forms with a counter. We keep the form name in case the form is deleted.
sergei-maertens
added a commit
that referenced
this issue
Jan 30, 2024
…stics-view-to-admin [#3783] Add statistics view for the submitted forms to the admin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we cannot reliably show the number of submissions received by Open Formulieren. We can count the submissions present in the database but those are cleaned periodically and should not affect the counter.
Tasks
self.form.name
orself.form_name
The idea of the form and form_name fields is that if the form is deleted, we still have the statistics for it.
The text was updated successfully, but these errors were encountered: