woocommerce / woocommerce-android

WooCommerce Android app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
276 stars 135 forks source link

Logic for improving seed prompt #11862

Closed JorgeMucientes closed 2 months ago

JorgeMucientes commented 3 months ago

image

  1. Update suggestion message based on the length of the prompt
  2. Progress bar with color

Logic as follows:

       case 0:
            status = .start
        case 1...10:
            status = .inProgress
        case 11...19:
            status = .halfway
        case 20...30:
            status = .almostDone
        default:
            status = .completed

Internal - p1719205329811609-slack-C03L1NF1EA3

dangermattic commented 3 months ago

Thanks for reporting! 👍