Skip to content

feat(pricing): construct detailed feature comparison table matrix - #346

Open
noevidence1017 wants to merge 1 commit into
SwiftChainn:mainfrom
noevidence1017:feat/pricing-comparison-table
Open

feat(pricing): construct detailed feature comparison table matrix#346
noevidence1017 wants to merge 1 commit into
SwiftChainn:mainfrom
noevidence1017:feat/pricing-comparison-table

Conversation

@noevidence1017

Copy link
Copy Markdown

Closes #305

Implements the four-column pricing feature comparison table.

  • Feature column plus Starter / Business / Enterprise columns
  • Rows include Blockchain Confirmation, Escrow Multi-Sig, Multi-Currency Settlement, Dispute Resolution, API Access, Dedicated Account Manager, and Uptime SLA
  • Subtle row dividers and consistent cell spacing
  • Table scrolls horizontally on narrow viewports via an overflow-x-auto wrapper
  • Follows the Component -> Hook -> Service architecture: ComparisonTable.tsx -> usePricingComparison -> pricingService
  • Data is fetched from /api/pricing/comparison (dev-only fixture route) rather than hardcoded
  • Loading skeleton and error/retry state included
  • 4 unit tests covering loading, error, rendered rows/columns, and the service response shape

@drips-wave

drips-wave Bot commented Jul 26, 2026

Copy link
Copy Markdown

@noevidence1017 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frontend: Detailed Pricing Comparison Table

1 participant