feat: add shared quick wins workflow
This commit is contained in:
@@ -9,10 +9,12 @@ QUICK_TASK_DEFAULTS = {
|
||||
"quick_task_label_normal": "Normal",
|
||||
"quick_task_label_medium": "Dauert etwas",
|
||||
"quick_task_label_heavy": "Aufwendig",
|
||||
"quick_task_label_super_heavy": "Super aufwendig",
|
||||
"quick_task_points_fast": 4,
|
||||
"quick_task_points_normal": 8,
|
||||
"quick_task_points_medium": 12,
|
||||
"quick_task_points_heavy": 18,
|
||||
"quick_task_points_super_heavy": 28,
|
||||
}
|
||||
|
||||
QUICK_TASK_EFFORTS = [
|
||||
@@ -20,6 +22,7 @@ QUICK_TASK_EFFORTS = [
|
||||
("normal", "quick_task_label_normal", "quick_task_points_normal"),
|
||||
("medium", "quick_task_label_medium", "quick_task_points_medium"),
|
||||
("heavy", "quick_task_label_heavy", "quick_task_points_heavy"),
|
||||
("super_heavy", "quick_task_label_super_heavy", "quick_task_points_super_heavy"),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user