A4A POC: Pressable Name Changes (UI only) - #113957
Draft
jeffgolenski wants to merge 1 commit into
Draft
Conversation
Throwaway, display-only exploration for design review. Renames Pressable's plan tiers in both marketplaces and re-cuts the tier groupings, without touching slugs, product IDs, prices, entitlements, carts, API calls, or analytics. Each dashboard gets one temporary `pressable-plan-display-names.ts` mapping catalog slugs to the proposed names and tiers; components read names through it, so deleting the two files and their imports reverts the whole exploration. Not final, not shipping.
|
WordPress.com
Automattic for Agencies
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the Pressable plan rename exploration. Builds on #113804.
Proposed Changes
client/a8c-for-agencies) and the prototype marketplace in the Multi-site Dashboard (client/dashboard).pressable-plan-display-names.tsthat maps catalog slugs to the proposed names and to the proposed tier grouping. Components read names through it, so deleting the two files and their imports reverts the whole exploration.Why are these changes being made?
Pressable is replacing the Signature and Premium tiers with Standard, Agency and Performance, and the sub-tier numbers become site counts, so the numbering does not carry over one for one. Rather than describing the change in a doc, this puts the proposed names into both live marketplaces so the team can see what actually breaks visually — where tier boundaries no longer match the tabs, where copy names a tier, and how much of the surface area is affected.
Two things surfaced that need a decision before this becomes real work:
Known gaps: the existing-customer slider logic in the current marketplace still keys off the old category boundaries, so an agency with an existing plan may see an odd minimum stop; and the Agency tab opens on Agency 200 rather than Agency 20, because that tab's default plan is unchanged.
Testing Instructions
Run one dev server at a time — both share
public/evergreenandbuild/, so running them together produces 503s on half the chunks and a blank page.Dashboard marketplace:
yarn start-dashboardhttp://my.a4a.localhost:3000/marketplace/hostingand select the Pressable tab.?existingto the URL to check the returning-customer header and the "Upgrade to …" button.Current marketplace:
yarn start-a8c-for-agencies-phttp://agencies.localhost:3002/marketplace/hosting/pressablePre-merge Checklist
🤖 Generated with Claude Code