Changes
- Added
Node
class to represent a Tree data structure - can have one parent and multiple children.ACCOUNT
,ACTVCODE
,PCATVAL
, andPROJWBS
classes now inherit fromNode
class. - Updated dependency
html-sanitizer
to the latest version2.2.0
. - Added
is_wbs
property toTaskType
enum class. Checks if task is a wbs summary type.