farmOS / field-kit

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

Fetch and store all required assets #465

Closed jgaehring closed 2 years ago

jgaehring commented 2 years ago

Right now, the Tasks module is not getting all the assets it needs to perform basic functionality, when running it against a test server with a large database of thousands of assets.

This is dependent on farmOS/farmOS.js#42.

jgaehring commented 2 years ago

It may also be good to think of a better way of limiting requests from the Tasks module itself, so every time logs are synced, all assets don't have to be synced too.