Skip to content

Conversation

@kkartunov
Copy link
Collaborator

@kkartunov kkartunov commented Feb 16, 2023

  • implments short URLs support via completionUuid for the hirinmg manager page
  • adds new hook to codebase for using enrollemnts data


export interface TCACertificationEnrollmentProviderData {
enrollment: TCACertificationProgress | undefined
enrollment: TCACertificationEnrollmentBase | TCACertificationProgress | undefined
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@vas3a please take a look at this.
The progress provider you wrote recently needs to be updatated to extend TCACertificationEnrollmentBase in tca-certification-progress.model.ts. It is misleading to call the progress - enrollment.

useTCACertificationEnrollment hook uses that interface thus I added the OR here but we need to remove TCACertificationProgress as there are some lint errors. Not breaking, just FYI.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Hey @kkartunov ! TCACertificationEnrollmentProviderData is not used anymore. I need to remove it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Okay, we good now. You can do so in some of your next PRs and clean up, thanks for checking.

@kkartunov kkartunov merged commit a0bad7d into dev Feb 16, 2023
@kkartunov kkartunov deleted the TCA-955-updates branch February 21, 2023 14:39
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.

4 participants