Shetabi / faunus

0 stars 1 forks source link

مشاهده روش آبیاری #9

Open hosgit10523 opened 10 months ago

hosgit10523 commented 10 months ago

F04- من به عنوان باغبان می خواهم در صفحه گیاهم روش آبیاری گیاه را ببینم تا بدانم بهترین روش برای آبیاری گیاه کدام است.

hosgit10523 commented 7 months ago

URL will be: plants/{id}/watering

hosgit10523 commented 7 months ago

Response sample: { "id": 1, "wateringMethodTitle": "آبیاری از بالای خاک", "wateringMethodDescription": "گلدان را از بالای خاک با آبپاش به آرامی سیراب کنید" }

hosgit10523 commented 7 months ago

Schema changes: New table: WateringMethods with id, title, description columns New FK from Plants to WateringMethods