Skip to content

Commit

Permalink
remove maturity model cookiecutter prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zamora <[email protected]>
  • Loading branch information
RicardoZamora01 committed Jul 30, 2024
1 parent c79cf46 commit 74baeb0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"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"],
"maturity_model_tier": ["1", "2", "3", "4"],
"__prompts__": {
"group": "Which group is the project part of?",
"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, etc.)",
"repository_host": "Where is the repository hosted?",
"maturity_model_tier": "What maturity model tier is your project classified as?"
"repository_host": "Where is the repository hosted?"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"subset_in_healthcare": "{{ cookiecutter.subset_in_healthcare }}",
"user_type": "{{ cookiecutter.user_type }}",
"repository_host": "{{ cookiecutter.repository_host }}",
"maturity_model_tier": "{{ cookiecutter.maturity_model_tier }}"
"maturity_model_tier": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"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"],
"maturity_model_tier": ["1", "2", "3", "4"],
"__prompts__": {
"group": "Which group is the project part of?",
"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, etc.)",
"repository_host": "Where is the repository hosted?",
"maturity_model_tier": "What maturity model tier is your project classified as?"
"repository_host": "Where is the repository hosted?"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"subset_in_healthcare": "{{ cookiecutter.subset_in_healthcare }}",
"user_type": "{{ cookiecutter.user_type }}",
"repository_host": "{{ cookiecutter.repository_host }}",
"maturity_model_tier": "{{ cookiecutter.maturity_model_tier }}"
"maturity_model_tier": "2"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"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"],
"maturity_model_tier": ["1", "2", "3", "4"],
"__prompts__": {
"group": "Which group is the project part of?",
"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, etc.)",
"repository_host": "Where is the repository hosted?",
"maturity_model_tier": "What maturity model tier is your project classified as?"
"repository_host": "Where is the repository hosted?"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"subset_in_healthcare": "{{ cookiecutter.subset_in_healthcare }}",
"user_type": "{{ cookiecutter.user_type }}",
"repository_host": "{{ cookiecutter.repository_host }}",
"maturity_model_tier": "{{ cookiecutter.maturity_model_tier }}"
"maturity_model_tier": "3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"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"],
"maturity_model_tier": ["1", "2", "3", "4"],
"__prompts__": {
"group": "Which group is the project part of?",
"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, etc.)",
"repository_host": "Where is the repository hosted?",
"maturity_model_tier": "What maturity model tier is your project classified as?"
"repository_host": "Where is the repository hosted?"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"subset_in_healthcare": "{{ cookiecutter.subset_in_healthcare }}",
"user_type": "{{ cookiecutter.user_type }}",
"repository_host": "{{ cookiecutter.repository_host }}",
"maturity_model_tier": "{{ cookiecutter.maturity_model_tier }}"
"maturity_model_tier": "4"
}

0 comments on commit 74baeb0

Please sign in to comment.