-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
difficulty/mediumhacktoberfestkind/apikind/docsImprovements or additions to documentationImprovements or additions to documentationkind/enhancementNew feature or requestNew feature or requestpriority/medium
Milestone
Description
We have get routes for language packages and groups
GET: /api/languagePackage
GET: /api/languagePackage/{languagePackageId}/group
which return information about all the existing language packages and groups.
While the language package route as an optional stats parameter that allows adding stats about the existing vocabs
"stats": {
"vocabularies": {
"all": 0,
"active": 0,
"inactive": 0,
"unresolved": 0,
"unactivated": 0,
"learnedToday": {
"dueToday": 0,
"correct": 0,
"wrong": 0
}
}
}the group route does not have such.
In order to show stats in the group tag of the library, we have to add
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
difficulty/mediumhacktoberfestkind/apikind/docsImprovements or additions to documentationImprovements or additions to documentationkind/enhancementNew feature or requestNew feature or requestpriority/medium
Type
Projects
Status
🗒️ ToDo

