Skip to content

Commit

Permalink
OCT-2347 Epoch timeline: events for E7: client (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek authored Feb 7, 2025
2 parents 31aeeaa + f3bea46 commit 9384b87
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions client/src/constants/milestones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,20 @@ export default function getMilestones(): Milestone[] {
id: 'e7-epoch-starts',
label: i18n.t('views.projects.projectsTimelineWidget.epochStarts', { epoch: 7 }),
},
{
from: new Date('2025-01-30T00:00:00+0100'),
href: 'https://octant.fillout.com/epoch-7-climate-round-applications',
id: 'e7-applications-open',
label: i18n.t('views.projects.projectsTimelineWidget.applicationsOpen'),
to: new Date('2025-02-15T13:00+0100'),
},
{
from: new Date('2025-04-11T18:00:00+0200'),
id: 'e7-allocation-window',
isAllocationWindowMilestone: true,
label: i18n.t('views.projects.projectsTimelineWidget.allocationWindow'),
shouldUseThirdPersonSingularVerb: true,
to: new Date('2025-04-25T18:00:00+0200'),
},
];
}

0 comments on commit 9384b87

Please sign in to comment.