Stage 3 restrictions only allow for irrigation every other week. Since the client cannot determine when restrictions started, the server will need to inform the client when it is permitted to irrigate their lawn during this stage level.
The SAWS stage restriction information states that the website will display when it is permitted for irrigation. Unfortunately, we are not in Stage 3 restrictions to know where to scrape it from. Nevertheless, we should add the field to the API now so that the client can look for it during that restriction period. We can update the server-side code if/when we enter stage 3 restrictions.
I propose an update to the return payload as follows:
Stage 3 restrictions only allow for irrigation every other week. Since the client cannot determine when restrictions started, the server will need to inform the client when it is permitted to irrigate their lawn during this stage level.
The SAWS stage restriction information states that the website will display when it is permitted for irrigation. Unfortunately, we are not in Stage 3 restrictions to know where to scrape it from. Nevertheless, we should add the field to the API now so that the client can look for it during that restriction period. We can update the server-side code if/when we enter stage 3 restrictions.
I propose an update to the return payload as follows: