Update app.py
Browse files
app.py
CHANGED
@@ -29,14 +29,14 @@ matrix_types = {
|
|
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.",
|
41 |
"Sprint Backlog": "Generate a matrix of user stories, tasks, estimates, and priorities for the sprint.",
|
42 |
"Sprint Retrospective": "Develop a matrix capturing what went well, what didn't, and action items from the sprint.",
|
|
|
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 measurable 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 tasks with 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 nubmer, sprint tasks in that sprint number, story points, assignees, and status.",
|
40 |
"Test Traceability Matrix": "Create a matrix linking test cases to requirements, execution status, and results.",
|
41 |
"Sprint Backlog": "Generate a matrix of user stories, tasks, estimates, and priorities for the sprint.",
|
42 |
"Sprint Retrospective": "Develop a matrix capturing what went well, what didn't, and action items from the sprint.",
|