7ea8bdd964
* Make App.js into skeleton for GraphExplorer We make a very basic skeleton for the Graph Explorer as a basis for future development. This commit also removes the UserExplorer and FileExplorer from App.js. Since we have changed the underlying data model, we are unlikely to use the UserExplorer or FileExplorer in anything like their current state, so they are effectively deprecated. I am deferring removing them because it is nice to have some examples of working React code to copy from, before the Graph Explorer is ready. Test plan: run `yarn start`, and observe that the App displays the words "Graph Explorer" underneath the "SourceCred Explorer" title bar. |
||
---|---|---|
config | ||
experiments | ||
flow-typed/npm | ||
public | ||
scripts | ||
src | ||
.flowconfig | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
package.json | ||
yarn.lock |
README.md
SourceCred
The open-source community provides an enormous amount of value to the world. However, open-source contributors go largely unrewarded and unrecognized. SourceCred aims to help that situation, by building tools that enable quantitatively measuring the value that open-source contributors provide to individual projects, and to the community as a whole.
SourceCred will create a "Cred Graph", which is a graph that shows how the contributions that compose open-source projects are related to and derive value from each other. From this, we'll be able to assign "cred" to users based on how valuable their contributions are. Cred will be assigned based on a mixture of objective data (e.g. references between GitHub pull requests) and subjective feedback (e.g. projects' own judgments on how important different contributions were).
If you'd like to contribute, please join our slack.