Skip to content

Remove legacy plan reference from plan presenter

Tyler Amos requested to merge 421459-remove-legacy-plan-reference into master

What does this MR do and why?

Related to #421459 (closed)

This MR removes the text (Formerly Silver) and (Formerly Gold) from the NewPlanPresenter as these references are no longer necessary as noted in Update Plan titles to remove legacy plan names (#421459 - closed).

I also added a feature category to the spec file as it was missing.

Screenshots or screen recordings

Before After
Screenshot_2023-08-14_at_4.22.47_PM Screenshot_2023-08-14_at_4.23.22_PM

How to set up and validate locally

  1. Visit any group using a legacy hosted plan (e.g. Silver or Gold) from the admin page http://localhost:3000/admin/groups.
  2. Clicking on the group detail page you'll see the Group info section that has the Plan name.
  3. When on the master branch, this Plan would reference the legacy plan (e.g. Premium (Formerly Silver))
  4. When on this branch, the Plan should not have this reference (e.g. Premium)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports