Skip to content

Instantly share code, notes, and snippets.

@charuwts
Last active August 11, 2023 17:58
Show Gist options
  • Save charuwts/ef6282bcf09701bc49fe697d472694a3 to your computer and use it in GitHub Desktop.
Save charuwts/ef6282bcf09701bc49fe697d472694a3 to your computer and use it in GitHub Desktop.
CRS

Rails 7 Update Checklist

  • Stripe Payment Gateway
  • Page Export Script
    • Convert "essences" to "ingredients"
    • Include Images
    • Tested in development
    • Export to external backup
  • Page Import Script
    • Tested in development
    • Run on staging
  • Fix Page Styles
  • Fix Email Notifications
  • Membership Signup
    • Adds correct product to cart
    • Creates a membership user
    • Extends Membership if it exists
    • Tested in development
    • Confirmed Tested on staging
  • Product Export Script
    • Include Images
    • Include Digital Downloads
    • Tested in development
    • Export to external backup
  • Product Import Script
    • Tested in development
    • Run on staging
    • Test Product Digitals
  • User Account Page
    • Digital downloads
    • Membership Extensions
    • Tested in development
    • Confirmed Tested on staging
  • Test Email Notifications
    • New Membership
    • Membership Extended
    • Store Order complete
    • New Donation
    • New Recurring Donation
    • Recurring Donation (future payments)
    • Future Leader Form
    • Contact Form
  • User (Member) Export Script
    • Tested in development
    • Export to external backup
  • User (Member) Import Script
    • Tested in development
    • Run on staging

New Features To Do

  • Custom Page Metadata
  • Cleanup odd text in products
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment