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 Object #3

Closed cmartano closed 4 years ago

cmartano commented 4 years ago

Main task class/object. Support for: completion, quality/difficulty, time-based, and different types

HTD: Successfully running unit tests of Task. Task commands working.

E-3P0 commented 4 years ago

First commit - started tests, 30 mins

E-3P0 commented 4 years ago

finished tests +15 mins

E-3P0 commented 4 years ago

finished object/class code, adjusted tests slightly, all tests passing. +1hour, fits two hour estimate.