The application for setting up your application deadlines lives in pollination-timeline.json
. This allows you to either edit & show the deadlines OR close the deadline, as shown below:
Application deadlines are open!
Applications are unaccepted at the moment and closed!
The file is located in mockdata > pollination-timeline.json
.
Let’s take a look at the mockdata > pollination-timeline.json
file.
To set your application deadlines, you want to edit the object literals month
, day,
and year
… and finally set session
to true
. The object literals are:
<aside> 0️⃣ Date for Application Open
</aside>
<aside> 1️⃣ Date for Application Close
</aside>
<aside> 2️⃣ Date for Decisions Sent
</aside>
<aside> 3️⃣ Date for Kickoff
</aside>
When you decide it’s time to close the application dates, set session
to false
.
The application deadlines settings for both mentee & mentor live in mockdata > pollination.json
. Since both are similar (and in the same file), the Mentee Deadline will be used as the example.