woocommerce-ios icon indicating copy to clipboard operation
woocommerce-ios copied to clipboard

Remove `SKUInputScanner` feature flag

Open iamgabrielma opened this issue 2 years ago • 2 comments

  • We may not want to remove this flag for now, as per https://github.com/woocommerce/woocommerce-ios/pull/5695

Created a new feature flag productSKUInputScanner that always returns true, which is used for product SKU input scanner CTA. Since the more complicated inventory scanner (CTA on the Products tab) is still WIP, we want to release two features separately with two feature flags

Description

As part of https://github.com/woocommerce/woocommerce-ios/issues/7605 (removing feature-flag-related code that has been in production for a while) this PR removes the .productSKUInputScanner feature flag, as well as logic that relies on it.

iamgabrielma avatar Sep 12 '22 08:09 iamgabrielma

Warnings
:warning: PR is missing at least one label.

Generated by :no_entry_sign: dangerJS

peril-woocommerce[bot] avatar Sep 12 '22 08:09 peril-woocommerce[bot]

You can test the changes from this Pull Request by:

  • Clicking here or scanning the QR code below to access App Center
  • Then installing the build number pr7705-54c06ed on your iPhone
If you need access to App Center, please ask a maintainer to add you.

wpmobilebot avatar Sep 12 '22 08:09 wpmobilebot

Resolved as part of the SKU Scanner implementation

iamgabrielma avatar Jun 15 '23 03:06 iamgabrielma