Changes between Initial Version and Version 1 of Ticket #4525, comment 4
- Timestamp:
- 07/23/2019 05:25:43 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4525, comment 4
initial v1 3 3 **What is the problem that this is intended to solve?** 4 4 5 Currently a plugin author do n't really know how many of his language packs are update to the latestversion. Unless he manually extracts the data from the language packs list - counting them one by one.5 Currently a plugin author doesn't really know how many of his language packs are updated to the latest plugin version. Unless he manually extracts the data from the language packs list - counting them one by one. 6 6 7 7 **How would a plugin author make use of this data?** 8 8 9 With this data, plugin authors can decide whether to focus resources on translations. For example if over 95% of my language packs are updated to the latest version I will do nothing, but if only 40% of the language packs are updated to the latest version I will spend time translating my plugin or hire someone to do that.9 With this data, plugin authors can decide whether to focus resources on translations. For example if over 95% of my language packs are updated to the latest plugin version I will do nothing, but if only 40% of the language packs are updated to the latest version I will spend time translating my plugin or hire someone to do that. 10 10 11 11 **What would it enable them to do?** … … 13 13 Insights is the first step for better decision making. I'm sorry to say, but the language pack list is a useless list of raw data. A single pie chart provides a better visual representation of the data. 14 14 15 If you want to allow the plugin author do something on the page, we can replace the list with a table with sortable columns. It will be much easier to detect language packs for olderversion.15 If you want to allow the plugin author do something on the page, we can replace the list with a table containing sortable columns. It will be much easier to detect language packs for older plugin version.