-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into VACMS-18257-retain_composer_git_directories
- Loading branch information
Showing
30 changed files
with
373 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: Sitewide QA Plan | ||
about: QA plan template for test coverage of big-enough features | ||
title: 'QA test plan for: ' | ||
labels: sitewide, Facilities, Manual QA, Public Websites | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Testing context | ||
|
||
Implementation ticket being tested: | ||
Who wrote the changes: | ||
|
||
## Testing environment | ||
- [ ] Local. **WHY**: | ||
- [ ] Review instance on a PR | ||
- [ ] Tugboat. **WHY**: | ||
- [ ] Staging behind a flipper. **WHY**: | ||
|
||
## Scope of changes: high level | ||
|
||
|
||
## Affected components / what changed / what is new and should be tested | ||
|
||
|
||
## Gotchas / Exceptions | ||
|
||
|
||
## Acceptance Criteria / Ownership | ||
- [ ] Schedule QA call to discuss implementation / testing needs with code author, PM, a11y, and design as needed | ||
- [ ] Build a test plan from the [Test plan template](https://docs.google.com/spreadsheets/d/10qA57ATiFCi4Tju_TzWPQAkSSCbr7F2oXbXn_lEzuS4/edit#gid=0). Include: | ||
- [ ] | ||
- [ ] Run test cases in the noted Testing environment | ||
- [ ] Note failures in the spreadsheet and point to either a GH ticket or a Mural to demonstrate what you found | ||
- [ ] Accessibility review - Owner: | ||
- [ ] Design review - Owner: | ||
- [ ] Code review - Owner: | ||
- [ ] Production UAT - Owner: | ||
|
||
|
||
### Ticket hygiene | ||
- [ ] Add product label(s) | ||
- [ ] Add to relevant epic | ||
- [ ] Adjust / Remove team labels as appropriate |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
24 changes: 24 additions & 0 deletions
24
config/sync/field.field.paragraph.lists_of_links.field_list_of_links_description.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
uuid: 595a8297-6138-4f1f-9946-37b85a342fef | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_list_of_links_description | ||
- paragraphs.paragraphs_type.lists_of_links | ||
module: | ||
- tmgmt_content | ||
third_party_settings: | ||
tmgmt_content: | ||
excluded: false | ||
id: paragraph.lists_of_links.field_list_of_links_description | ||
field_name: field_list_of_links_description | ||
entity_type: paragraph | ||
bundle: lists_of_links | ||
label: 'List of Links Description' | ||
description: 'Optional description field to help describe the list of links.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string_long |
19 changes: 19 additions & 0 deletions
19
config/sync/field.storage.paragraph.field_list_of_links_description.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: b271d23e-fda1-4a0a-a349-1beb9757c506 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- paragraphs | ||
id: paragraph.field_list_of_links_description | ||
field_name: field_list_of_links_description | ||
entity_type: paragraph | ||
type: string_long | ||
settings: | ||
case_sensitive: false | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
uuid: cf8c6ec1-427b-499a-9f81-a36bfbed9e87 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: family-and-caregiver-benefits | ||
label: 'Family and caregiver benefits hub' | ||
description: 'For pages in the /family-and-caregiver-benefits benefit hub' | ||
locked: false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,4 +92,4 @@ | |
"--focus-outline": "2px dotted transparent", | ||
"--focus-box-shadow": "0 0 0 2px #fff, 0 0 0 5px #26a769" | ||
} | ||
} | ||
} |
Oops, something went wrong.