codeforbirmingham / Open-Disclosure

Understanding Alabama Campaign Finance Data
http://www.codeforbirmingham.org/Open-Disclosure/
17 stars 6 forks source link

Improve repo organization #88

Closed agrueneberg closed 9 years ago

agrueneberg commented 9 years ago

Currently the master branch contains the data pipeline and the gh-pages branch contains the frontend. @tarifhaque was looking for the frontend but couldn't find it. I'd suggest to reorganize the repo a little bit. There are several options:

  1. Make gh-pages the default branch.
  2. Have an empty master branch, move data pipeline into a separate branch, link from master branch to the two other branches.
  3. Create an organization, have a separate repository for the data pipeline and and for the frontend.

What do you all think?

tarifhaque commented 9 years ago

Apparently it's Git custom to branch the repo for the project website, so I think we're okay.

mwleeds commented 9 years ago

We can explain where everything is in the main Readme.