openagri-eu / farmcalendar

European Union Public License 1.2
1 stars 0 forks source link

Create FarmActivity (or FarmLog) model #12

Closed arruda closed 2 weeks ago

arruda commented 2 months ago

Should have a mandatory start-datetime, optional timedelta duration field, and description. In farmOS the base class is FarmLog, but FarmActivity seems like something that could be the Parent of any activity that is logged into the system. Indeed FarmActivity is nothing more than a FarmLog with an different name in FarmOS(it ads no new fields or logic).

Also should have status choice field (pending, done)

Inherity or ref and occurrence from https://django-scheduler.readthedocs.io/

arruda commented 1 month ago

not using django-scheduler, old, unmaintained and too complicated for what we actually want