ghbolivar / cropplanning

Automatically exported from code.google.com/p/cropplanning
0 stars 0 forks source link

Add Notes to Plantings, like a logbook #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Users should be able to sit down at the end of the day and:

1. select which crops, plantings, fields, etc they "worked" that day and
2. select what work they did from a list of tasks (of course adding any
that aren't there)
3. add a short note to each task

The notes could then be searched or printed later.  Some tasks might
include "cultivated", "scouted", "applied pesticide or herbicide", etc. 
Then the info could be generated into a report along the lines of this:

...
*** July 15, 2009

Applied pesticide to crop ... in field ...: Entrust, 4 tankfulls, XX oz per
tank, with fish oil as sticker/spreader.

Cultivated crop ... in field ...: Lely, light and fast.

...

The info after the colon would be the users notes.  Ideally this would work
in conjunction with any other "task" list that the program is maintaining.

The hardest part of this might be figuring out how to select just those
entries which you worked on.  Take a hint from Gmail, I would guess, and
use a checkbox for each one.  Then the software could have a mechanism to
perform an action only on selected tasks.  This would be useful in other
places, too.

Original issue reported on code.google.com by cropplan...@gmail.com on 11 Feb 2009 at 1:28

GoogleCodeExporter commented 8 years ago
Closing issue.  The notes were improved in v0.6 to include something sort of 
like this.

Original comment by cropplan...@gmail.com on 13 Mar 2013 at 2:36