-
Notifications
You must be signed in to change notification settings - Fork 156
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
fix(profile): update profile requx actions, types, and reducers naming and unit tests #4926
fix(profile): update profile requx actions, types, and reducers naming and unit tests #4926
Conversation
Deploy preview created for package Built with commit: 3d0b89d4a224de16bbbfaca753e279b88673a688 |
Deploy preview created for package Built with commit: 3d0b89d4a224de16bbbfaca753e279b88673a688 |
Deploy preview created for package Built with commit: 3d0b89d4a224de16bbbfaca753e279b88673a688 |
Looking good so far, and the CI is passing! Thank you for making this change quickly @annawen1! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 - Thanks @annawen1!
…g and unit tests (carbon-design-system#4926) ### Related Ticket(s) Change profile endpoint on Carbon Masthead for signed in state carbon-design-system#4701 ### Description Update naming and unit tests from feedback: carbon-design-system#4909 ### Changelog **Changed** - update `getUserStatus` action to `loadUserStatus` in accordance to naming strategy - create `Unauthenticated` const in ProfileAPI type - use `request` instead of `status` for the `setRequestUserStatusInProgress` and `setUserStatus` actions <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "package: styles": Carbon Expressive --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Related Ticket(s)
Change profile endpoint on Carbon Masthead for signed in state #4701
Description
Update naming and unit tests from feedback: #4909
Changelog
Changed
getUserStatus
action toloadUserStatus
in accordance to naming strategyUnauthenticated
const in ProfileAPI typerequest
instead ofstatus
for thesetRequestUserStatusInProgress
andsetUserStatus
actions