|
4 years ago | |
---|---|---|
app | 7 years ago | |
bin | 7 years ago | |
build | 7 years ago | |
config | 7 years ago | |
db | 7 years ago | |
server | 7 years ago | |
task | 7 years ago | |
.gitignore | 7 years ago | |
Makefile | 7 years ago | |
README.md | 4 years ago | |
config.example.json | 7 years ago | |
nginx.conf | 7 years ago | |
package.json | 7 years ago | |
schema.sql | 7 years ago |
README.md
Empact
Empact allows you to take a look at developers' impact on the repositories of the company from all the different perspectives. It visualizes the contribution data gathered from the GitHub API and presents it in a couple of cool charts.

In order to visualize the data, two types of charts are used: the bar chart and the stacked area chart.

The back-end server is written in Go. The front-end application is built with React.js; charts are drawn in SVG.
At this point, the project is a working prototype, although most of its features are already complete. Data synchronization is mostly done, keeping data up-to-date is yet to be implemented.
Works best in Google Chrome, Safari has animation issues, Firefox and others have not been thoroughly tested yet.