OpenDataScotland / jkan

A lightweight, backend-free open data portal, powered by Jekyll, based on the JKAN project
https://opendata.scot
MIT License
6 stars 13 forks source link

New Google Form: Submit portal/site/org for scraping #26

Open JackGilmore opened 2 years ago

JackGilmore commented 2 years ago

We should probably close OpenDataScotland/the_od_bods#100 and create an issue template as part of OpenDataScotland/the_od_bods#103 before we move this forward

In the interests of making it easier for people/orgs to contribute suggestions for datasets we could scrape, let's create a Google Form instead of forcing them to sign up for GitHub and open a new issue, which they may not be familiar with doing.

    graph TD
    A("👨‍💻 User identifies website to be scraped") --> B("👨‍💻 User submits Google Form");
    B --> C("🤖 GitHub Action picks up new submission")
    C --> D("🤖 GitHub Action opens new issue using template")