-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ricardo Zamora <[email protected]>
- Loading branch information
1 parent
caf57e0
commit a64b50a
Showing
9 changed files
with
67 additions
and
67 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
20 changes: 10 additions & 10 deletions
20
tier1/{{cookiecutter.project_slug}}/repometrics/cookiecutter.json
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"projectType" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"], | ||
"userInput": ["Yes", "No"], | ||
"projectFismaLevel": ["Low", "Moderate", "High"], | ||
"project_type" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"], | ||
"user_input": ["Yes", "No"], | ||
"fisma_level": ["Low", "Moderate", "High"], | ||
"group": "CMS/OA/DSAC", | ||
"subsetInHealthcare": "Policy, Operational", | ||
"userType": "Providers, Patients, Government", | ||
"repositoryHost": ["Github.com", "GitHub ENT", "GitHub Cloud", "GitLab.com", "GitLab ENT", "GitLab ENT CCSQ"], | ||
"subset_in_healthcare": "Policy, Operational", | ||
"user_type": "Providers, Patients, Government", | ||
"repository_host": ["Github.com", "GitHub ENT", "GitHub Cloud", "GitLab.com", "GitLab ENT", "GitLab ENT CCSQ"], | ||
"__prompts__": { | ||
"group": "Which group is the project part of?", | ||
"subsetInHealthcare": "Which subset of healthcare does the project belong to?", | ||
"userType": "Who are the intended users?", | ||
"userInput": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)", | ||
"repositoryHost": "Where is the repository hosted?" | ||
"subset_in_healthcare": "Which subset of healthcare does the project belong to?", | ||
"user_type": "Who are the intended users?", | ||
"user_input": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)", | ||
"repository_host": "Where is the repository hosted?" | ||
} | ||
} |
14 changes: 7 additions & 7 deletions
14
tier1/{{cookiecutter.project_slug}}/repometrics/{{cookiecutter.project_type}}/code.json
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"projectType": "{{ cookiecutter.projectType }}", | ||
"userInput": "{{ cookiecutter.userInput }}", | ||
"projectFismaLevel": "{{ cookiecutter.projectFismaLevel }}", | ||
"projectType": "{{ cookiecutter.project_type }}", | ||
"userInput": "{{ cookiecutter.user_nput }}", | ||
"fismaLevel": "{{ cookiecutter.fisma_level }}", | ||
"group": "{{ cookiecutter.group }}", | ||
"subsetInHealthcare": "{{ cookiecutter.subsetInHealthcare }}", | ||
"userType": "{{ cookiecutter.userType }}", | ||
"repositoryHost": "{{ cookiecutter.repositoryHost }}", | ||
"maturity_model_tier": "1" | ||
"subsetInHealthcare": "{{ cookiecutter.subset_in_healthcare }}", | ||
"userType": "{{ cookiecutter.user_ype }}", | ||
"repositoryHost": "{{ cookiecutter.repository_host }}", | ||
"maturityModelTier": "1" | ||
} |
20 changes: 10 additions & 10 deletions
20
tier2/{{cookiecutter.project_slug}}/repometrics/cookiecutter.json
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"projectType" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"], | ||
"userInput": ["Yes", "No"], | ||
"projectFismaLevel": ["Low", "Moderate", "High"], | ||
"project_type" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"], | ||
"user_input": ["Yes", "No"], | ||
"fisma_level": ["Low", "Moderate", "High"], | ||
"group": "CMS/OA/DSAC", | ||
"subsetInHealthcare": "Policy, Operational", | ||
"userType": "Providers, Patients, Government", | ||
"repositoryHost": ["Github.com", "GitHub ENT", "GitHub Cloud", "GitLab.com", "GitLab ENT", "GitLab ENT CCSQ"], | ||
"subset_in_healthcare": "Policy, Operational", | ||
"user_type": "Providers, Patients, Government", | ||
"repository_host": ["Github.com", "GitHub ENT", "GitHub Cloud", "GitLab.com", "GitLab ENT", "GitLab ENT CCSQ"], | ||
"__prompts__": { | ||
"group": "Which group is the project part of?", | ||
"subsetInHealthcare": "Which subset of healthcare does the project belong to?", | ||
"userType": "Who are the intended users?", | ||
"userInput": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)", | ||
"repositoryHost": "Where is the repository hosted?" | ||
"subset_in_healthcare": "Which subset of healthcare does the project belong to?", | ||
"user_type": "Who are the intended users?", | ||
"user_input": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)", | ||
"repository_host": "Where is the repository hosted?" | ||
} | ||
} |
14 changes: 7 additions & 7 deletions
14
tier2/{{cookiecutter.project_slug}}/repometrics/{{cookiecutter.project_type}}/code.json
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"projectType": "{{ cookiecutter.projectType }}", | ||
"userInput": "{{ cookiecutter.userInput }}", | ||
"projectFismaLevel": "{{ cookiecutter.projectFismaLevel }}", | ||
"projectType": "{{ cookiecutter.project_type }}", | ||
"userInput": "{{ cookiecutter.user_nput }}", | ||
"fismaLevel": "{{ cookiecutter.fisma_level }}", | ||
"group": "{{ cookiecutter.group }}", | ||
"subsetInHealthcare": "{{ cookiecutter.subsetInHealthcare }}", | ||
"userType": "{{ cookiecutter.userType }}", | ||
"repositoryHost": "{{ cookiecutter.repositoryHost }}", | ||
"maturity_model_tier": "2" | ||
"subsetInHealthcare": "{{ cookiecutter.subset_in_healthcare }}", | ||
"userType": "{{ cookiecutter.user_ype }}", | ||
"repositoryHost": "{{ cookiecutter.repository_host }}", | ||
"maturityModelTier": "2" | ||
} |
20 changes: 10 additions & 10 deletions
20
tier3/{{cookiecutter.project_slug}}/repometrics/cookiecutter.json
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"projectType" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"], | ||
"userInput": ["Yes", "No"], | ||
"projectFismaLevel": ["Low", "Moderate", "High"], | ||
"project_type" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"], | ||
"user_input": ["Yes", "No"], | ||
"fisma_level": ["Low", "Moderate", "High"], | ||
"group": "CMS/OA/DSAC", | ||
"subsetInHealthcare": "Policy, Operational", | ||
"userType": "Providers, Patients, Government", | ||
"repositoryHost": ["Github.com", "GitHub ENT", "GitHub Cloud", "GitLab.com", "GitLab ENT", "GitLab ENT CCSQ"], | ||
"subset_in_healthcare": "Policy, Operational", | ||
"user_type": "Providers, Patients, Government", | ||
"repository_host": ["Github.com", "GitHub ENT", "GitHub Cloud", "GitLab.com", "GitLab ENT", "GitLab ENT CCSQ"], | ||
"__prompts__": { | ||
"group": "Which group is the project part of?", | ||
"subsetInHealthcare": "Which subset of healthcare does the project belong to?", | ||
"userType": "Who are the intended users?", | ||
"userInput": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)", | ||
"repositoryHost": "Where is the repository hosted?" | ||
"subset_in_healthcare": "Which subset of healthcare does the project belong to?", | ||
"user_type": "Who are the intended users?", | ||
"user_input": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)", | ||
"repository_host": "Where is the repository hosted?" | ||
} | ||
} |
12 changes: 6 additions & 6 deletions
12
tier3/{{cookiecutter.project_slug}}/repometrics/{{cookiecutter.project_type}}/code.json
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"projectType": "{{ cookiecutter.projectType }}", | ||
"userInput": "{{ cookiecutter.userInput }}", | ||
"projectFismaLevel": "{{ cookiecutter.projectFismaLevel }}", | ||
"projectType": "{{ cookiecutter.project_type }}", | ||
"userInput": "{{ cookiecutter.user_nput }}", | ||
"fismaLevel": "{{ cookiecutter.fisma_level }}", | ||
"group": "{{ cookiecutter.group }}", | ||
"subsetInHealthcare": "{{ cookiecutter.subsetInHealthcare }}", | ||
"userType": "{{ cookiecutter.userType }}", | ||
"repositoryHost": "{{ cookiecutter.repositoryHost }}", | ||
"subsetInHealthcare": "{{ cookiecutter.subset_in_healthcare }}", | ||
"userType": "{{ cookiecutter.user_ype }}", | ||
"repositoryHost": "{{ cookiecutter.repository_host }}", | ||
"maturityModelTier": "3" | ||
} |
20 changes: 10 additions & 10 deletions
20
tier4/{{cookiecutter.project_slug}}/repometrics/cookiecutter.json
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"projectType" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"], | ||
"userInput": ["Yes", "No"], | ||
"projectFismaLevel": ["Low", "Moderate", "High"], | ||
"project_type" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"], | ||
"user_input": ["Yes", "No"], | ||
"fisma_level": ["Low", "Moderate", "High"], | ||
"group": "CMS/OA/DSAC", | ||
"subsetInHealthcare": "Policy, Operational", | ||
"userType": "Providers, Patients, Government", | ||
"repositoryHost": ["Github.com", "GitHub ENT", "GitHub Cloud", "GitLab.com", "GitLab ENT", "GitLab ENT CCSQ"], | ||
"subset_in_healthcare": "Policy, Operational", | ||
"user_type": "Providers, Patients, Government", | ||
"repository_host": ["Github.com", "GitHub ENT", "GitHub Cloud", "GitLab.com", "GitLab ENT", "GitLab ENT CCSQ"], | ||
"__prompts__": { | ||
"group": "Which group is the project part of?", | ||
"subsetInHealthcare": "Which subset of healthcare does the project belong to?", | ||
"userType": "Who are the intended users?", | ||
"userInput": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)", | ||
"repositoryHost": "Where is the repository hosted?" | ||
"subset_in_healthcare": "Which subset of healthcare does the project belong to?", | ||
"user_type": "Who are the intended users?", | ||
"user_input": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)", | ||
"repository_host": "Where is the repository hosted?" | ||
} | ||
} |
12 changes: 6 additions & 6 deletions
12
tier4/{{cookiecutter.project_slug}}/repometrics/{{cookiecutter.project_type}}/code.json
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"projectType": "{{ cookiecutter.projectType }}", | ||
"userInput": "{{ cookiecutter.userInput }}", | ||
"projectFismaLevel": "{{ cookiecutter.projectFismaLevel }}", | ||
"projectType": "{{ cookiecutter.project_type }}", | ||
"userInput": "{{ cookiecutter.user_nput }}", | ||
"fismaLevel": "{{ cookiecutter.fisma_level }}", | ||
"group": "{{ cookiecutter.group }}", | ||
"subsetInHealthcare": "{{ cookiecutter.subsetInHealthcare }}", | ||
"userType": "{{ cookiecutter.userType }}", | ||
"repositoryHost": "{{ cookiecutter.repositoryHost }}", | ||
"subsetInHealthcare": "{{ cookiecutter.subset_in_healthcare }}", | ||
"userType": "{{ cookiecutter.user_ype }}", | ||
"repositoryHost": "{{ cookiecutter.repository_host }}", | ||
"maturityModelTier": "4" | ||
} |