Translators' statistic data and ATC
Good work Daisy ! It's so cool to get such a useful tool and python code inside i18n repos ! B.R., JF On 02/02/2016 18:01, Ying Chun Guo wrote:
Hi, team I made a program to query translators' statistic data from Zanata: https://review.openstack.org/#/c/275145/2 The program may be not perfect, but it is workable. It can use Zanata REST API[1] to query translators' contributions. After running the program, I got the a list of translators who have contributed more than 300 words translations or reviews from 2015-08-01 to 2016-01-30: http://paste.openstack.org/show/485750/. According to team agreement, people who translate or review 300+ words in 6 month are ATCs of I18n team. So we have our new ATC list. If you want to try this program, pull the source codes from the patch, and run: zanata_stats.py translation_team.yaml The program takes a bit long time to finish in my desktop, nearly a half day. So you have to be patient. Or you can use "-p projects-sample.yaml" option to narrow the project list, which will cause less time.
Here I would like to call for help. I need volunteers to implement such a feature in stackalytics[2], which can show translators' contribution data in the website of stackalytics.openstack.org. If you want to help, please contact with me. If you have find any bugs to the statistic data or to the program, please let me know. I'm open to fix errors. Best regards Ying Chun Guo (Daisy) [1] https://zanata.ci.cloudbees.com/job/zanata-api-site/site/zanata-common-api/r... [2] https://git.openstack.org/cgit/openstack/stackalytics/
_______________________________________________ Openstack-i18n mailing list Openstack-i18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
Awesome! --------------------------------------------- Alex Eng Globalisation Tools Engineering DID: +61 3514 8262 <callto:+61+3514+8262> Mobile: +614 2335 3457 <callto:+614+2335+3457> Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 <callto:+61+7+3514+8100> Fax: +61 7 3514 8199 <callto:+61+7+3514+8199> Website: www.redhat.com On Wed, Feb 3, 2016 at 3:01 AM, Ying Chun Guo <guoyingc@cn.ibm.com> wrote:
Hi, team
I made a program to query translators' statistic data from Zanata: https://review.openstack.org/#/c/275145/2 The program may be not perfect, but it is workable. It can use Zanata REST API[1] to query translators' contributions.
After running the program, I got the a list of translators who have contributed more than 300 words translations or reviews from 2015-08-01 to 2016-01-30: http://paste.openstack.org/show/485750/. According to team agreement, people who translate or review 300+ words in 6 month are ATCs of I18n team. So we have our new ATC list.
If you want to try this program, pull the source codes from the patch, and run: zanata_stats.py translation_team.yaml The program takes a bit long time to finish in my desktop, nearly a half day. So you have to be patient. Or you can use "-p projects-sample.yaml" option to narrow the project list, which will cause less time.
Here I would like to call for help. I need volunteers to implement such a feature in stackalytics[2], which can show translators' contribution data in the website of stackalytics.openstack.org. If you want to help, please contact with me.
If you have find any bugs to the statistic data or to the program, please let me know. I'm open to fix errors. Best regards Ying Chun Guo (Daisy)
[1] https://zanata.ci.cloudbees.com/job/zanata-api-site/site/zanata-common-api/r... [2] https://git.openstack.org/cgit/openstack/stackalytics/
_______________________________________________ Openstack-i18n mailing list Openstack-i18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
Hi Carlos, Alex,
Here is the questions from Akihiro. - Can't we retrieve the project list from Zanata? - Can't we retrieve this (user) list from Zanata? Daisy says "no" for both. Is it true? I think so according to Zanata docs, but not sure. Thanks, KATO Tomoyuki
Its possible. For all projects list, the rest API is already available, please see https://zanata.ci.cloudbees.com/job/zanata-api-site/site/zanata-common-api/r... For list of contributors for a project version, the rest API will be available in 3.8 release. Alex Eng On 3 Feb 2016 9:54 pm, "KATO Tomoyuki" <tomo@dream.daynight.jp> wrote:
Hi Carlos, Alex,
Here is the questions from Akihiro.
- Can't we retrieve the project list from Zanata? - Can't we retrieve this (user) list from Zanata?
Daisy says "no" for both. Is it true? I think so according to Zanata docs, but not sure.
Thanks, KATO Tomoyuki
_______________________________________________ Openstack-i18n mailing list Openstack-i18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
Correction, for list of contributors for a version, it will be available in zanata 3.9 Alex Eng On 3 Feb 2016 10:35 pm, "Alex Eng" <aeng@redhat.com> wrote:
Its possible.
For all projects list, the rest API is already available, please see
https://zanata.ci.cloudbees.com/job/zanata-api-site/site/zanata-common-api/r...
For list of contributors for a project version, the rest API will be available in 3.8 release.
Alex Eng On 3 Feb 2016 9:54 pm, "KATO Tomoyuki" <tomo@dream.daynight.jp> wrote:
Hi Carlos, Alex,
Here is the questions from Akihiro.
- Can't we retrieve the project list from Zanata? - Can't we retrieve this (user) list from Zanata?
Daisy says "no" for both. Is it true? I think so according to Zanata docs, but not sure.
Thanks, KATO Tomoyuki
_______________________________________________ Openstack-i18n mailing list Openstack-i18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
participants (4)
-
Alex Eng
-
JF Taltavull
-
KATO Tomoyuki
-
Ying Chun Guo