Manager included in user sync #1246
Merged
Task list completed / task-list-completed
succeeded
Dec 12, 2024 in 0s
7 / 7 tasks completed
All tasks have been completed
Details
Required Tasks
Task | Status |
---|---|
Make sure you are requesting to pull a feature/bugfix branch (right side). | Completed |
Make sure you are making a pull request against the dev branch (left side). Also you should start your branch off our dev branch. | Completed |
Check your code additions locally using npm run watch |
Completed |
Make sure strings/resources are added using our [resource files](https://github.com/Puzzlepart/did/tree/dev/.resources) | Completed |
Make sure [CHANGELOG.md](https://github.com/Puzzlepart/did/blob/dev/CHANGELOG.md) is updated if applicable | Completed |
Make sure [Smoke tests](https://github.com/Puzzlepart/did/blob/dev/.github/ISSUE_TEMPLATE/smoke_test.md) are updated if applicable | Completed |
Tested locally | Completed |
Check out this branch locally using gh pr checkout 1246 or by pulling from the remote feature branch. |
Incomplete |
Run npm run watch to compile and monitor changes. |
Incomplete |
Perform a user synchronization using the updated sync feature. | Incomplete |
Verify that the manager attribute is now present and correctly populated for the synced users in the UI. |
Incomplete |
Confirm that no existing user data is negatively impacted by this change. | Incomplete |
Verify that user profiles, including manager attributes, are rendered correctly in smoke tests covering user profile display. | Incomplete |
Loading