cse110-sp24-group31 / warmup-exercise

0 stars 1 forks source link

Task priority #15

Open NewtonLC opened 2 months ago

NewtonLC commented 2 months ago

Description of Feature wanted Users have the ability to mark a task as "High priority" and high priority tasks get moved to the top of the list

Describe how we would implement this solution Put a Boolean value in the task objects, then implement an algorithm that sorts all tasks based on deadline/priority

Additional comments

kiminus commented 2 months ago

basic UI implemented to store priority information here. Algorithm is NOT implemmented