Source code for Tally, a check-in and member point aggregation system.
Tally is a system we built in order to help keep track of how many points our branch members have acquired through attending meetings, social events, and other "tally" based things. It integrates with our team's Slack and allows users as well as officers to see how many points students have acquired.
# Describe it in a nice way. Code samples with installation basics works great
$ git clone https://github.com/ieeeut/tally.git
$ yarn install
$ cp .env.example .env
$ yarn start
Please read CONTRIBUTING.md for more details.
or if you like it simple:
Fork
this repository- Create a
branch
Commit
your changesPush
yourcommits
to thebranch
- Submit a
pull request
You can find more information about Pull Requests here
- Account Management
- Admin Authorization
- Basic Check-in Functionality
- User Management
- API/Slack Integration
- Remove Mailgun Dependency in Favor of SMTP?
- March 29th: initial project published