Routes for group specific vocab activation #93
Labels
difficulty/medium
kind/docs
Improvements or additions to documentation
kind/enhancement
New feature or request
priority/medium
Milestone
In order to implement the group specific activation in the frontend we need some routes in the backend.
Update Route
/api/languagePackage/:languagePackageId/group
Add query Parameter ?staged=true to only return groups that contain unactivated/staged vocabs
Update Route
/api/group/:groupId/vocabulary
Add query Parameter
?staged=true
to only return vocabs that are unactivatedUpdate Route
/languagePackage/:languagePackageId/query
Add query Parameter
?groupId={groupId}&groupId={groupId}
to return only vocabs from these group(the
staged
parameter is already implemented. If groupIds are given this route should give back vocabs independently of the current status/stage. This gives the ability to add custom learning in the future Custom Learning vocascan-frontend#126)The text was updated successfully, but these errors were encountered: