Skip to content

Add a recursive_day field #3

@tkompare

Description

@tkompare

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions