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

Business Directory #3

Open
anoxic opened this issue Apr 5, 2019 · 1 comment
Open

Business Directory #3

anoxic opened this issue Apr 5, 2019 · 1 comment

Comments

@anoxic
Copy link
Contributor

anoxic commented Apr 5, 2019

I would like to be able to compile the business directory from a "database", in part because manually formatting them all as html and in part because I want to be able to add "extended" information such as hours without a lot of hassle. I propose this process:

  1. Start with an initial list from other sources
  2. Process that into our "database"
  3. Use a script to format these into html, alphabetically and by category
  4. Over time, call/visit each business to make sure the information is correct, and to gather missing information like hours

The "database" would really be a bunch of files in a "businesses" folder, roughly in the format of an "ini", since it's easy to deal with (or even parse manually) from a number of languages. My favorite way to "parse" one would be running . business/$NAME.ini from a loop in sh.

name=
address=
category=
phone=
hours=

Once we've got all of the information together, I would also like to make sure the businesses are added to the various online maps services.

@jaywilliams
Copy link
Member

Sounds like like a nice, simple solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants