2010/rules: We do not separate between new applications and renewals

This was separate because it takes less time to renew a membership. But
we asked the currently existing members already to renew their
membership so we can decrease the complexity by getting rid of another
deadline.
This commit is contained in:
Tobias Mueller 2010-05-03 00:53:28 +01:00
parent fe53e3051b
commit 66bd8e27c5
2 changed files with 9 additions and 4 deletions

View file

@ -15,7 +15,7 @@ import vobject
#### Configure these variables #### Configure these variables
CANDIDATES_OPENED_DATE = (2010, 5, 2) CANDIDATES_OPENED_DATE = (2010, 5, 2)
APPLICATIONS_CLOSED_DATE = (2010, 5, 14) APPLICATIONS_CLOSED_DATE = (2010, 5, 14)
RENEWALS_CLOSED_DATE = (2010, 5, 21) RENEWALS_CLOSED_DATE = (2010, 5, 21) # Not used, renewals are incorporated into applications
CANDIDATES_CLOSED_DATE = (2010, 5, 23) CANDIDATES_CLOSED_DATE = (2010, 5, 23)
CANDIDATES_ANNOUNCED_DATE = (2010, 5, 26) CANDIDATES_ANNOUNCED_DATE = (2010, 5, 26)
VOTING_OPENED_DATE = (2010, 5, 30) VOTING_OPENED_DATE = (2010, 5, 30)
@ -265,7 +265,7 @@ if __name__ == "__main__":
APPLICATIONS_CLOSED, APPLICATIONS_CLOSED,
CANDIDATES_CLOSED, CANDIDATES_CLOSED,
CANDIDATES_ANNOUNCED, CANDIDATES_ANNOUNCED,
RENEWALS_CLOSED, #RENEWALS_CLOSED,
VOTING_OPENED, VOTING_OPENED,
VOTING_CLOSED, VOTING_CLOSED,
PRELIMINARY_RESULTS, PRELIMINARY_RESULTS,

View file

@ -106,14 +106,19 @@
<p><small>(all deadlines are 23:59 UTC)</small></p> <p><small>(all deadlines are 23:59 UTC)</small></p>
<ul> <ul>
<li> <li>
2010-05-14 (Friday): Last day to apply for membership (to be eligible 2010-05-14 (Friday): Last day to apply for membership, including
for these elections). renewal (to be eligible for these elections).
<!-- FIXME: We should get rid of that, because we can not guarantee anybody to become a member in time, let alone become a member at all --> <!-- FIXME: We should get rid of that, because we can not guarantee anybody to become a member in time, let alone become a member at all -->
</li> </li>
<!-- We do not do that in 2010, because it adds complexity
<li> <li>
2010-05-21 (Friday): Last day to apply for renewal of your 2010-05-21 (Friday): Last day to apply for renewal of your
membership (to be eligible for these elections). membership (to be eligible for these elections).
</li> </li>
-->
<li> <li>
2010-05-23 (Sunday): Last day to announce candidacies, submit summary 2010-05-23 (Sunday): Last day to announce candidacies, submit summary
statements. statements.