User Story
As a Business.NJ.gov user, that has validated my license, I want to also see my status for my renewal calendar events
AC
Given my license status has been checked
when viewing my calendar renewal event
then the new design with my license status and renewal instructions are rendered on the page
Dev Note: At the very top on the page, there should be a field that contains the following default text, it can be overridden by content - "You can renew your license 60 days before it expires and up to 30 days after expiration. If you fail to renew your license at this point, your license will be suspended and you won't be able to provide your licensed services."
Also, pull in Jaime, we need to clean up the CMS Preview. - Done
[x] I have rebased this branch from the latest main branch
[x] I have performed a self-review of my code
[x] I have created and/or updated relevant documentation on the engineering documentation website
[x] I have not used any relative imports
[x] I have pruned any instances of unused code
[x] I have not added any markdown to labels, titles and button text in config
[x] If I added/updated any values in userData (including profileData, formationData etc), then I added a new migration file
[x] I have checked for and removed instances of unused config from CMS
[x] If I added any new collections to the CMS config, then I updated the search tool and cmsCollections.ts (see CMS Additions in Engineering Reference/FAQ on the engineering documentation site)
[x] I have updated relevant .env values in both .env-template and in Bitwarden
Description
User Story As a Business.NJ.gov user, that has validated my license, I want to also see my status for my renewal calendar events
AC Given my license status has been checked when viewing my calendar renewal event then the new design with my license status and renewal instructions are rendered on the page
Dev Note: At the very top on the page, there should be a field that contains the following default text, it can be overridden by content - "You can renew your license 60 days before it expires and up to 30 days after expiration. If you fail to renew your license at this point, your license will be suspended and you won't be able to provide your licensed services."
Also, pull in Jaime, we need to clean up the CMS Preview. - Done
Ticket
This pull request resolves #188079116.
Approach
Steps to Test
Notes
Code author checklist
userData
(includingprofileData
,formationData
etc), then I added a new migration filecmsCollections.ts
(see CMS Additions in Engineering Reference/FAQ on the engineering documentation site).env
values in both.env-template
and in Bitwarden