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

[AC-2328] Add a Bulk OrganizationUsersController.GetResetPasswordDetails endpoint #9140

Merged
merged 52 commits into from
May 24, 2024

Conversation

r-tome
Copy link
Contributor

@r-tome r-tome commented May 11, 2024

Type of change

- [ ] Bug fix
- [X] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

The current endpoint requires multiple database calls, this new endpoint gets all data using one new stored procedure.

Code changes

Server PR

  • libs/common/src/admin-console/abstractions/organization-user/organization-user.service.ts: Abstract API method
  • libs/common/src/admin-console/abstractions/organization-user/responses/organization-user.response.ts: Add OrganizationUserId property for result mapping
  • libs/common/src/admin-console/services/organization-user/organization-user.service.implementation.ts: API method implementation

Before you submit

  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team
  • Ensure that all UI additions follow WCAG AA requirements

r-tome and others added 30 commits April 17, 2024 13:03
The import path of `PendingAuthRequestView` in
`OrganizationAuthRequestApiService` was pointing to the wrong place. I
think this file was just recently moved, and the import didn't get
updated.
@r-tome r-tome marked this pull request as draft May 14, 2024 11:37
@coroiu coroiu removed their request for review May 14, 2024 11:38
@r-tome r-tome removed request for a team, shane-melton and jlf0dev May 14, 2024 11:40
@r-tome
Copy link
Contributor Author

r-tome commented May 14, 2024

Apologies for the unnecessary review requests. I had merged main into this branch but I did not update the source branch first.

@r-tome r-tome marked this pull request as ready for review May 14, 2024 11:45
@r-tome r-tome requested a review from addisonbeck May 14, 2024 11:45
addisonbeck
addisonbeck previously approved these changes May 15, 2024
Base automatically changed from ac/ac-2302/move-device-approve-deny-into-a-service to main May 20, 2024 10:18
@r-tome r-tome dismissed addisonbeck’s stale review May 20, 2024 10:18

The base branch was changed.

@r-tome r-tome requested a review from addisonbeck May 20, 2024 10:19
@r-tome r-tome merged commit 5dd7224 into main May 24, 2024
62 checks passed
@r-tome r-tome deleted the ac/ac-2328/bulk-getresetpassworddetails branch May 24, 2024 10:20
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.

None yet

3 participants