farmOS / field-kit

A modular, offline-first companion app to farmOS.
https://farmOS.org
GNU General Public License v3.0
62 stars 39 forks source link

Finish quantities in Tasks Edit; provide corresponding API in core. #462

Closed jgaehring closed 1 year ago

jgaehring commented 3 years ago

See farmOS/farmOS-client#455 (comment).

This is going to require a little more thinking, since adding a new quantity to a log will require creating a entity in itself. How that change gets propagated through the caching and syncing layers of core is going to take some thought.

jgaehring commented 1 year ago

Finally getting this one wrapped up... See https://github.com/farmOS/field-kit/issues/505#issuecomment-1367588943 for specifics on the link() method, for handling log quantities and other relationships.

jgaehring commented 1 year ago

Resolved by #515.