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-01-04] [$125] Web - Emoji - Flag emoji category is missing #33593

Closed
1 of 6 tasks
kbecciv opened this issue Dec 26, 2023 · 30 comments
Closed
1 of 6 tasks
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor

Comments

@kbecciv
Copy link

kbecciv commented Dec 26, 2023

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: v1.4.17-1
Reproducible in staging?: y
Reproducible in production?: n
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:

Action Performed:

  1. Go to any chat.
  2. Open emoji picker.

Expected Result:

Flag emoji category is present.

Actual Result:

Flag emoji category is missing. It is present on production.

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

image

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01c0b56adc8fc28c3f
  • Upwork Job ID: 1739657472856895488
  • Last Price Increase: 2023-12-26
  • Automatic offers:
    • aimane-chnaif | Reviewer | 28070186
    • mkhutornyi | Contributor | 28070187
Issue OwnerCurrent Issue Owner: @JmillsExpensify
@kbecciv kbecciv added DeployBlockerCash This issue or pull request should block deployment Daily KSv2 labels Dec 26, 2023
@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Dec 26, 2023
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.

Copy link

melvin-bot bot commented Dec 26, 2023

Triggered auto assignment to @iwiznia (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.

@mkhutornyi
Copy link
Contributor

mkhutornyi commented Dec 26, 2023

Proposal

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

Web - Emoji - Flag emoji category is missing

What is the root cause of that problem?

#32396 was reverted in #31479

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

Add back changes in #32396
So just remove windows code here:

// On windows, flag emojis are not supported
const emojisForOperatingSystem =
getOperatingSystem() === CONST.OS.WINDOWS
? emojis.slice(
0,
emojis.findIndex((emoji) => {
if (!('header' in emoji)) {
return;
}
return emoji.header && emoji.code === 'flags';
}),
)
: emojis;

@mountiny mountiny assigned mountiny and unassigned iwiznia Dec 26, 2023
@mountiny mountiny added Daily KSv2 and removed DeployBlockerCash This issue or pull request should block deployment Hourly KSv2 labels Dec 26, 2023
@mountiny
Copy link
Contributor

This is not a blocker and caused by two changes at the same time @TMisiukiewicz will handle this as a follow up to their PR, left a comment here https://github.com/Expensify/App/pull/31479/files#r1436483172

@mountiny mountiny added Weekly KSv2 and removed Daily KSv2 labels Dec 26, 2023
@mountiny
Copy link
Contributor

Or given @TMisiukiewicz will be out til new year and given the change should be simple @mkhutornyi are you up for making this PR for $125?

@mkhutornyi
Copy link
Contributor

sure

@mountiny mountiny added the External Added to denote the issue can be worked on by a contributor label Dec 26, 2023
@melvin-bot melvin-bot bot changed the title Web - Emoji - Flag emoji category is missing [$500] Web - Emoji - Flag emoji category is missing Dec 26, 2023
Copy link

melvin-bot bot commented Dec 26, 2023

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

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Dec 26, 2023
@mountiny mountiny added the Bug Something is broken. Auto assigns a BugZero manager. label Dec 26, 2023
Copy link

melvin-bot bot commented Dec 26, 2023

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

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Dec 26, 2023
@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 Weekly KSv2 labels Dec 26, 2023
@mountiny mountiny changed the title [$125] Web - Emoji - Flag emoji category is missing [CP Staging] [$125] Web - Emoji - Flag emoji category is missing Dec 26, 2023
Copy link

melvin-bot bot commented Dec 26, 2023

⚠️ Looks like this issue was linked to a Deploy Blocker here

If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results.

If a regression has occurred and you are the assigned CM follow the instructions here.

If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future.

@mountiny mountiny changed the title [CP Staging] [$125] Web - Emoji - Flag emoji category is missing [$125] Web - Emoji - Flag emoji category is missing Dec 26, 2023
@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 28, 2023
@melvin-bot melvin-bot bot changed the title [$125] Web - Emoji - Flag emoji category is missing [HOLD for payment 2024-01-04] [$125] Web - Emoji - Flag emoji category is missing Dec 28, 2023
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Dec 28, 2023
Copy link

melvin-bot bot commented Dec 28, 2023

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

Copy link

melvin-bot bot commented Dec 28, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.18-8 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-01-04. 🎊

After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

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

Copy link

melvin-bot bot commented Dec 28, 2023

BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:

  • [@mountiny] The PR that introduced the bug has been identified. Link to the PR:
  • [@mountiny] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@mountiny] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@mkhutornyi] Determine if we should create a regression test for this bug.
  • [@mkhutornyi] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@JmillsExpensify] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@melvin-bot melvin-bot bot added Daily KSv2 Overdue and removed Weekly KSv2 labels Jan 4, 2024
Copy link

melvin-bot bot commented Jan 9, 2024

@JmillsExpensify, @mountiny, @mkhutornyi Huh... This is 4 days overdue. Who can take care of this?

@mountiny
Copy link
Contributor

this issue stemmed from incorrectly resolved conflicts and th author of the PR has already been notified, I think that is enough as far as the checklist goes here

Payment here is $125 to @mkhutornyi

@mountiny
Copy link
Contributor

No regression test required for this either I think

Copy link

melvin-bot bot commented Jan 11, 2024

@JmillsExpensify, @mountiny, @mkhutornyi Still overdue 6 days?! Let's take care of this!

Copy link

melvin-bot bot commented Jan 15, 2024

@JmillsExpensify, @mountiny, @mkhutornyi 10 days overdue. I'm getting more depressed than Marvin.

Copy link

melvin-bot bot commented Jan 17, 2024

@JmillsExpensify, @mountiny, @mkhutornyi 12 days overdue now... This issue's end is nigh!

@mkhutornyi
Copy link
Contributor

waiting for payment

@JmillsExpensify
Copy link

Payment made based on this summary!

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 Bug Something is broken. Auto assigns a BugZero manager. 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

7 participants