-
Notifications
You must be signed in to change notification settings - Fork 35
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 translation coverage to "To-Do" dashboard #4
Comments
This is related to #9 |
# This is the 1st commit message: Add mirror page helper functions, fixes #13 # This is the commit message #2: Add mirrored page to page edit template # This is the commit message #3: Naming convention, add PageTranslation property # This is the commit message #4: Save mirrored page user input # This is the commit message #5: Add AJAX URL # This is the commit message #6: progress with ajax # This is the commit message #7: AJAX call and response # This is the commit message #8: Correct AJAX parameters and response # This is the commit message #9: Working selects # This is the commit message #10: Update POT # This is the commit message #11: Remove serializers import # This is the commit message #12: Update po file # This is the commit message #13: Fix empty value # This is the commit message #14: Do not require mirrored region select # This is the commit message #15: Hidden div # This is the commit message #16: clean up po # This is the commit message #17: Move JS code outside of permissions conditional # This is the commit message #18: Transmit all info
This feature is needed for our OKR. |
Icon to use: translations Caveat: Keep loading times in mind. Ideally this should be one single database query as this is the first view inside that CMS-user encounter. |
The current implementation would require some loops on the Python side which would add a few more database queries and therefore would considerably slow down the loading time on the dashboard. Therefore we need to look into alternative solutions. For details please checkout |
It was agreed to solve this with AJAX |
The Dashboard should contain some basic overview of the current translation status.
This could be a pie chart that visualizes 3 numbers: pages with up to date translations, pages with outdated translations, not translated pages.This should be part of the new "To Do" dashboard, see #2107 (comment).
The text was updated successfully, but these errors were encountered: