Design: Admin should be able to gather a stats report for selected users
Description
Attachments
4
Activity
Show:

Former user 20 September 2016 at 05:37
I think if you require per-project information, you can see that now in the user profile page which is focusing on single user statistics.

Ruediger Landmann 14 September 2016 at 01:31
Thanks Kathryn – that's great!
Those filters make me realise that we could get something even more useful than what I originally asked for. Could the "All Projects" report still provide per-project information? For example:
Report 2016-09-05 to 2016-09-09
Translator,ProjectA,ProjectB,ProjectC,ProjectD
Alice,1347,0,965,283
Bob,684,573,0,832

Former user 13 September 2016 at 01:00Edited
, I made sure to add a button to download the csv:
All projects
Filtered by project
Filtered by project & language
Filtered by project, language & state
Details
Details
Assignee

Reporter

Labels
Tested Version/s
None
Components
Sprint
None
Priority

More fields
Time tracking
More fields
Time trackingCreated 8 September 2016 at 00:39
Updated 3 May 2017 at 04:53
Managers or coordinators would like to see the performance statistics for multiple translators over a period of time. It will be good to have a reporting feature that generates a csv with certain fields. e.g.
translator name, day1, day2,
Joe, 1000, 2000
Alice,1500, 1300
Technical notes:
API required:
Get all projects in active and readonly - (need to update current API)
Get all versions in the project (active, readonly) - (need to update current API)
Get statistics of that user - (done)