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

[HOLD for payment 2024-12-11] [$250] mweb - Netsuite - Offline indicator is below the text in Auto-sync page #52626

Closed
1 of 8 tasks
lanitochka17 opened this issue Nov 15, 2024 · 22 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor

Comments

@lanitochka17
Copy link

lanitochka17 commented Nov 15, 2024

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Version Number: 9.0.63-0
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause - Internal Team

Issue found when executing PR #51949

Action Performed:

Precondition:

  • Workspace is connected to NetSuite
  1. Go to staging.new.expensify.com
  2. Go to workspace settings
  3. Go to Accounting
  4. Tap Advanced
  5. Tap Auto-sync
  6. Go offline

Expected Result:

Offline indicator will be at the bottom of the page

Actual Result:

Offline indicator is below the text instead of bottom of the page

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Standalone
  • Android: HybridApp
  • Android: mWeb Chrome
  • iOS: Standalone
  • iOS: HybridApp
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence
Bug6666449_1731683684198.Screen_Recording_20241115_231142_Chrome.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~021857460821129435659
  • Upwork Job ID: 1857460821129435659
  • Last Price Increase: 2024-11-15
  • Automatic offers:
    • rojiphil | Contributor | 104956911
Issue OwnerCurrent Issue Owner: @akinwale
@lanitochka17 lanitochka17 added the DeployBlockerCash This issue or pull request should block deployment label Nov 15, 2024
Copy link

melvin-bot bot commented Nov 15, 2024

Triggered auto assignment to @grgia (DeployBlockerCash), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

Copy link

melvin-bot bot commented Nov 15, 2024

💬 A slack conversation has been started in #expensify-open-source

Copy link
Contributor

👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@Nodebrute
Copy link
Contributor

Nodebrute commented Nov 15, 2024

Proposal

Please re-state the problem that we are trying to solve in this issue.

Offline indicator is below the text in Auto-sync page

What is the root cause of that problem?

We are not adding offlineindicator styles here

<ScreenWrapper
includeSafeAreaPaddingBottom={false}
style={[styles.defaultModalContainer]}
testID={NetSuiteAutoSyncPage.displayName}

What changes do you think we should make in order to solve the problem?

We should add offlineIndicatorStyle={styles.mtAuto} here

<ScreenWrapper
includeSafeAreaPaddingBottom={false}
style={[styles.defaultModalContainer]}
testID={NetSuiteAutoSyncPage.displayName}

Optional: We can also add shouldEnableMaxHeight

What alternative solutions did you explore? (Optional)

@cretadn22
Copy link
Contributor

Proposal

Please re-state the problem that we are trying to solve in this issue.

Offline indicator is below the text in Auto-sync page

What is the root cause of that problem?

The content on the NetSuiteAutoSyncPage doesn't expand to the maximum screen height, causing the offline indicator to appear directly below the content.

What changes do you think we should make in order to solve the problem?

In the NetSuiteAutoSyncPage, we should use the ConnectionLayout wrapper, similar to the SageIntacctAdvancedPage,
XeroAdvancedPage component,... This approach ensures that the content expands to the maximum screen height by using ScrollView. Additionally, it aligns with the PR guidelines.

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.

What alternative solutions did you explore? (Optional)

@twilight2294
Copy link
Contributor

I will fix this as it's coming from my PR, @grgia can you demote this though ? this seems to be a non-blocker thing. c.c. @rojiphil @yuwenmemon

@yuwenmemon
Copy link
Contributor

Yeah doesn't look like a blocker to me.

@yuwenmemon yuwenmemon added Daily KSv2 Hourly KSv2 External Added to denote the issue can be worked on by a contributor and removed Hourly KSv2 DeployBlockerCash This issue or pull request should block deployment labels Nov 15, 2024
@melvin-bot melvin-bot bot changed the title mweb - Netsuite - Offline indicator is below the text in Auto-sync page [$250] mweb - Netsuite - Offline indicator is below the text in Auto-sync page Nov 15, 2024
Copy link

melvin-bot bot commented Nov 15, 2024

Job added to Upwork: https://www.upwork.com/jobs/~021857460821129435659

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Nov 15, 2024
@yuwenmemon yuwenmemon assigned twilight2294 and unassigned akinwale Nov 15, 2024
Copy link

melvin-bot bot commented Nov 15, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @akinwale (External)

@melvin-bot melvin-bot bot removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Nov 15, 2024
Copy link

melvin-bot bot commented Nov 15, 2024

❌ There was an error making the offer to @twilight2294 for the Contributor role. The BZ member will need to manually hire the contributor.

@Nodebrute
Copy link
Contributor

@twilight2294 You are right. Offending pr #51949

@akinwale
Copy link
Contributor

@yuwenmemon Since this is a regression, the C+ who reviewed the initial PR can be assigned here as well, unless they're currently unavailable.

@rojiphil
Copy link
Contributor

Since this is a regression, the C+ who reviewed the initial PR can be assigned here as well, unless they're currently unavailable.

Yeah! That makes sense. @yuwenmemon Please assign me here. Thanks.

@rojiphil
Copy link
Contributor

@twilight2294 When can you raise a PR for this?

@twilight2294
Copy link
Contributor

Working on the fix now

@yuwenmemon yuwenmemon assigned rojiphil and unassigned akinwale Nov 18, 2024
Copy link

melvin-bot bot commented Nov 18, 2024

📣 @rojiphil 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app!

Offer link
Upwork job
Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review 🧑‍💻
Keep in mind: Code of Conduct | Contributing 📖

@yuwenmemon yuwenmemon assigned yuwenmemon and unassigned grgia Nov 18, 2024
@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels Nov 19, 2024
@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Dec 4, 2024
@melvin-bot melvin-bot bot changed the title [$250] mweb - Netsuite - Offline indicator is below the text in Auto-sync page [HOLD for payment 2024-12-11] [$250] mweb - Netsuite - Offline indicator is below the text in Auto-sync page Dec 4, 2024
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Dec 4, 2024
Copy link

melvin-bot bot commented Dec 4, 2024

Reviewing label has been removed, please complete the "BugZero Checklist".

Copy link

melvin-bot bot commented Dec 4, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.70-9 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue:

If no regressions arise, payment will be issued on 2024-12-11. 🎊

For reference, here are some details about the assignees on this issue:

@rojiphil
Copy link
Contributor

rojiphil commented Dec 9, 2024

@yuwenmemon I think we can close this as we can consider this to be part of the implementation here

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Dec 10, 2024
Copy link

melvin-bot bot commented Dec 11, 2024

Issue is ready for payment but no BZ is assigned. @OfstadC you are the lucky winner! Please verify the payment summary looks correct and complete the checklist. Thanks!

@OfstadC
Copy link
Contributor

OfstadC commented Dec 11, 2024

@rojiphil are you indicating payment doesn't need to be issued on this issue?

@rojiphil
Copy link
Contributor

@OfstadC yeah. you can close this out

@OfstadC OfstadC closed this as completed Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor
Projects
None yet
Development

No branches or pull requests

9 participants