Now that we have the rest of the infrastructure in place, adding classes is straightforward. A few notes about this change:
class="widget-description special new"
will cause three classes--widget-description
, special
, and new
--to be applied to the item.stale
rules. Rather than build out the infrastructure for adding test data created in the past ad hoc, I'll wait until there's proper QA / test environment infrastructure in place. (Stay tuned!)Here's the current commit in the veery/
repository.
Next post: Python task manager from scratch, part 35: Listing tasks from the command line