change matrix colors to reflect task size
This commit is contained in:
@@ -18,10 +18,10 @@ export const URGENCY_OPTIONS = [
|
||||
{ value: "7", label: "7 - Half-Week" },
|
||||
{ value: "6", label: "6 - This Week/5 Days" },
|
||||
{ value: "5", label: "5 - Next Week/10 Days" },
|
||||
{ value: "4", label: "4 - 3 Weeks" },
|
||||
{ value: "3", label: "3 - 6 Weeks" },
|
||||
{ value: "2", label: "2 - 3 Months" },
|
||||
{ value: "1", label: "1 - 6 Months" }
|
||||
{ value: "4", label: "4 - Three Weeks" },
|
||||
{ value: "3", label: "3 - Six Weeks" },
|
||||
{ value: "2", label: "2 - Three Months" },
|
||||
{ value: "1", label: "1 - Six Months" }
|
||||
];
|
||||
export const URGENCY_HOURS: Record<number, number> = {
|
||||
10: 12,
|
||||
|
||||
Reference in New Issue
Block a user