camelot-project / frontend

The frontend: The web-facing server software for CAMELOT
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

Simplify merging of database + uploads PRs #110

Open keflavich opened 9 years ago

keflavich commented 9 years ago

It looks like most database PRs have been merged without their corresponding Upload PRs being merged. This is probably because people simply forgot. It would therefore make sense to require merging of the Upload PR with the Database PR by having them be the same button.

Probably the best way to do this would be to have the Database and Uploads be in the same repository. There really isn't a need to have them separate.