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
If it is the morning of 2022-01-01, someone should not be able to submit a report saying they saw tests in stock on the evening of 2022-01-01. This happened on 2022-01-14, below:
The text was updated successfully, but these errors were encountered:
This should be fixable with a combination of shiny::updateSelectizeInput() (to remove certain "Time of Day" options if date selected is today) and Sys.Time().
We may also want to see if it's possible to have the Date input widget default to blank, instead of the current day. This will force the user to manually pick a date.
mthomas-ketchbrook
changed the title
Limit "Time of Day" entries > current time of day
Limit "Time of Day" entries for "In Stock" reports to > current time of day
Jan 15, 2022
mthomas-ketchbrook
changed the title
Limit "Time of Day" entries for "In Stock" reports to > current time of day
Restrict "Time of Day" options for "In Stock" reports dated today
Feb 10, 2022
If it is the morning of 2022-01-01, someone should not be able to submit a report saying they saw tests in stock on the evening of 2022-01-01. This happened on 2022-01-14, below:
The text was updated successfully, but these errors were encountered: