ona-tasking is a Django app that adds tasking
(what is tasking?) functionality to your project.
The functionality is provided via:
ona-tasking includes a number of models that are useful for tasking.
This model represents an actual task.
This model represents a task submissions.
This model represents a location in which a task can be performed.
This model represents a project
, which is a way to group similar tasks.
The SegmentRule model is used to store rules that can be used to filter other models. ona-tasking uses it to filter tasks by certain user-defined criteria.
Each of the models above is implemented as an abstract base model class that can be imported and extended by your own project.
Additionally, ona-tasking includes concrete models that extend the abstract base classes. These may be used straight out of the box if your project does not require any modification of the base model classes.
TODO
TODO