Skip to content
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

Implement the ability to add/remove users to/from a group #68

Open
RTEYL opened this issue Apr 10, 2021 · 0 comments · May be fixed by #74 or #75
Open

Implement the ability to add/remove users to/from a group #68

RTEYL opened this issue Apr 10, 2021 · 0 comments · May be fixed by #74 or #75
Assignees
Labels
API Improvements or additions to API DB Includes Database changes Redux Includes Redux changes

Comments

@RTEYL
Copy link
Collaborator

RTEYL commented Apr 10, 2021

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Similar to #69

Add Redux actions for groups to add/remove a user. The way it is now, the group being updated is reliant on the front end to send the updated group to Redux instead of simply calling a function with the group and user data to be handled on the backend.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Create an action-type, action, and reducer case function that accepts arguments for a group and a user. Then send a request to update Mongo and the store.

Needs one for adding a user and one for removing a user.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@RTEYL RTEYL added question Further information is requested API Improvements or additions to API DB Includes Database changes labels Apr 10, 2021
@RTEYL RTEYL added this to the First Mock Deploy milestone Apr 10, 2021
@RTEYL RTEYL added Redux Includes Redux changes and removed question Further information is requested labels Apr 10, 2021
@RTEYL RTEYL linked a pull request Apr 15, 2021 that will close this issue
2 tasks
@RTEYL RTEYL self-assigned this Apr 15, 2021
@RTEYL RTEYL linked a pull request Apr 15, 2021 that will close this issue
2 tasks
@RTEYL RTEYL linked a pull request Apr 15, 2021 that will close this issue
2 tasks
@RTEYL RTEYL linked a pull request Apr 15, 2021 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Improvements or additions to API DB Includes Database changes Redux Includes Redux changes
Projects
None yet
1 participant