fn sprint_index(start: NaiveDate, sprint_length: u16, date: NaiveDate) -> usize
Calculates the number of the week the date is in, based on the start date.