-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Project: make grapher and site standalone projects within repo #1082
Comments
Solid plan! So, in the ideal scenario, the I could see the versioning being annoying, if for everything other than grapher and utils we only care about After the move, we could consider whether we want to in time break more things out, or whether we want to do the opposite (e.g. move |
Closing this, we don't have the appetite to address it for now. |
Make grapher a standalone project within the existing repo.
Scope
Separate grapher and the OWID site into separate standalone projects in the same repo #1157Why / why now
Currently people can’t try out or use grapher without spinning up our entire site. This project would allow others to use grapher, find problems with it and contribute fixes back.
This year we would like to start to seek external contributions for data and for grapher.
Risks
Could lose the git history for one project or the other(solved via monorepo)Could end up with a development flow that is way tricker/harder/more expensive when we make grapher changes as part of a combined change(solved via monorepo)Other people creating grapher charts could dilute our brand, if they look too similar(solved via styling)Set low expectations for the general public to begin with in our README
The text was updated successfully, but these errors were encountered: