From 7c79ab8798c10afe9af847cf324e30c74f8634d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:58:42 +0000 Subject: [PATCH 1/3] Update code.json metadata --- code.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 code.json diff --git a/code.json b/code.json new file mode 100644 index 0000000..0d9d3f9 --- /dev/null +++ b/code.json @@ -0,0 +1,50 @@ +{ + "name": "income-reporting-playbook", + "description": "The Income Reporting Playbook will offer guidance and templates to improve the client experience of providing income during benefit applications and renewals. It is currently being developed by Nava in conjunction with USDS and DSAC.", + "longDescription": "", + "status": "", + "permissions": { + "license": [ + { + "name": "", + "URL": "" + } + ], + "usageType": "", + "exemptionText": "" + }, + "organization": "", + "repositoryURL": "https://github.com/DSACMS/income-reporting-playbook", + "vcs": "git", + "laborHours": 2295, + "platforms": [], + "categories": [], + "softwareType": "", + "languages": [ + "HTML", + "SCSS", + "JavaScript", + "Makefile", + "Ruby" + ], + "maintenance": "", + "date": { + "created": "2023-09-29T19:39:30Z", + "lastModified": "2025-02-12T18:57:31Z", + "metaDataLastUpdated": "2025-02-12T18:58:41.245Z" + }, + "tags": [], + "contact": { + "email": "", + "name": "" + }, + "localisation": false, + "repositoryType": "", + "userInput": false, + "fismaLevel": "", + "group": "", + "subsetInHealthcare": [], + "userType": [], + "repositoryHost": "github", + "maturityModelTier": 0 +} \ No newline at end of file From 008df780c7c125a912bf2fc6ff9dd31082cea76d Mon Sep 17 00:00:00 2001 From: Dinne Kopelevich <63877492+DinneK@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:14:46 -0700 Subject: [PATCH 2/3] Update code.json --- code.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/code.json b/code.json index 0d9d3f9..d62e7e3 100644 --- a/code.json +++ b/code.json @@ -1,25 +1,25 @@ { "name": "income-reporting-playbook", "description": "The Income Reporting Playbook will offer guidance and templates to improve the client experience of providing income during benefit applications and renewals. It is currently being developed by Nava in conjunction with USDS and DSAC.", - "longDescription": "", - "status": "", + "longDescription": "This project is being developed by Nava in collaboration with USDS. The Income Reporting Playbook will offer guidance and templates to improve the client experience of providing income during benefit applications and renewals. In this playbook, you’ll find: Recommended best practices, Common terms and plain language definitions, Example language and visual templates for income Following this guidance can improve application form accessibility, equity, and usability.", + "status": "Production", "permissions": { "license": [ { - "name": "", - "URL": "" + "name": "CC0 1.0 Universal", + "URL": "https://github.com/DSACMS/income-reporting-playbook/blob/main/LICENSE" } ], - "usageType": "", + "usageType": "openSource", "exemptionText": "" }, - "organization": "", + "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/income-reporting-playbook", "vcs": "git", "laborHours": 2295, - "platforms": [], - "categories": [], - "softwareType": "", + "platforms": ["web"], + "categories": ["resource-management", "knowledge-management"], + "softwareType": "standalone/web", "languages": [ "HTML", "SCSS", @@ -27,24 +27,24 @@ "Makefile", "Ruby" ], - "maintenance": "", + "maintenance": "internal", "date": { "created": "2023-09-29T19:39:30Z", "lastModified": "2025-02-12T18:57:31Z", "metaDataLastUpdated": "2025-02-12T18:58:41.245Z" }, - "tags": [], + "tags": ["repository", "playbook"], "contact": { - "email": "", - "name": "" + "email": "opensource@cms.hhs.gov", + "name": "CMS/OA/DSAC" }, "localisation": false, - "repositoryType": "", + "repositoryType": "website", "userInput": false, - "fismaLevel": "", - "group": "", - "subsetInHealthcare": [], - "userType": [], - "repositoryHost": "github", - "maturityModelTier": 0 -} \ No newline at end of file + "fismaLevel": "low", + "group": "CMS/OA/DSAC", + "subsetInHealthcare": ["operational"], + "userType": ["government"], + "repositoryHost": "github.com/DSACMS", + "maturityModelTier": 3 +} From 63bcb03276bb9e09b90cea4952a9bcb0b692c691 Mon Sep 17 00:00:00 2001 From: Sachin Panayil <79382140+sachin-panayil@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:57:32 -0500 Subject: [PATCH 3/3] tier model changed --- code.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.json b/code.json index d62e7e3..b50e949 100644 --- a/code.json +++ b/code.json @@ -46,5 +46,5 @@ "subsetInHealthcare": ["operational"], "userType": ["government"], "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 3 + "maturityModelTier": 1 }