You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
3.1.1
Actual behaviour:
The Usage tab allows admins to see and download statistics about new users/plans and the usage of templates. You can download a csv with the numbers from the last year.
Expected behaviour:
It's not possible to go back further than one year and the generated reports only go back 12 months. Because of this it's hard to get a view from one year (ex 2022) unless you generate multiple reports over time and manually add them together.
Perhaps we can add an option to set specific dates?
The text was updated successfully, but these errors were encountered:
@TheLisaVL which ones would you like besides the available ones:
last 12 months
last 6 months
last 3 months
last month
(Looking at the code of the controller, there seems to be a method that calculates these statistics
between a start_date and an end_date. The end_date is by default the current month, and the start date
is determined by the select box above. But making use of that that seems out of scope and unreliable for the near future)
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
3.1.1
Actual behaviour:
The Usage tab allows admins to see and download statistics about new users/plans and the usage of templates. You can download a csv with the numbers from the last year.
Expected behaviour:
It's not possible to go back further than one year and the generated reports only go back 12 months. Because of this it's hard to get a view from one year (ex 2022) unless you generate multiple reports over time and manually add them together.
Perhaps we can add an option to set specific dates?
The text was updated successfully, but these errors were encountered: