Skip to content

Releases: onaio/tasking

v0.1.3

05 Jul 09:08
8cce46d
Compare
Choose a tag to compare
  • Add location to TaskOccurrence model

v0.1.2

04 Jul 16:25
78e8709
Compare
Choose a tag to compare
  • Add TaskLocation
  • Squash migrations

v0.1.1

27 Jun 09:32
dd5894a
Compare
Choose a tag to compare

Improvements and Bug Fixes 🚀

  • Fix a bug on generation of occurrences caused when timing_rule on Task had no end date

v0.1.0

26 Jun 13:56
e9b32e9
Compare
Choose a tag to compare

Improvements and Bug Fixes 🚀

  • Modified timing_rule to now not be required.
  • Add validation for Tasks start and end date.
  • Fix an error caused by timing rules with no set end date

v0.0.9

20 Jun 12:22
b83d8fa
Compare
Choose a tag to compare

Improvements 🚀

  • Fixed the verbose_name and help_text on the Task end field

v0.0.8

19 Jun 12:01
7f250f1
Compare
Choose a tag to compare

Improvements and features 🚀

  • Add LocationType Model, Serializer and ViewSet

v0.0.7

14 Jun 14:02
9873565
Compare
Choose a tag to compare

Improvements and features 🚀

  • Change shapefile field on Location to a MultiPolygon Field
  • Update to_internal_value for ShapeFileField to now work well with MultiPolygons

v0.0.6

05 Jun 13:06
5cb63d9
Compare
Choose a tag to compare

Improvements and features 🚀

  • Add estimated_time field to Task
  • Add description field to Location
  • Enable sorting by estimated_time field in Task

v0.0.5

31 May 07:13
e997558
Compare
Choose a tag to compare

Improvements and features 🚀

  • Add "Archived" as one of the available status choices for Task Status

v0.0.4

30 May 10:32
6569774
Compare
Choose a tag to compare

Improvements and features 🚀

  • Make generate_task_occurrences configurable.

Bug Fixes 🐛

Miscellaneous 📦