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 is no support to say that a place, like a bar, is open until 2am. A simple solution for this would be to not bound the end time of the range to 23:59, instead allowing for things like 24:30, and for the 2am slot 26:00. We would prefer to do it this way so that we don't need to write logic in our application domain that looks for two contiguous time ranges (06:30 - 23:59 and 00:00 - 02:00) on the same day and combine those for display on the front end.
If this is something that would be merged in if we open a pull request then we would be willing to do the work required for this @sadekd.
The text was updated successfully, but these errors were encountered:
Currently there is no support to say that a place, like a bar, is open until 2am. A simple solution for this would be to not bound the end time of the range to 23:59, instead allowing for things like 24:30, and for the 2am slot 26:00. We would prefer to do it this way so that we don't need to write logic in our application domain that looks for two contiguous time ranges (06:30 - 23:59 and 00:00 - 02:00) on the same day and combine those for display on the front end.
If this is something that would be merged in if we open a pull request then we would be willing to do the work required for this @sadekd.
The text was updated successfully, but these errors were encountered: