-
-
Notifications
You must be signed in to change notification settings - Fork 505
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 "prior year" to the date range drop downs #4082
Comments
Is this issue still open? Would love to take it |
Hey @Gabe-Torres, it's technically open, but blocked by a PR that's currently in review. @awwaiid -- would it make sense for @Gabe-Torres to take this on branching off of the Dashboard branch? |
No longer blocked -- Dashboard has been merged into main. |
Hi @cielf, could I try taking this one on? |
Sure! |
Currently a bit blocked due to codespaces no longer working for me, due to getting failed javascript runtime errors as described in this PR. |
For now you can run |
This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned. |
Automatically unassigned after 7 days of inactivity. |
I think this has already been resolved by #4518. So I think we can close this. |
Yep. It's a partial duplicate, alright. |
Summary
Add "prior year" to the date range drop downs throughout.
Why?
In January, a lot of people are trying to get information about the year before. They very often are not entering the date range correctly, which causes exceptions
Details
The prior year range should be January 1 - December 31 of the calendar year preceding the current calendar year. i.e. in 2024 it would be January 1 2023 - December 31 2023. I suggest that you can likely use the "this year" selection as a model.
This might conflict with the Dashboard change that is coming in in the next few weeks at time of writing (January 2024). Be aware of that.
Criteria for completion
The text was updated successfully, but these errors were encountered: