Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add armed forces card beta assessment #1021

Merged
merged 1 commit into from
Feb 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions app/services/veterans-id-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Apply for an HM Armed Forces Veteran Card",
"synonyms": [
"Apply for a Veteran’s ID Card",
"Apply for HM Armed Forces Veteran’s Card",
"Veterans’ Recognition Scheme"
],
"description": "An HM Armed Forces Veteran Card is a way to prove that you served in the UK armed forces. The card can make it quicker and easier to apply for support as a veteran.",
Expand All @@ -18,6 +19,17 @@
],
"timeline": {
"items": [
{
"label": "Assessed as amber at beta assessment",
"date": "2022-10-03",
"links": [
{
"href": "https://www.gov.uk/service-standard-reports/apply-for-hm-armed-forces-veterans-card-beta-assessment",
"text": "Service standard assessment",
"visuallyHiddenText": "for beta assessment"
}
]
},
{
"label": "Passed alpha reassessment",
"date": "2022-10-03",
Expand Down