jaeyun0503 commented on PR #4065: URL: https://github.com/apache/texera/pull/4065#issuecomment-3561522158
> @jaeyun0503 Please confirm: > > * Since the admin changed the status of User B, the frontend HAS TO send this change to the backend to make it persistent. > * Is your implementation the same as what I described? If so, we are on the same page. Still the description needs to be more clear. 1. Yes. When the admin user changes a user's attribute like user role, the frontend runs the updateUser that calls the backend to update the database first. If it is successful, then the frontend code moves on to updating the frontend. If it fails, then error message would pop up. 2. Yes, it is the same. I am refining my code and the PR description, and I will let you know when it is ready for review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
