..and now what?
- A person goes to the Organize page and fills out the form. We receive notification about it to [email protected].
- The person provides enough details for us to realize that they:
- have read the Organizer's Manual
- they're pretty cool people
- they will organize a workshop
- We click the "accept" button.
- 🎉
The organize
app is behind the "organizer application form".
Organizers applications are visible in the admin and should be triaged there.
An email containing applicant' answers is also sent to hello@djangogirls. If you want to interact with an applicant, move application to "in review" in the admin and "reply all" in Gmail.
Accept application if:
- Organizer candidate provided enough information to convince you that they can run a successful workshop, or it's a repeated organizer who's run a successful workshop before.
To accept, make sure there is no special characters or -
in the URL
field of the application, otherwise it may not work.
When clicking the accept button, following things will happen:
- Application's status will be changed to "deployed"
- Website:
- If there was a previous event in that city, the event will be copied over to a new URL (
/city
) and previous event will be renamed toDjango Girls City #3
with a URL changed to/city3
- If it's a new event, a new templated website for the event will be created.
- If there was a previous event in that city, the event will be copied over to a new URL (
- Gmail:
- If there was a previous event in that city, and there is at least one common organizers, the Gmail account will stay the same
- If there was a previous event in that city, and there is no common organizers between them, the existing
[email protected]
will be renamed to[email protected]
and new[email protected]
email will be created. - If it's a new event, new
[email protected]
email will be created.
- Organizers:
- Organizers who applied will be given access to the event and receive e-mails with instructions and passwords
- Organizers will be invited to join Slack
- Communication:
- Entire team will receive a starter e-mail. See content of the email
Reject application if:
- Organizer didn't provide sufficient information to judge whether they will organize a good workshop
- Organizer failed to organize a workshop previously
To reject, click the reject button and update the "comment" field describing why you rejected the event.
When clicking the reject button, following things will happen:
- Application's status will be changed to "rejected"
- Entire team will receive a rejection e-mail. See content of the email
Move application to in review when:
- You want to chat with applicant more via email
To move to in review, click the "in review" button and update the "comment" field describing why you want to investigate the event more.
When clicking the in review button, following things will happen:
- Application's status will be changed to "in review"
Move application to on hold when:
- For some reason, application cannot be acted on right now
To move to on hold, click the "on hold" button and update the "comment" field describing why application is on hold.
When clicking the on hold button, following things will happen:
- Application's status will be changed to "on hold"
Send them the organize or attend template e-mail.
If they seem not ready, reject them, and they will receive a nice email encouraging them to check the Organizer Manual and contact us when they're more prepared.
- Hangout with them on Google Hangouts.
- Find someone in the community to vouch for them.
- Talk to them more via emails.
- Recommend finding a co-organizer first.
- Check if the application has the previous event assigned, or if there were events in this city previously - assign the last event from that city before approving the workshop
- If this fails, go to events for this city and check their e-mail address. The most recent event should have the standard [email protected] e-mail, and the older ones should have the [email protected] format. Compare that to what we have in the Google admin for users. If the last event email has already been archived and a new email created, the new email will need to be deleted before you can try to approve the workshop again.
- If all of the above fails and you don't know what to do, in the event application change the city name slightly (to anything) keeping the slug the same then deploy the event. Once successful go back and fix the name in the event. Also check that the previous event has been re-numbered to #1 (or whichever number it should be)