-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve date selection for reports #3558
Comments
Can I claim this issue? |
Sure, you're welcome. |
Hi @nijel , Can I work on this. There is no update on this for a long time. |
You're welcome! Yes, there are about two hundredths of issues without an update for a long time ;-) |
Hi @nijel , I'm not sure If I can change styling or not as its already predefined. I haven't worked on UX before so please let me know if I'm following the right path or I have to write everything from scratch or maybe learn something else. I thought of using some Bootstrap/JQuery Plugin but I am not very confident about my approach. |
Writing from scratch is certainly not needed, this one seems like a good choice (it has compatible license and it seems to be using Bootstrap, so hopefully it will not require much of additional styling). We use yarn to manage the deps, see https://docs.weblate.org/en/latest/contributing/frontend.html for more info on that and other frontend development hints (I've just pushed some improvements to that, it will take few minutes to be fully up to date). |
The date selection itself is okay, but seeing directly chosen date range would be definitely nicer than current drop-down and two inputs... |
@nijel is this feature is still needed ? can i work on it ? |
Yes, nobody has contributed this so far. |
@nijel could you hint me on reproducing the report section mentioned above? I have set up the demo project, but I am unable to locate the specific report section shown in the screenshot. |
i am guessing that we are talking about Translation progress reporting 🤞 |
Yes, Insights / Translation reports in the menu. Currently, there is a dropdown for range selection and two date inputs. Instead, there should be just two date inputs sent to the backend and client-side selection of the ranges. It should probably also include time to make it explicit (this is a frequent question we get). Here are some additional examples of how it could look: |
Hi guys, check my PR #11826 for this issue. |
Implemented by #11826 |
Thank you for your report; the issue you have reported has just been fixed.
|
Is your feature request related to a problem? Please describe.
Current reporting period selection is not user-friendly:
Describe the solution you'd like
I'd like to see something like this:
The text was updated successfully, but these errors were encountered: