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 - Switch to Expensify Classic is under Account instead of General #38354

Closed
1 of 6 tasks
lanitochka17 opened this issue Mar 14, 2024 · 6 comments
Closed
1 of 6 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2

Comments

@lanitochka17
Copy link

lanitochka17 commented Mar 14, 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.52-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:

Issue found when executing PR #37421

Action Performed:

  1. NewDot: Login to Account (Web/mWeb/Desktop)
  2. Click on 'Profile' at the bottom (user's avatar)

Expected Result:

'Switch to Expensify Classic' option is under General section

Actual Result:

'Switch to Expensify Classic' option is under Account section

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

Bug6414075_1710446632210!Screen_Shot_2024-03-14_at_9 31 29_PM

View all open jobs on GitHub

@lanitochka17 lanitochka17 added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Mar 14, 2024
Copy link

melvin-bot bot commented Mar 14, 2024

Triggered auto assignment to @zanyrenney (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

@lanitochka17
Copy link
Author

@zanyrenney 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

@lanitochka17
Copy link
Author

We think that this bug might be related to #wave-collect - Release 1
CC @trjExpensify

@allgandalf
Copy link
Contributor

Proposal

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

Switch to Expensify Classic is under Account instead of General

What is the root cause of that problem?

We have kept Switch to Expensify under Accounts section:

const defaultMenu: Menu = {
sectionStyle: styles.accountSettingsSectionContainer,
sectionTranslationKey: 'initialSettingsPage.account',
items: [
{
translationKey: 'exitSurvey.goToExpensifyClassic',
icon: Expensicons.ExpensifyLogoNew,
routeName: ROUTES.SETTINGS_EXIT_SURVEY_REASON,
},

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

Move it to General section over here:

const defaultMenu: Menu = {
sectionStyle: {
...styles.pt4,
},
sectionTranslationKey: 'initialSettingsPage.general',
items: [

What alternative solutions did you explore? (Optional)

N/A

@Krishna2323
Copy link
Contributor

Proposal

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

Profile - Switch to Expensify Classic is under Account instead of General

What is the root cause of that problem?

The option is in the accountMenuItemsData array.

items: [
{
translationKey: 'exitSurvey.goToExpensifyClassic',
icon: Expensicons.ExpensifyLogoNew,
routeName: ROUTES.SETTINGS_EXIT_SURVEY_REASON,
},

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

Move here:

const generalMenuItemsData: Menu = useMemo(() => {

Result

@trjExpensify
Copy link
Contributor

This is intentional now as part of HybridApp plans, so it's easier for people to find how to switch back. Going to close this out. CC: @AndrewGable @JmillsExpensify for vis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2
Projects
None yet
Development

No branches or pull requests

5 participants