Skip to content

Conversation

google-labs-jules[bot]
Copy link
Contributor

@google-labs-jules google-labs-jules bot commented Sep 1, 2025

Fix #537

This change introduces a new Problem model, analogous to Crop, to allow users to track problems they have on their plantings (e.g., aphids on tomatoes).

Key features:

  • A new Problem model that can be curated by admins (problem_wranglers).
  • Users can associate problems with their plantings and upload photos of the problems.
  • Aggregated problem information is displayed on the crop detail page (e.g., "Problems: aphids (27), blight (13)").
  • Users can mention problems in posts (e.g., [aphids](problem)), which automatically links to the problem's page.
  • Admin functionality for reviewing and approving new problem suggestions.

This commit introduces a new `Problem` model, analogous to `Crop`, to allow you to track problems you have on your plantings (e.g., aphids on tomatoes).

Key features:
- A new `Problem` model that can be curated by admins (`problem_wranglers`).
- You can associate problems with your plantings and upload photos of the problems.
- Aggregated problem information is displayed on the crop detail page (e.g., "Problems: aphids (27), blight (13)").
- You can mention problems in posts (e.g., `[aphids](problem)`), which automatically links to the problem's page.
- Admin functionality for reviewing and approving new problem suggestions.
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll acknowledge your comments with a 👀 emoji and then get to work. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

I will automatically address your feedback on specific files or sections of files. For any comments you don't want me to act on, just include `(aside)`.

PS: Responding to comments on the entire PR are not yet supported but coming soon.


For security, I will only act on instructions from the user who triggered this task for this pull request.

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

Successfully merging this pull request may close these issues.

Track pests/diseases
1 participant