From c6a8a5a6914d3f509a68e3821bdb808b0dc200ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 19:15:28 +0000 Subject: [PATCH 1/2] Update code.json metadata --- code.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 code.json diff --git a/code.json b/code.json new file mode 100644 index 0000000..92277e0 --- /dev/null +++ b/code.json @@ -0,0 +1,47 @@ +{ + "name": "form-demo", + "description": "Demo of a web form", + "longDescription": "", + "status": "", + "permissions": { + "license": [ + { + "name": "", + "URL": "" + } + ], + "usageType": "", + "exemptionText": "" + }, + "organization": "", + "repositoryURL": "https://github.com/DSACMS/form-demo", + "vcs": "git", + "laborHours": 11466, + "platforms": [], + "categories": [], + "softwareType": "", + "languages": [ + "JavaScript", + "HTML" + ], + "maintenance": "", + "date": { + "created": "2024-02-23T19:59:09Z", + "lastModified": "2025-02-13T19:14:34Z", + "metaDataLastUpdated": "2025-02-13T19:15:27.869Z" + }, + "tags": [], + "contact": { + "email": "", + "name": "" + }, + "localisation": false, + "repositoryType": "", + "userInput": false, + "fismaLevel": "", + "group": "", + "subsetInHealthcare": [], + "userType": [], + "repositoryHost": "github", + "maturityModelTier": 0 +} \ No newline at end of file From 1f4145f70ece45e0e37353fe1b8926743f9798dc Mon Sep 17 00:00:00 2001 From: Dinne Kopelevich <63877492+DinneK@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:25:13 -0700 Subject: [PATCH 2/2] Update code.json --- code.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/code.json b/code.json index 92277e0..0db5cfe 100644 --- a/code.json +++ b/code.json @@ -1,47 +1,47 @@ { "name": "form-demo", "description": "Demo of a web form", - "longDescription": "", - "status": "", + "longDescription": "This is a quick demo of form capabilities that uses the CMS Design System. It doesn't send the data anywhere.", + "status": "Production", "permissions": { "license": [ { - "name": "", - "URL": "" + "name": "CC0 1.0 Universal", + "URL": "https://github.com/DSACMS/form-demo/blob/main/LICENSE" } ], - "usageType": "", + "usageType": "openSource", "exemptionText": "" }, - "organization": "", + "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/form-demo", "vcs": "git", "laborHours": 11466, - "platforms": [], - "categories": [], - "softwareType": "", + "platforms": ["web"], + "categories": ["design-system"], + "softwareType": "standalone/web", "languages": [ "JavaScript", "HTML" ], - "maintenance": "", + "maintenance": "internal", "date": { "created": "2024-02-23T19:59:09Z", "lastModified": "2025-02-13T19:14:34Z", "metaDataLastUpdated": "2025-02-13T19:15:27.869Z" }, - "tags": [], + "tags": ["repository", "form"], "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": 1 +}