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

OGD invite user flow #1239

Open
wants to merge 273 commits into
base: master
Choose a base branch
from

Conversation

shaed-parkar
Copy link
Contributor

@shaed-parkar shaed-parkar commented Jan 16, 2024

Jira link (if applicable)

New OGD Invite User Flow
New OGD Edit User flow
Search filter for Users page

Change description

  • New OGD invite flow, hidden behind a feature toggle
  • New OGD edit flow, hidden behind a feature toggle
  • Search filter on the users pages added

codaimaster and others added 30 commits September 6, 2023 16:49
EMUI-803: chart 2.4.18 is deprecated, upgraded to at least 3.0.0
Copy link
Contributor

@andywilkinshmcts andywilkinshmcts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of small changes to make

let jurisdiction of jurisdictions.controls;
let i = index
">
<!-- The jurisdiction name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess if it's commented out it can go

@@ -70,6 +109,9 @@ export class UserDetailsComponent implements OnInit, OnDestroy {
}

public ngOnDestroy(): void {
this.onDestory$.next();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix typo in "onDestroy$"
Probably not a functional issue, but it's bound to trip someone up in future

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed spelling for 'onDestroy' in commit:
58d56cf

@@ -72,7 +97,10 @@ export class UserRolesUtil {
* @param response - the response object from PRD.
*/
public static doesRoleDeletionExist(response) {
return response.roleDeletionResponse && AppUtils.propsExist(response, ['roleDeletionResponse']);
return (
response.roleDeletionResponse &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really mind if you don't revert it - I was just concerned that there are some strict whitespace rules in our tslint profile


private onDestory$ = new Subject<void>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in "Destory".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed spelling for 'onDestroy' in commit:
58d56cf

@hmcts-jenkins-j-to-z hmcts-jenkins-j-to-z bot requested a deployment to preview March 27, 2024 12:29 Abandoned
@hmcts-jenkins-j-to-z hmcts-jenkins-j-to-z bot requested a deployment to preview March 27, 2024 12:32 Abandoned
* update ogd guard to support refresh on new manage page

* fix no changes on manage user page showing error page

* resolve broken unit test

* GA-101-Invite_UserFlow

* mock update for retrive access types

* Update yarn audit

* test pipeline

* Readd accessType call

* Check pipeline

* up puppeteer

* update yarn lock

* add refresh call to OGD endpoints

* GA-125

GA-125 and GA-76

* Fix integration tests

* GA-44

* yarn audit

* Refactor UsersEffects to conditionally load data based on feature flag

---------

Co-authored-by: Josh <[email protected]>
Co-authored-by: Josh-HMCTS <[email protected]>
Co-authored-by: poojithanag <[email protected]>
Co-authored-by: sreekanthpuligadda <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet