VACMS-24082 Add branching logic and feature flag availability for new outreach material topics#1855
Draft
chriskim2311 wants to merge 1 commit intomainfrom
Draft
VACMS-24082 Add branching logic and feature flag availability for new outreach material topics#1855chriskim2311 wants to merge 1 commit intomainfrom
chriskim2311 wants to merge 1 commit intomainfrom
Conversation
|
Tugboat has finished building the preview for this pull request! Link: Link (redis): Dashboard: |
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.
…terials topics
Description
What does this PR address?
Ticket
Closes link to ticket
Developer Task
Testing Steps
Explain the steps needed for testing
QA steps
What needs to be checked to prove this works?
What needs to be checked to prove it didn't break any related things?
What variations of circumstances (users, actions, values) need to be checked?
Screenshots
Before:
After:
Is this PR blocked by another PR?
DO NOT MERGElabelReviewer
Reviewing a PR
This section lists items that need to be checked or updated when making changes to this repository.
Standard Checks
Merging a Layout
When merging a layout, you must ensure that the content type has been turned on for
next-buildin the .tugboat.env. This method mocks the CMS flag that must be turned on for a layout to be included in the build.The layout component and matching resource type should be included in the slug.tsx, so that it can reviewed. Including a component in the slug.tsx does not mean a page will be viewable in production only on the tugboat for the branch.
When a layout is merged to main and approved for deployment, the prod CMS will turn the toggle on for the resource type.
The status of layouts should be kept up to date inside templates.md. This includes QA progress, development progress, etc. A link should be provided for where testing can occur.