-
Notifications
You must be signed in to change notification settings - Fork 2
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
CFODEV-506: CATS-DMS Integration (candidate search) #25
Conversation
This reverts commit f0020ab.
cats.sln
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well remembered. I always forget this bit!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be improved by using automapper to switch between commands and DTOs
@@ -32,35 +34,82 @@ | |||
} | |||
}; | |||
|
|||
if (SearchResults is { Length: 0 }) | |||
if (SearchReturnedNoCandidates()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Loving the clean code approach. ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve these changes. With modifications.
@samgibsonmoj can you confirm you are ok with my changes before I merge?
Thanks for the review @carlsixsmith-moj. I'm happy with the changes you've made. I've made one more tiny amend to clean-up a couple of files. |
No description provided.