Update app.py
Browse files
app.py
CHANGED
@@ -27,14 +27,14 @@ matrix_type = None
|
|
27 |
matrix_types = {
|
28 |
"Communications Plan Matrix": "Create a matrix showing stakeholders, communication methods, frequency, and responsibilities.",
|
29 |
"Project Kick-off Matrix": "Generate a matrix outlining key project details, goals, team roles, and initial timelines.",
|
30 |
-
"Decision Matrix": "Develop a matrix for evaluating options against criteria, with weighted scores.",
|
31 |
"Lessons Learned Matrix": "Create a matrix capturing project experiences, challenges, solutions, and recommendations.",
|
32 |
"Key Performance Indicator Matrix": "Generate a matrix of KPIs, their targets, actual performance, and status.",
|
33 |
"Prioritization Matrix": "Develop a matrix for ranking tasks or features based on importance and urgency.",
|
34 |
-
"Risk Matrix": "Create a matrix
|
35 |
"RACI Matrix": "Generate a matrix showing team members and their roles (Responsible, Accountable, Consulted, Informed) for each task.",
|
36 |
"Project Schedule Matrix": "Develop a matrix showing project phases, tasks, durations, and dependencies.",
|
37 |
-
"Quality Control Matrix": "Create a matrix outlining quality standards, testing methods, and acceptance criteria.",
|
38 |
"Requirements Traceability Matrix": "Generate a matrix linking requirements to their sources, test cases, and status.",
|
39 |
"Sprint Planning Matrix": "Develop a matrix for sprint tasks, story points, assignees, and status.",
|
40 |
"Test Traceability Matrix": "Create a matrix linking test cases to requirements, execution status, and results.",
|
|
|
27 |
matrix_types = {
|
28 |
"Communications Plan Matrix": "Create a matrix showing stakeholders, communication methods, frequency, and responsibilities.",
|
29 |
"Project Kick-off Matrix": "Generate a matrix outlining key project details, goals, team roles, and initial timelines.",
|
30 |
+
"Decision Matrix": "Develop a matrix for evaluating options against criteria, with weighted scores analysis of alternatives style.",
|
31 |
"Lessons Learned Matrix": "Create a matrix capturing project experiences, challenges, solutions, and recommendations.",
|
32 |
"Key Performance Indicator Matrix": "Generate a matrix of KPIs, their targets, actual performance, and status.",
|
33 |
"Prioritization Matrix": "Develop a matrix for ranking tasks or features based on importance and urgency.",
|
34 |
+
"Risk Matrix": "Create a matrix identifying potential risks, their likelihood, impact, and mitigation strategies.",
|
35 |
"RACI Matrix": "Generate a matrix showing team members and their roles (Responsible, Accountable, Consulted, Informed) for each task.",
|
36 |
"Project Schedule Matrix": "Develop a matrix showing project phases, tasks, durations, and dependencies.",
|
37 |
+
"Quality Control Matrix": "Create a matrix outlining measurable quality standards, testing methods, and acceptance criteria.",
|
38 |
"Requirements Traceability Matrix": "Generate a matrix linking requirements to their sources, test cases, and status.",
|
39 |
"Sprint Planning Matrix": "Develop a matrix for sprint tasks, story points, assignees, and status.",
|
40 |
"Test Traceability Matrix": "Create a matrix linking test cases to requirements, execution status, and results.",
|