Skip to content

Add QAB for Create report flow #59167

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

Merged

Conversation

SzymczakJ
Copy link
Contributor

@SzymczakJ SzymczakJ commented Mar 26, 2025

Explanation of Change

Fixed Issues

$ #57657
PROPOSAL:

Tests

To test you need to have tableReportView beta enabled and a paid workspace with chat enabled.

  1. Create report with "Create Report" FAB menu.
  2. Make sure that after that a Quick action appears in FAB and it's Create Report action with the name of workspace in subtitle.
Screenshot 2025-03-27 at 14 45 23 3. Make sure that clicking on quick action is creating another report just like Create Report FAB button was doing. Prerequisite: have multiple paid workspaces with chat enabled and the default workspace is not a paid workspace with chat enabled(so that you are redirected to workspace selection) 4. Create report with a chosen workspace. 5. Use Quick action and make sure the report is created with the workspace you selected in the previous step. Prerequisite: have a default workspace that has a is past payment period and you cannot request money with it. 6. Create report with "Create Report" FAB menu.(this is not yet restricted since it's behind BETA, we will restrict it later) 7. Make sure that the create report action is restricted. 8. Test all other quick actions to make sure nothing got broken.

Offline tests

QA Steps

// TODO: These must be filled out, or the issue title must include "[No QA]."

Same as tests

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I used JaimeGPT to get English > Spanish translation. I then posted it in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • I added unit tests for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

Android: Native
Screen.Recording.2025-03-27.at.15.43.28.mov
Android: mWeb Chrome Screenshot 2025-03-27 at 15 44 35
iOS: Native
Screen.Recording.2025-03-27.at.15.32.24.mov
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2025-03-27.at.15.18.48.mov
MacOS: Desktop Screenshot 2025-03-27 at 15 21 05

@SzymczakJ SzymczakJ changed the title [WIP] Add QAB for Create report flow Add QAB for Create report flow Mar 27, 2025
case CONST.QUICK_ACTIONS.TRACK_MANUAL:
case CONST.QUICK_ACTIONS.TRACK_SCAN:
case CONST.QUICK_ACTIONS.TRACK_DISTANCE:
selectOption(() => startMoneyRequest(CONST.IOU.TYPE.TRACK, reportID, requestType, true), false);
return;
case CONST.QUICK_ACTIONS.CREATE_REPORT:
selectOption(() => createNewReport(currentUserPersonalDetails, policyID), true);
break;
Copy link
Contributor

Choose a reason for hiding this comment

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

It can be changed to 'return' here to maintain consistency.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's a linter rule prohibiting it for some reason :(. But I will change everything to break, so that it's consistent.

Copy link
Contributor

Choose a reason for hiding this comment

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

works!, but what's the issue that it throws?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screenshot 2025-03-28 at 10 39 41

{optimisticData, successData, failureData},
);
Navigation.navigate(ROUTES.SEARCH_MONEY_REQUEST_REPORT.getRoute({reportID: optimisticReportID, backTo: Navigation.getActiveRoute()}), {forceReplace: shouldForceReplaceScreen});
Copy link
Contributor

Choose a reason for hiding this comment

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

Good idea to move it here 😊

Copy link
Contributor

Choose a reason for hiding this comment

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

I feel that we should do it in the page rather than here, it's mostly what we have been following in the application NAB though, @mountiny thoughts ?

Copy link
Contributor

Choose a reason for hiding this comment

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

this is mainly because we later add conditional navigation to the routes, it's better to do it in the page than passing a new prop altogether

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was reluctant to add Navigation import to QuickActionNavigation.ts but after all, that doesn't seem so bad. I'll do it the way you suggest.

@SzymczakJ SzymczakJ marked this pull request as ready for review March 27, 2025 15:11
@SzymczakJ SzymczakJ requested a review from a team as a code owner March 27, 2025 15:11
@melvin-bot melvin-bot bot requested review from thesahindia and removed request for a team March 27, 2025 15:11
Copy link

melvin-bot bot commented Mar 27, 2025

@thesahindia 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]

@mountiny mountiny removed the request for review from thesahindia March 27, 2025 17:12
@mountiny
Copy link
Contributor

@thesahindia this is handled as part of the project

