-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comparison table #2984
base: main
Are you sure you want to change the base?
Comparison table #2984
Conversation
🦋 Changeset detectedLatest commit: daf92b0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2984 +/- ##
==========================================
+ Coverage 87.63% 88.25% +0.62%
==========================================
Files 229 238 +9
Lines 13082 13718 +636
Branches 1764 1838 +74
==========================================
+ Hits 11464 12107 +643
+ Misses 1561 1554 -7
Partials 57 57
🚀 New features to boost your workflow:
|
Size Change: +7.06 kB (+1%) Total Size: 714 kB
ℹ️ View Unchanged
|
41f2cb2
to
67831a6
Compare
67831a6
to
be78e8e
Compare
e1c8a9f
to
5a0974f
Compare
5a0974f
to
6570068
Compare
Addresses DSYS-958
Purpose
In order to launch the Freemium model and introduce tiers of premium features through paid plans, we need a new component that will allow users to easily and efficiently compare proposed plans in order to make well informed decisions about their business.
Approach and changes
Create a new ComparisonTable component that accepts a list of plans to compare as table headers, and a list of feature sections as the table rows. On smaller screens, the component will only compare two items and allow the user to pick the two items from two select boxes with all the initial items. If the table contents exceed 8 rows, it it shown in a collapsed state by default, with a button that allows its expansion to reveal the rest of its content.
Definition of done