canmove, Confirmed users
1,448
edits
mNo edit summary |
(Milestones 2-5) |
||
| Line 31: | Line 31: | ||
"include_fields": "id, summary, status, resolution, assigned_to, depends_on, blocks" | "include_fields": "id, summary, status, resolution, assigned_to, depends_on, blocks" | ||
}</bugzilla> | }</bugzilla> | ||
==Milestone 2== | |||
Main theme: translations and pagination. | |||
* Establish a good practice for paginating results. | |||
* List all Resources for a Project. | |||
* List all Entities for a Resource. | |||
* List all Translations for an Entity. | |||
** Include status: approved, suggested, fuzzy. | |||
* List all TranslatedResources for a Resource. | |||
** Include aggregate statistics. | |||
* List all TranslatedResources for a Locale. | |||
** List all TranslatedResources for a ProjectLocale? | |||
==Milestone 3== | |||
Main theme: contributors. | |||
* Query a single contributor (by email? unique key?) | |||
** List recent activity: date, project, action, number of affected strings | |||
** Aggregate counts of: translated, suggested, fuzzy strings across all projects | |||
** List of projects they contribute to | |||
*** Aggregate counts of: translated, suggested, fuzzy strings for each project | |||
* List all contributors on Pontoon | |||
* List all contributors for a locale | |||
* List all contributors for a project | |||
==Milestone 4== | |||
Main theme: authentication. | |||
* List unread notifications for a logged-in user. | |||
==Milestone 5== | |||
Main theme: mutations. | |||
* Add a suggested translation for an Entity. | |||