@mountiny mountiny requested a review from allgandalf March 27, 2025 17:13
Copy link
Contributor

🚧 @mountiny has triggered a test app build. You can view the workflow run here.

@@ -2528,6 +2528,15 @@ function buildNewReportOptimisticData(policy: OnyxEntry<Policy>, reportID: strin
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${parentReport?.reportID}`,
value: {[reportActionID]: optimisticReportPreview},
},
{
onyxMethod: Onyx.METHOD.SET,
Copy link
Contributor

Choose a reason for hiding this comment

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

why do we use SET in all of these, I think we should just use Merge

Copy link
Contributor

Choose a reason for hiding this comment

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

@allgandalf can you think of a reason to use Set for these instead of Merge?

Copy link
Contributor

Choose a reason for hiding this comment

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

I found some comments from the previous implementation:

App/src/libs/actions/Report.ts

Lines 1012 to 1013 in 92a5a89

// Change the method to set for new reports because it doesn't exist yet, is faster,
// and we need the data to be available when we navigate to the chat page

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

It says:

  • Use set() when you need to delete an Onyx key completely from storage
  • Use set() when you need to completely reset an object or array of data

I say merge should be better here no than set, lets see what the authors thought process was

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Every onyx data update(there's about 18 of them) of ONYXKEYS.NVP_QUICK_ACTION_GLOBAL_CREATE is a SET, for sake of consistence I also used SET.
That might be a good explanation, why we always use SET:

Use set() when you need to completely reset an object or array of data

new Quick Action is something different, that the old one and no stale data should be left, so using SET seems reasonable to me.

Copy link
Contributor

Choose a reason for hiding this comment

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

Right, but at the same time we only use the same keys so nothing stale would be left behind. NAB

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please add a test for the expected onyx data when the createReport action is executed? same when it fails

Copy link
Contributor

Choose a reason for hiding this comment

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

Automated tests are the new normal 😌

policyID: string | undefined,
selectOption: (onSelected: () => void, shouldRestrictAction: boolean) => void,
) {
const quickActionReportID = `${quickAction?.chatReportID ?? CONST.DEFAULT_NUMBER_ID}`;
Copy link
Contributor

Choose a reason for hiding this comment

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

If report ID is not present we pass it as undefined, so that the onyx gets the correct value, please update this one, let the undefined value be passed and deal with it whereever type check throws error

Copy link
Contributor

🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪

Android 🤖 iOS 🍎
❌ FAILED ❌ ❌ FAILED ❌
The QR code can't be generated, because the Android build failed The QR code can't be generated, because the iOS build failed
Android Hybrid 🤖🔄 iOS Hybrid 🍎🔄
N/A N/A
N/A N/A
Desktop 💻 Web 🕸️
https://ad-hoc-expensify-cash.s3.amazonaws.com/desktop/59167/NewExpensify.dmg https://59167.pr-testing.expensify.com
Desktop Web

👀 View the workflow run that generated this build 👀

@SzymczakJ
Copy link
Contributor Author

Fixed comments and added test cases, all yours @allgandalf!

@allgandalf
Copy link
Contributor

allgandalf commented Mar 28, 2025

Reviewer Checklist

  • I have verified the author checklist is complete (all boxes are checked off).
  • I verified the correct issue is linked in the ### Fixed Issues section above
  • I verified testing steps are clear and they cover the changes made in this PR
    • I verified the steps for local testing are in the Tests section
    • I verified the steps for Staging and/or Production testing are in the QA steps section
    • I verified the steps cover any possible failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
  • I checked that screenshots or videos are included for tests on all platforms
  • I included screenshots or videos for tests on all platforms
  • I verified that the composer does not automatically focus or open the keyboard on mobile unless explicitly intended. This includes checking that returning the app from the background does not unexpectedly open the keyboard.
  • I verified tests pass on all platforms & I tested again on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
  • I verified proper code patterns were followed (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick).
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I verified that this PR follows the guidelines as stated in the Review Guidelines
  • I verified other components that can be impacted by these changes have been tested, and I retested again (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar have been tested & I retested again)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • If a new component is created I verified that:
    • A similar component doesn't exist in the codebase
    • All props are defined accurately and each prop has a /** comment above it */
    • The file is named correctly
    • The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
    • The only data being stored in the state is data necessary for rendering and nothing else
    • For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
    • Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
    • All JSX used for rendering exists in the render method
    • The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • For any bug fix or new feature in this PR, I verified that sufficient unit tests are included to prevent regressions in this flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
  • I have checked off every checkbox in the PR reviewer checklist, including those that don't apply to this PR.

Screenshots/Videos

Android: Native
Screen.Recording.2025-03-28.at.5.55.46.PM.mov
Android: mWeb Chrome
Screen.Recording.2025-03-28.at.5.55.02.PM.mov
iOS: Native
Screen.Recording.2025-03-28.at.5.57.27.PM.mov
iOS: mWeb Safari
Screen.Recording.2025-03-28.at.5.58.17.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2025-03-28.at.5.48.57.PM.mov
MacOS: Desktop
Screen.Recording.2025-03-28.at.5.52.07.PM.mov

@@ -2528,6 +2528,15 @@ function buildNewReportOptimisticData(policy: OnyxEntry<Policy>, reportID: strin
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${parentReport?.reportID}`,
value: {[reportActionID]: optimisticReportPreview},
},
{
onyxMethod: Onyx.METHOD.SET,
Copy link
Contributor

Choose a reason for hiding this comment

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

Right, but at the same time we only use the same keys so nothing stale would be left behind. NAB

navigateToQuickAction(true, {action: CONST.QUICK_ACTIONS.ASSIGN_TASK, targetAccountID: 123}, {accountID: 1234}, undefined, (onSelected: () => void) => {
onSelected();
});
expect(startOutCreateTaskQuickAction).toHaveBeenCalled();
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should add a test where we ensure the QAB data was correctly set in onyx

Copy link
Contributor

Choose a reason for hiding this comment

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

agree ^, but not blocking my review for this

@allgandalf
Copy link
Contributor

allgandalf commented Mar 28, 2025

Why does the header change ? Can't we set it optimistically ?

Screen.Recording.2025-03-28.at.5.45.00.PM.mov

@SzymczakJ
Copy link
Contributor Author

It's getting fixed in empty state PR.

Copy link
Contributor

@allgandalf allgandalf left a comment

Choose a reason for hiding this comment

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

Test LGTM!

@melvin-bot melvin-bot bot requested a review from mountiny March 28, 2025 15:03
Onyx.disconnect(connection);

// Then the quickAction.action should be set to CREATE_REPORT
expect(quickAction?.action).toBe(CONST.QUICK_ACTIONS.CREATE_REPORT);
Copy link
Contributor

Choose a reason for hiding this comment

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

For future pr could you also assert the report id

@mountiny mountiny merged commit 6c53307 into Expensify:main Mar 28, 2025
17 checks passed
@OSBotify
Copy link
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

Copy link
Contributor

🚀 Deployed to staging by https://github.com/mountiny in version: 9.1.21-0 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

@izarutskaya
Copy link

@SzymczakJ How we can enable it?

To test you need to have tableReportView beta enabled and a paid workspace with chat enabled.

@mountiny
Copy link
Contributor

@izarutskaya all your applause test emails on the domain have the beta enabled already

@izarutskaya
Copy link

@mountiny What means this precondition, could you please explain this? Thank you

Prerequisite: have a default workspace that has a is past payment period and you cannot request money with it.

@mountiny
Copy link
Contributor

@izarutskaya I think that means you had free trial on a workspace, did not put billing card on it and the trial expired so you cannot create new billable actions

@izarutskaya
Copy link

@mountiny I think we can't check this PR as applause account don' have free trial. We can see this only on gmail, but it's not in beta. Gmail accounts are restricted once the trial has expired, not Expensifail accounts. Let me know please if I something missed.

@mountiny
Copy link
Contributor

mountiny commented Apr 1, 2025

All good, we will test it in the full walkthrough before releasing the feature

@SzymczakJ
Copy link
Contributor Author

Sorry, for not responding earlier, @mountiny explained that correctly.

Copy link
Contributor

github-actions bot commented Apr 1, 2025

🚀 Deployed to production by https://github.com/grgia in version: 9.1.21-3 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 failure ❌
🍎 iOS 🍎 success ✅

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.

6 participants