[PR #815] [MERGED] Feat/coupons #922

Closed
opened 2026-03-03 00:23:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/815
Author: @ButteryCrumpet
Created: 3/1/2021
Status: Merged
Merged: 3/2/2021
Merged by: @ButteryCrumpet

Base: masterHead: feat/coupons


📝 Commits (5)

  • 6fca5e4 update API definitions
  • bc7bbc0 add redeem promotion code form
  • 40da48b add promotion code to subscribe flow
  • 4c134f8 clearer names
  • fe3700d generate and display promo code after migration

📊 Changes

6 files changed (+310 additions, -177 deletions)

View changed files

📝 src/cloud/api/teams/subscription/index.ts (+34 -3)
📝 src/cloud/components/molecules/SubscriptionForm/UpdateBillingEmailForm.tsx (+2 -2)
📝 src/cloud/components/molecules/SubscriptionForm/index.tsx (+17 -2)
📝 src/cloud/components/organisms/settings/SubscriptionTab.tsx (+207 -146)
📝 src/components/PreferencesModal/MigrationTab.tsx (+33 -19)
📝 src/lib/migrate.ts (+17 -5)

📄 Description

Coupons

  • Update cloud API definitions
  • Get promo code
  • Display code after migration

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/815 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 3/1/2021 **Status:** ✅ Merged **Merged:** 3/2/2021 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `feat/coupons` --- ### 📝 Commits (5) - [`6fca5e4`](https://github.com/BoostIO/BoostNote-App/commit/6fca5e465b4aa30fde54aa6689896860126a7a59) update API definitions - [`bc7bbc0`](https://github.com/BoostIO/BoostNote-App/commit/bc7bbc0d89eba7c5739d5a141ede7bee873b3286) add redeem promotion code form - [`40da48b`](https://github.com/BoostIO/BoostNote-App/commit/40da48b5c7d490e52e2193bce1c0033f4f255211) add promotion code to subscribe flow - [`4c134f8`](https://github.com/BoostIO/BoostNote-App/commit/4c134f84f5f1924332cd63c991eae4c7afef7ba5) clearer names - [`fe3700d`](https://github.com/BoostIO/BoostNote-App/commit/fe3700d46734e138cbdacabfc842f33181b2983b) generate and display promo code after migration ### 📊 Changes **6 files changed** (+310 additions, -177 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/teams/subscription/index.ts` (+34 -3) 📝 `src/cloud/components/molecules/SubscriptionForm/UpdateBillingEmailForm.tsx` (+2 -2) 📝 `src/cloud/components/molecules/SubscriptionForm/index.tsx` (+17 -2) 📝 `src/cloud/components/organisms/settings/SubscriptionTab.tsx` (+207 -146) 📝 `src/components/PreferencesModal/MigrationTab.tsx` (+33 -19) 📝 `src/lib/migrate.ts` (+17 -5) </details> ### 📄 Description ## Coupons - Update cloud API definitions - Get promo code - Display code after migration --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#922
No description provided.