Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We also had 5 entries related to post-harvest processing (e.g. “Trilla de haba” - translated as “Bean threshing”). We’ll probably want to expand on this with our elaborated products module, but for the time being this can live under “Machinery purchase or rental”.

A note on current usage of farm expenses - right now 283 users have ever created an expense. Of those, 40 have created more than 10 and 229 have created 5 or fewer. The “core” demographic of current users for this feature is probably around 25 people. Kevin will reach out to the “top 10” as defined in the below query to vet the new types:

Code Block
-- Users that have used expenses (283 as of 9/26)
SELECT u.email, COUNT(fe.created_by_user_id)
FROM "farmExpense" fe
JOIN users u ON fe.created_by_user_id = u.user_id
GROUP BY u.email
ORDER BY COUNT(fe.created_by_user_id) DESC
LIMIT 10

Supporting documents

View file
nameInstances of "Other".xlsx

...