Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crop Timelines #16

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 6 comments
Open

Crop Timelines #16

GoogleCodeExporter opened this issue Apr 18, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

Associate "timelines" of operations with crops in the database.  These
would be lists of operations, approx time to complete each operation and an
approximate time/date/week after planting for when they would happen.

This data could then be used for other reporting tasks, such as calendar
view (issue 13), todo lists (issue 14) and labor budgets.

Original issue reported on code.google.com by cropplan...@gmail.com on 17 Jan 2008 at 2:29

@GoogleCodeExporter
Copy link
Author

This might be a second tab under the CropDB detail view.  A table would be 
created
(something like "CROP_EVENTS") with fields for:
 * event id (unique)
 * crop id
 * event name
 * approx weeks after planting (0 is week of, negative are weeks before, default sort)
 * approx time to complete
 * perhaps an "order" to clarify position (secondary sort)

When we need a timeline for a crop, we could select from this table with WHERE
crop_id = ... ORDER BY weeks_after_planting


Original comment by cropplan...@gmail.com on 19 Jan 2008 at 10:19

@GoogleCodeExporter
Copy link
Author

We will also need to track which "date" the action refers to.  This will allow 
users
to enter, for example, "Prepare greenhouse for winter squash curing 1 week 
before
harvest" and will avoid ambiguity about whether the planting date refers to 
seeding
or transplanting.

Original comment by cropplan...@gmail.com on 1 Apr 2008 at 3:29

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 28 Sep 2008 at 12:11

  • Added labels: Milestone-Future
  • Removed labels: Milestone-RC1

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 18 Oct 2008 at 11:44

  • Added labels: Priority-Wanted

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 18 Oct 2008 at 11:52

  • Added labels: Version-Future
  • Removed labels: milestone-future

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 11 Dec 2008 at 4:08

  • Added labels: Priority-WouldBeNice, Version-1.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant