[NoQA] Add HR and Gusto foundation#87689
[NoQA] Add HR and Gusto foundation#87689ShridharGoel wants to merge 6 commits intoExpensify:mainfrom
Conversation
|
Hey, I noticed you changed If you want to automatically generate translations for other locales, an Expensify employee will have to:
Alternatively, if you are an external contributor, you can run the translation script locally with your own OpenAI API key. To learn more, try running: npx ts-node ./scripts/generateTranslations.ts --helpTypically, you'd want to translate only what you changed by running |
Codecov Report❌ Looks like you've decreased code coverage for some files. Please write tests to increase, or at least maintain, the existing level of code coverage. See our documentation here for how to interpret this table.
|
|
@claude review |
|
@shubham1206agra Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
src/CONST/index.ts
Outdated
| get ACCOUNTING_CONNECTION_NAMES() { | ||
| return [this.NAME.QBO, this.NAME.QBD, this.NAME.XERO, this.NAME.NETSUITE, this.NAME.SAGE_INTACCT, this.NAME.CERTINIA] as const; | ||
| }, | ||
| get HR_CONNECTION_NAMES() { | ||
| return [this.NAME.GUSTO] as const; | ||
| }, |
There was a problem hiding this comment.
@ShridharGoel Can you extract this part in a separate PR? It will be easier to review in parts.
There was a problem hiding this comment.
Actually the commits are organised, does reviewing each commit one-by-one help? Else I can move it to a new PR but wanted to check first.
|
Updated |
Explanation of Change
Adds the foundation for HR and Gusto. This includes shared constants, policy/API types, routes, navigation/linking entries, optimistic HR enable action, HR page open action, Gusto sync result types, and HR connection grouping.
Fixed Issues
$ #87007
PROPOSAL: N/A
Tests
Offline tests
QA Steps
Same as tests.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari