• Hannah Stepanek's avatar
    Combine groups from multiple endpoints when feature flag is set (#901) · 726d66f1
    Hannah Stepanek authored
    * Add profile.groups.read api endpoint
    
    * Remove metadata from list groups api call
    
    Rather than relying on the token of the logged in user being returned
    as extra metadata from the list groups api call, simple use the profile
    userid from the data store to determine whether a use is logged in or not.
    
    * Add util/groups module with combineGroups helper
    
    This will be used when the community-groups feature flag is set, to combine
    groups from the groups list and profile groups endpoints.
    
    * Add tests for util groups module
    
    * Add tests for community-groups feature flag
    726d66f1
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
embedding-examples Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.prettierignore Loading commit data...
.prettierrc Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
tox.ini Loading commit data...
yarn.lock Loading commit data...