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

Profile - 2 options instead of 4 to pick in Troubleshoot > New search page #43051

Closed
5 of 6 tasks
lanitochka17 opened this issue Jun 4, 2024 · 6 comments
Closed
5 of 6 tasks
Assignees
Labels
DeployBlocker Indicates it should block deploying the API DeployBlockerCash This issue or pull request should block deployment Engineering Hourly KSv2

Comments

@lanitochka17
Copy link

lanitochka17 commented Jun 4, 2024

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Version Number: 1.4.79-3
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - internal Team

Issue found when executing PR #42184

Action Performed:

  1. Go to Search Page, Profile > Troubleshoot > New search page

Expected Result:

There should be 4 options to pick

Actual Result:

There are 2 options to pick instead of 4. (Drafts and Finished are missing)

Workaround:

Unknown

Platforms:

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

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence

Recording.1871.mp4

Bug6501851_1717522667059!screenshot_02

View all open jobs on GitHub

@lanitochka17 lanitochka17 added DeployBlockerCash This issue or pull request should block deployment DeployBlocker Indicates it should block deploying the API labels Jun 4, 2024
Copy link

melvin-bot bot commented Jun 4, 2024

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

Copy link
Contributor

github-actions bot commented Jun 4, 2024

👋 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.

@lanitochka17
Copy link
Author

@stitesExpensify FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors

@Nodebrute
Copy link
Contributor

Proposal

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

2 options instead of 4 to pick in New search page

What is the root cause of that problem?

We are not adding drafts and finshed items here

const filterItems: SearchMenuFilterItem[] = [

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

We can add it like this here

    {
            title: translate('common.drafts'),
            query: CONST.TAB_SEARCH.DRAFTS,
            icon: Expensicons.Pencil,
            route: ROUTES.SEARCH.getRoute(CONST.TAB_SEARCH.DRAFTS),
        },
        {
            title: translate('common.finished'),
            query: CONST.TAB_SEARCH.FINISHED,
            icon: Expensicons.CheckCircle,
            route: ROUTES.SEARCH.getRoute(CONST.TAB_SEARCH.FINISHED),
        },

What alternative solutions did you explore? (Optional)

@Nodebrute
Copy link
Contributor

@stitesExpensify Actually, we have temporarily disabled these options in this PR #43016

@neil-marcellini
Copy link
Contributor

Thanks @Nodebrute, sounds like a non-issue so I'm closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DeployBlocker Indicates it should block deploying the API DeployBlockerCash This issue or pull request should block deployment Engineering Hourly KSv2
Projects
None yet
Development

No branches or pull requests

4 participants