-
Notifications
You must be signed in to change notification settings - Fork 215
feat: Add more filters to API resources #4230
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
Conversation
This commit adds more filters to the API resources to allow for more advanced querying. - Adds filters for `active`, `garden_type`, and `location` to `GardenResource`. - Adds filters for `crop`, `planting`, `plant_part`, and `harvested_at` to `HarvestResource`. - Adds filters for `active`, `failed`, `sunniness`, and `perennial` to `PlantingResource`. - Adds filters for `crop`, `tradable`, `organic`, `gmo`, and `heirloom` to `SeedResource`.
|
👋 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. For any comments you don't want me to act on, just include (aside). For security, I will only act on instructions from the user who triggered this task for this pull request. |
This commit adds more filters to the API resources to allow for more advanced querying. - Adds filters for `active`, `garden_type`, and `location` to `GardenResource`. - Adds filters for `crop`, `planting`, `plant_part`, and `harvested_at` to `HarvestResource`. - Adds filters for `active`, `failed`, `sunniness`, and `perennial` to `PlantingResource`. - Adds filters for `crop`, `tradable`, `organic`, `gmo`, and `heirloom` to `SeedResource`.
This commit adds more filters to the API resources to allow for more advanced querying. - Adds filters for `active`, `garden_type`, and `location` to `GardenResource`. - Adds filters for `crop`, `planting`, `plant_part`, and `harvested_at` to `HarvestResource`. - Adds filters for `active`, `failed`, `sunniness`, and `perennial` to `PlantingResource`. - Adds filters for `crop`, `tradable`, `organic`, `gmo`, and `heirloom` to `SeedResource`.
This commit adds more filters to the API resources to allow for more advanced querying. - Adds filters for `active`, `garden_type`, and `location` to `GardenResource`. - Adds filters for `crop`, `planting`, `plant_part`, and `harvested_at` to `HarvestResource`. - Adds filters for `active`, `failed`, `sunniness`, and `perennial` to `PlantingResource`. - Adds filters for `crop`, `tradable`, `organic`, `gmo`, and `heirloom` to `SeedResource`.
This PR adds more filters to the API resources to allow for more advanced querying.