Our office has 5 plants, and no one to water them. We don’t want them to die. Create a .NET Core (Web API) solution with
Posted: Sat May 14, 2022 4:31 pm
Our office has 5 plants, and no one to water them. We don’t want
them to die.
Create a .NET Core (Web API) solution with a React front-end
that enables a user to water our
plants remotely.
As a user, I want to see a list of plants on a web page, as well
as their watering status
As a user, I want to start and stop watering of a plant. A plant
takes 10 seconds to
water.
The system should support watering multiple plants at the same
time.
Plants need to rest from watering, so as a User, I should not be
able to water the plant
again within 30 seconds of the last watering session.
As a user, I should be visually alerted if a plant hasn’t been
watered for more than 6
hours.
them to die.
Create a .NET Core (Web API) solution with a React front-end
that enables a user to water our
plants remotely.
As a user, I want to see a list of plants on a web page, as well
as their watering status
As a user, I want to start and stop watering of a plant. A plant
takes 10 seconds to
water.
The system should support watering multiple plants at the same
time.
Plants need to rest from watering, so as a User, I should not be
able to water the plant
again within 30 seconds of the last watering session.
As a user, I should be visually alerted if a plant hasn’t been
watered for more than 6
hours.