Azurekuz / RPG-Task-Manager

A COMP345 Agile project dedicated towards creating a gamified RPG task manager.
MIT License
4 stars 1 forks source link

Task Time Mechanics #68

Closed E-3P0 closed 4 years ago

E-3P0 commented 4 years ago

Tasks with time limit - record when started, check every now and then if the time limit has been passed? If time limit passed, remove from current tasks & add to failed tasks.

How to demo we would create a task and set the time and date that we want to complete it. if the player does not complete the task within that time frame we would have the task moved from the current tasks

Included failed tasks as part of this card and work.

E-3P0 commented 4 years ago

Committed some setup and finished tests for now +45 mins

E-3P0 commented 4 years ago

checkTimedTasks method +25 mins

E-3P0 commented 4 years ago

Tests passing +40 mins

E-3P0 commented 4 years ago

UI functionality +10 mins Total: 2 hours.