4d473dc0bd
This change modifies the timeline structure to describe a start and end date instead of two different events. Moreover this change adds: * the number of days remaining until the next event. * a 'next' status when current event haven't started yet Change-Id: Ib76b0315a7409a8442c1be6f8341b0596c1d56ae
15 lines
350 B
YAML
15 lines
350 B
YAML
---
|
|
timeline:
|
|
- name: 'PTL nomination'
|
|
start: '2016-09-12T00:00'
|
|
end: '2016-09-18T23:45'
|
|
- name: 'PTL elections'
|
|
start: '2016-09-19T00:00'
|
|
end: '2016-09-25T23:45'
|
|
- name: 'TC nomination'
|
|
start: '2016-09-26T00:00'
|
|
end: '2016-10-01T23:45'
|
|
- name: 'TC elections'
|
|
start: '2016-10-03T00:00'
|
|
end: '2016-10-09T23:45'
|