Scott Clampet

Results 12 issues of Scott Clampet

# 📲 What As part of our Carthage -> SPM migration we need to migrate Appboy-iOS-SDK (AppboyKit) and its dependency SDWebImage # 🤔 Why Checkout this [Guru Card](https://app.getguru.com/card/TzA8Rpac/-Carthage-to-Swift-Package-Manager-Migration-2022) for more...

draft

# 📲 What As part of our Carthage -> SPM migration we need to migrate PerimeterX # 🤔 Why Checkout this [Guru Card](https://app.getguru.com/card/TzA8Rpac/-Carthage-to-Swift-Package-Manager-Migration-2022) for more details # 🛠 How -...

needs review

this applies to PCP campaigns that backers have already pledged to # 📲 What Updates the pledge button on project pages to say "Back this project" when a campaign has...

post-campaign-pledging

# 📲 What Creates a new StripeIntentService to handle creating Payment and Setup Intents # 🤔 Why This logic is used in crowdfunding, late pledges, and account settings payment method...

# 📲 What Updates the call to CreatePaymentIntent to include the StripeIntentContextType. - We did this somewhat recently for the SetupIntent calls. Same idea here. # 🤔 Why We need...

# 📲 What Creates a new ApplePayCheckoutService to encapsulate late pledge Apple Pay Logic. # 🤔 Why Encapsulating checkout View Model dependencies that are shared across checkout to hopefully make...

tech debt

# 📲 What Adds a new SwiftUI to display estimated shipping cost # 🤔 Why [JIRA TICKET](https://kickstarter.atlassian.net/browse/MBL-1607) # 🛠 How - Adds the new SwiftUI View `EstimatedShippingCheckoutView` to `PostCampaignCheckoutViewController` -...

Pledge Redemption

# 📲 What Waits for the shipping locations to finish loading to show rewards carousel. We don't have loading states for this in the designs, so I'll be bringing this...

Pledge Redemption

# 📲 What Pulls in the latest strings translations and replaces our hard coded strings accordingly. - Also sneaks in a quick change so that the `configureEstimatedShippingView` returns optional Strings...

Pledge Redemption

# 📲 What Instead of making the header text of each section a part of each cell, it'd be better to use actual table view header cells. We currently use...