-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
As discussed on Slack, we're looking to find a solution for showing all upcoming maptime meetings. This is rather difficult currently because of the current nature of how Maptime chapters announce their events. A good portion are on meetup.com, but this is by no means required – the rest either being on personal websites or via twitter and others that I'm likely unaware of.
In order to do this effectively, events will need to be located in one location. Proposed solutions are as follows:
- Using a google form to submit an upcoming maptime event for your local chapter. This form populates a spreadsheet, which can be queried via tabletop.js and showcased into a page on the website. A prototype has been put together by MaptimeSEA on their repo, called maptimetime. user friendly, maintainable
- Use @csterling's database and query it. This would be nice for speed, but difficult for updating. I'm lacking in knowledge about this potential option. fast, reliable
- Add upcoming meetings to the
chapters.geojson
file, which would require significant upkeep by branch organizers. concise, organized(?) - Manually on a page, old school style!
- fork calagator and make a maptime events board. labor intensive, stalwart
Let's see what we can do!