Module plantings

Source
Expand description

All DTOs associated with PlantingDto.

Structs§

DeletePlantingDto
Used to delete a planting.
MovePlantingDto
Used to move an existing planting.
PlantingDto
Represents a plant on a map. E.g. a user selects a plant from the search results and plants it on the map.
PlantingSearchParameters
Query parameters for searching plantings.
TransformPlantingDto
Used to transform an existing planting.
UpdateAddDatePlantingDto
Used to change the add_date of a planting.
UpdatePlantingNoteDto
Update Markdown planting notes.
UpdateRemoveDatePlantingDto
Used to change the remove_date of a planting.

Enums§

UpdatePlantingDto
Used to differentiate between different update operations on plantings.