Gabriel Maldonado

Results 104 issues of Gabriel Maldonado

Follow-up from https://github.com/woocommerce/woocommerce-ios/pull/13670#discussion_r1724646148 > I think we'd have problems if there was no tabBarController, but strictly there's no reason that this should prevent us from disabling the in app notifications...

type: task
feature: POS

Part of https://github.com/woocommerce/woocommerce-ios/issues/13277 ``` Payment Success card_present_collect_payment_success Payment Flow Error: card_present_collect_payment_failed (error_type: string) ```

type: task
category: tracks
feature: POS

Part of https://github.com/woocommerce/woocommerce-ios/issues/13277 ``` Order Creation Error: order_creation_failed (error_type: string) ```

type: task
category: tracks
feature: POS

Since we've abstracted Analytics to a protocol in preparation for M1, we can inject the abstraction through the entry point and then specialize it as needed for our case: ```diff...

type: task
feature: POS

From the refactor on https://github.com/woocommerce/woocommerce-ios/pull/13211#discussion_r1661382406 we can now test the expected functionality of this bit. A starter list can be found in `TotalsViewModelTests`: ``` func test_isSyncingOrder() {} func test_startSyncOrder() {}...

type: task
feature: POS

As follow-up from https://github.com/woocommerce/woocommerce-ios/pull/13532/files#r1710626891 now that the `ItemListState` cases for `.empty` and `.error` are rendered in the dashboard, and not within the Item List view component, we could move these...

type: enhancement
feature: POS

This is a follow-up from https://github.com/woocommerce/woocommerce-ios/pull/13361 Ref: https://github.com/woocommerce/woocommerce-ios/pull/13361#discussion_r1682265685 > My suggestion was to move such checks to VM ( PointOfSaleDashboardViewModel), so it would be viewModel.isCartShown Ref: https://github.com/woocommerce/woocommerce-ios/pull/13361#discussion_r1682272374 > isEmptyOrError likely...

type: task
feature: POS

Closes: #14097 Ref: pe5pgL-5G4-p2#comment-4599 This PR updates the how coupons are displayed during Order creation. Since we do not have a design proposal here, we just went along copying and...

type: enhancement
type: task
feature: coupons

Ref: pe5pgL-5G4-p2#comment-4599 Related: https://github.com/woocommerce/woocommerce-ios/issues/13861 Android: https://github.com/woocommerce/woocommerce-android/pull/12737 Now: Intended:

type: task

If we add spaces to the currency separators under WooCommerce > Settings > General, these additional spaces can be seen in the placeholder amount when creating a custom amount to...

type: bug
priority: low
feature: simple payments