You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there can be more germinations than there were plants sown. This is a logic flaw.
The plants manager should throw an error saying that the user is trying to add too many germinations. Then the controller that is requesting the change can respond with an alert for the user.
There are two places where germinations can be added: the information view with a simple addition to the current day, and when the user is manually adding germinations to any date.
The text was updated successfully, but these errors were encountered:
Currently, there can be more germinations than there were plants sown. This is a logic flaw.
The plants manager should throw an error saying that the user is trying to add too many germinations. Then the controller that is requesting the change can respond with an alert for the user.
There are two places where germinations can be added: the information view with a simple addition to the current day, and when the user is manually adding germinations to any date.
The text was updated successfully, but these errors were encountered: