-
Notifications
You must be signed in to change notification settings - Fork 136
Production release for connect Admin functionality update 01 milestone
#1489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…react-components — ProjectStatus, editableProjectStatus components cleanup
…react-components — Use Dropdown component from react-components library instead of using custom one hosted in connect-app and remove the one exists in connect-app
— Adapted code to point to new moved SliderRadioGroup component from react-components
…react-components — Syntax fix
Feature/health check
… at 3 elements on first row
+ added
+ added health check
— Added support for ‘Connect Admin’ role in front end
…fic feature branch.
…ithout joining — Allowed admins to see the add and remove button for team members without joining the project — It works fine at backend because we are already allowing admins to add/remove members for any project. And we just added Connect Admin role to the list of admin roles, so a connect admin is also able to add/remove members now.
fixed #1352 taking constant for project listing chunk size.
added performance tuning
…ithout joining — Allowed admins/managers to remove owners/customers as well.
fixed question
…y-update-01 Feature/admin functionality update 01
…om the specific feature branch clean up from deployable branch list
# Conflicts: # src/components/ProjectStatus/ProjectStatus.scss
Feature/tech debt
…ter add on dropdown fix
hiding latest offerings
mtwomey
approved these changes
Dec 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
-- Changes required for connect milestone Admin functionality update 01
-- #1243, Connect Admin role
-- #1371, Admins should be able to add people to a project without joining
-- fixes for few tech debt issues
fyi @vic-topcoder @mtwomey