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

refactor: Add account slice action to add to cache of users #1010

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

knipec
Copy link
Contributor

@knipec knipec commented Nov 8, 2024

Description

This is so that when we get a user from the backend, we can add it to the redux state's cache of users.
This will allow us to pass a userId to the AddUserToProjectRoleScreen instead of the User object.
Which will allow the screen to detect if the user has been deleted from the system when a pull occurs.

Related Issues

Part 1 to address #2289

@knipec knipec merged commit 1b6a4cc into main Nov 11, 2024
7 checks passed
@knipec knipec deleted the refactor/screen-data branch November 11, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants