For calculating continuous service windows, we need to be evaluating both the feed_info.txt start and end dates and the calendar.txt and calendar_dates.txt start and end dates. See more details here.
That means we need to be exposing the feed start and end dates from the validation report in our database so we can use them for our calculation.
To be discussed if we need them both in the database and the public API or not.
We'll also need to backfill these values for past datasets.
For calculating continuous service windows, we need to be evaluating both the feed_info.txt start and end dates and the calendar.txt and calendar_dates.txt start and end dates. See more details here.
That means we need to be exposing the feed start and end dates from the validation report in our database so we can use them for our calculation.
To be discussed if we need them both in the database and the public API or not.
We'll also need to backfill these values for past datasets.