From b6a40bcb9b19db6207096ad9d514b370091412be Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Thu, 10 Mar 2022 13:48:12 +0100 Subject: [PATCH] Extend priorities --- src/classes/wish.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/classes/wish.php b/src/classes/wish.php index 409fad9f..a839ad71 100644 --- a/src/classes/wish.php +++ b/src/classes/wish.php @@ -19,13 +19,30 @@ class Wish 'color' => '', ), '1' => array( - 'name' => 'Nice to have', + 'name' => 'Desirous', 'color' => 'black', ), + '2' => array( + 'name' => 'Keen', + 'color' => 'grey', + ), '3' => array( - 'name' => 'Would love it', + 'name' => 'Longing', + 'color' => 'brown', + ), + + '4' => array( + 'name' => 'Impatient', + 'color' => 'yellow', + ), + '5' => array( + 'name' => 'Urgent', 'color' => 'orange', ), + '6' => array( + 'name' => 'Anxious', + 'color' => 'red', + ), ); /**