Skip to content

feat(subscription): add subscription plans page - #1217

Open
mienpham04 wants to merge 1 commit into
Greenstand:masterfrom
mienpham04:subcription-plan
Open

feat(subscription): add subscription plans page#1217
mienpham04 wants to merge 1 commit into
Greenstand:masterfrom
mienpham04:subcription-plan

Conversation

@mienpham04

@mienpham04 mienpham04 commented Jun 19, 2026

Copy link
Copy Markdown

Description

Add a Subscription Plans view displaying the Starter plan, register its route in Routers, and add a Subscription entry to the app navigation.

Issue(s) addressed

What kind of change(s) does this PR introduce?

  • [ ✅] Enhancement
  • Bug fix
  • Refactor

Please check if the PR fulfils these requirements

  • [✅] The commit message follows our guidelines
  • [✅] Tests for the changes have been added (for bug fixes / features)
  • [✅] Docs have been added / updated (for bug fixes / features)

Issue

What is the current behavior?
There is no Subscription Plan details

What is the new behavior?
New Subscription Plan tab in Menu with Starter Plan details:
Scenario: Select the Starter subscription plan
Given I am on the organization onboarding page
When I select the Starter plan
Then I should see that the plan is free
And I should see a limit of 100 captures
And I should see a limit of 1 project
And I should see basic analytics
And I should see limited support

Breaking change

Does this PR introduce a breaking change?

Other useful information

Add a Subscription Plans view displaying the Basic plan, register its
route in Routers, and add a Subscription entry to the app navigation.
@mienpham04
mienpham04 requested a review from a team as a code owner June 19, 2026 07:53
@cynthiabondi
cynthiabondi requested review from dadiorchen and sebastiangaertner and removed request for a team June 19, 2026 08:01
@cynthiabondi cynthiabondi moved this to Ready for Review in Admin Panel Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready for Review

Development

Successfully merging this pull request may close these issues.

Display Starter Plan Details

2 participants