Make logic in resume-translate-service more robust#3699
Merged
RaymondLuong3 merged 1 commit intomasterfrom Mar 6, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #3699 +/- ##
=======================================
Coverage 81.32% 81.33%
=======================================
Files 620 620
Lines 39031 39037 +6
Branches 6341 6359 +18
=======================================
+ Hits 31743 31749 +6
+ Misses 6318 6304 -14
- Partials 970 984 +14 ☔ View full report in Codecov by Sentry. |
bc3c9ae to
722dbd3
Compare
RaymondLuong3
approved these changes
Mar 6, 2026
Collaborator
RaymondLuong3
left a comment
There was a problem hiding this comment.
@RaymondLuong3 reviewed 4 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on Nateowami).
722dbd3 to
e0819b5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The resume checking service recently had some bugs fixed related to incorrectly assuming the first book in a project's list of books is the first book canonically. The resume translate service had the same bug; it was just never reported as a Jira issue. This PR fixes it.
It also makes a similar fix in
project.component.tsThis change is