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

Refactor tech debt template class design #244

Merged
merged 11 commits into from
Jun 10, 2024

Conversation

hihilary
Copy link
Contributor

@hihilary hihilary commented May 23, 2024

Create a new abstract CommonSyncJobTemplate class, and 2 templates (TrustAdminSyncJobTemplate, PersonDateChangeCaptureSyncJobTemplate) extends it.

To move doDataSync to the common sync template, I also added some extra methods to initialise the ids and update ids, and unified the method signature of collectData, convertData, etc.

TIS21-5812

@hihilary
Copy link
Contributor Author

The SonarCloud code analysis seems to be a little tricky. 😞

@hihilary hihilary marked this pull request as ready for review May 24, 2024 08:13
@hihilary hihilary requested review from a team, JosephKelly, jayanta2018 and CaiWillis and removed request for a team May 24, 2024 08:13
@hihilary hihilary force-pushed the refactor-tech-debt-template-class-design branch from 6fb7288 to e449ca7 Compare May 24, 2024 09:22
@hihilary
Copy link
Contributor Author

hihilary commented May 24, 2024

I did a force push to remove some temporary comment of a commit.
Nothing has changed in this force push.

Copy link

Copy link
Contributor

@jayanta2018 jayanta2018 left a comment

Choose a reason for hiding this comment

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

Looks good to me now

@hihilary hihilary merged commit c706da1 into main Jun 10, 2024
2 checks passed
@hihilary hihilary deleted the refactor-tech-debt-template-class-design branch June 10, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants