As the title says, currently, the datetime objects are being used as the dictionary keys for the self.data and self.tasks instance attributes of the WcGraph (see screenshot below). It might be more straightforward / logical to attach those as properties to each WcTask and WcData instead?
As the title says, currently, the
datetime
objects are being used as the dictionary keys for theself.data
andself.tasks
instance attributes of theWcGraph
(see screenshot below). It might be more straightforward / logical to attach those as properties to eachWcTask
andWcData
instead?