Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature idea: Event Submission #51

Closed
mateoclarke opened this issue Nov 27, 2019 · 2 comments · Fixed by #62
Closed

Feature idea: Event Submission #51

mateoclarke opened this issue Nov 27, 2019 · 2 comments · Fixed by #62
Assignees
Labels
help wanted Extra attention is needed Priority: ★★ medium priority Size: L large level of effort Skill: Python Skill: Research

Comments

@mateoclarke
Copy link
Contributor

mateoclarke commented Nov 27, 2019

user story
As a community organizer or community based organization, I want to submit events I'm (co)hosting to a community event registry so that event planning can be better coordinate between peer organizations.

🐍 Check out Oakland's census events/calendar app and evaluate if it could be repurposed for Greater Austin. (some python experience recommended) https://github.com/openoakland/dos-census-events

Or maybe we could do something more simple and just use a Google Form and pull data from a Sheet into Gatsby:
https://www.gatsbyjs.org/packages/gatsby-source-google-sheets/

Whatever solution should support a calendar UI and should collect location data (address and/or coords) for an event.

@jarrmill
Copy link

@mateoclarke and all, I checked out the feasibility of using Google Form / Sheets for event submission and approval, and it is very easy to implement. You can see a proof of concept on this on this branch.

The whole endeavor didn't take long at all. I followed this tutorial, and Gatsby has a great follow up tutorial here. That being said, I only did the first tutorial to get it working with Javascript.

If you want to try it out, let me know and I can share my credentials. Also, if there are any questions or if I can help any further, lmk. Cheers!

@mateoclarke
Copy link
Contributor Author

mateoclarke commented Jan 3, 2020

Nice, thanks for setting up this example @jarrmill. I'll go ahead and work from your branch and switch out credentials etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Priority: ★★ medium priority Size: L large level of effort Skill: Python Skill: Research
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants