Updating chapter organisers
There are 2 administrative tasks which require completing when retiring former organisers:
-
changing their role on meetup.com
-
updating their status in our JSON data
The instructions below outline each of these.
Task 1. Changing organizer role on meetup.com
Note: for some reason I had issues with getting this working in Firefox, but it seemed to work fine in Chrome đ¤ˇ
-
Login to meetup.com with the RLadies Global account. Select the âPro Dashboardâ from the top right of the page. Search for the meetup group containing the former organiser and go to its page.
-
In the âOrganizersâ panel, click on âR-Ladies Global and N othersâ to be taken to the Organizers admin page.
-
Find the member you wish to retire and click on the â…â on the right next to their name. Select âChange member roleâ.
-
On the menu that appears, select âmemberâ and then click âupdate roleâ
Task 2. Updating Organizer Status in the Directory
-
Head to https://github.com/rladies/rladies.github.io/tree/main/data/chapters and find the relevant chapter. Click to open the JSON file associated with that chapter.
-
Click on the âeditâ button in the top right of the code view. It looks like a little pencil.
-
You should now be able to edit the JSON file. Move the retired organizer from the âcurrentâ to the âformerâ field and select âCommit Changesâ and then âPropose Changesâ and then âCreate Pull Requestâ.
-
Double-check the details and then submit the pull request! Some CI checks will run on the PR to make sure the JSON is correctly formatted, and the relevant people will be notified to review/merge it.
(You can achieve the above by manually making a fork of the repo and then editing the file locally and then making a pull request, although I found this method to be quicker and easier)