- Get reviews count with log of review messages
- Filter by group of team members and multiple projects
- Filter by date in UI
- Setup your config.json from example (you should copy cookie from your browser)
- Run
yarn run import
to import in local SQLite (it will create db.sql file) - Run
yarn start
to run review statistics on localhost:3333
- Improved code readability with async/await
- Minor template updated and favicon added
- Update to not calculate self +1
- Use yarn as package manager
- Removed raw queries and manual table create scripts
- Sequelize package used for queries and database
- Updated bootstrap layout
- SQLite db added to preserve imported data
- Import speed optimized
- Web UI added
- Multiple projects support
- Single-file script to fetch stats and console output