-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
A field I'm finding handy in Chicago is allowing location to add a "recursive day" field. This in combination with begin and end dates allows for less "duplicate" data entry for locations that are "flu shots available every Monday through Friday, 8:00 AM to 8:00 PM". This would now only take one row with:
begin date: 09/01/2013
end date: 04/30/2014
begin time: 08:00
end_time: 20:00
recursive days: Monday,Tuesday,Wednesday,Thursday,Friday
'recursive days' is a comma separated list of days of the week, for ease of parsing this string into an array, and doing the date math.
Metadata
Metadata
Assignees
Labels
No labels