资 源 简 介
My own custom task manager application.
Uses Core Data to store a bunch of tasks that are grouped by category. Each category is assigned an importance level: weekly, roughly monthly, or occasionally/yearly. Individual tasks can be assigned a numeric priority.
Tasks are presented in lists for each of the above mentioned importance levels, with a running summary of coverage of each of the categories.
The idea is to encourage balance and track how often you do all the different kinds of things (categories) you are interested in.
Currently completely Mac OS X specific as is built using Core Data and Cocoa.