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

Better display of failing checks #5274

Open
unho opened this issue Sep 19, 2016 · 0 comments
Open

Better display of failing checks #5274

unho opened this issue Sep 19, 2016 · 0 comments

Comments

@unho
Copy link
Member

unho commented Sep 19, 2016

Right now Pootle editor only exposes which checks are failing, but some of the checks (for example accelerators check from TTK https://github.com/translate/translate/blob/master/translate/filters/checks.py#L1085-L1136) are able to return multiple error messages.

This can be improved if when clicking on a failing check it shows the specific error messages (instead of going to its description) with a rollout that lists the error messages below the check. Another option is to display those messages only when hovering (using a tooltip). Future improvement can be to display on the editor textarea where those errors happened.

This of course will require saving additional data on the QualityCheck model.

@unho unho added this to the 2.8.1 milestone Sep 29, 2016
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