From 74b1394b2f0b7eba058a8baeb7b3111bbeb3ccf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 22:03:42 +0000 Subject: [PATCH 1/3] Update code.json metadata --- code.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 code.json diff --git a/code.json b/code.json new file mode 100644 index 0000000..4de8c39 --- /dev/null +++ b/code.json @@ -0,0 +1,46 @@ +{ + "name": "metrics-dash-backend-tools", + "description": "A backend Python module for use in the DSACMS metrics dashboard.", + "longDescription": "", + "status": "", + "permissions": { + "license": [ + { + "name": "", + "URL": "" + } + ], + "usageType": "", + "exemptionText": "" + }, + "organization": "", + "repositoryURL": "https://github.com/DSACMS/metrics-dash-backend-tools", + "vcs": "git", + "laborHours": 3896, + "platforms": [], + "categories": [], + "softwareType": "", + "languages": [ + "Python" + ], + "maintenance": "", + "date": { + "created": "2024-12-13T18:30:09Z", + "lastModified": "2025-02-11T22:03:10Z", + "metaDataLastUpdated": "2025-02-11T22:03:41.997Z" + }, + "tags": [], + "contact": { + "email": "", + "name": "" + }, + "localisation": false, + "repositoryType": "", + "userInput": false, + "fismaLevel": "", + "group": "", + "subsetInHealthcare": [], + "userType": [], + "repositoryHost": "github", + "maturityModelTier": 0 +} \ No newline at end of file From 36da76b87f295423376dec520f18f39978ad41cb Mon Sep 17 00:00:00 2001 From: Sachin Panayil <79382140+sachin-panayil@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:49:43 -0500 Subject: [PATCH 2/3] manual inputs --- code.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/code.json b/code.json index 4de8c39..2618772 100644 --- a/code.json +++ b/code.json @@ -1,46 +1,46 @@ { "name": "metrics-dash-backend-tools", "description": "A backend Python module for use in the DSACMS metrics dashboard.", - "longDescription": "", - "status": "", + "longDescription": "This project contains a Python module for use in the DSACMS metrics dashboard backend. The module contains a set of functionality to support static metrics dashboards with data populated through both REST and graphql apis.", + "status": "Production", "permissions": { "license": [ { - "name": "", - "URL": "" + "name": "CC0 1.0 Universal", + "URL": "https://github.com/DSACMS/metrics-dash-backend-tools/blob/main/LICENSE" } ], - "usageType": "", + "usageType": "openSource", "exemptionText": "" }, - "organization": "", + "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/metrics-dash-backend-tools", "vcs": "git", "laborHours": 3896, - "platforms": [], - "categories": [], - "softwareType": "", + "platforms": ["windows", "mac", "linux"], + "categories": ["application-development"], + "softwareType": "standalone/backend", "languages": [ "Python" ], - "maintenance": "", + "maintenance": "internal", "date": { "created": "2024-12-13T18:30:09Z", "lastModified": "2025-02-11T22:03:10Z", "metaDataLastUpdated": "2025-02-11T22:03:41.997Z" }, - "tags": [], + "tags": ["package", "metrics", "backend"], "contact": { - "email": "", - "name": "" + "email": "opensource@cms.hhs.gov", + "name": "CMS Open Source Team" }, "localisation": false, - "repositoryType": "", + "repositoryType": "package", "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 af4c3f56e0ffaabfaefa7e93d6587649193c340b Mon Sep 17 00:00:00 2001 From: Sachin Panayil <79382140+sachin-panayil@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:15:11 -0500 Subject: [PATCH 3/3] added tags --- code.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.json b/code.json index 2618772..10482b3 100644 --- a/code.json +++ b/code.json @@ -29,7 +29,7 @@ "lastModified": "2025-02-11T22:03:10Z", "metaDataLastUpdated": "2025-02-11T22:03:41.997Z" }, - "tags": ["package", "metrics", "backend"], + "tags": ["package", "metrics", "backend", "pypi", "multiplatform", "CHAOSS", "Augur"], "contact": { "email": "opensource@cms.hhs.gov", "name": "CMS Open Source Team"