/tally

a member point tracking and aggregation system ✔️

Primary LanguageJavaScriptMIT LicenseMIT

Tally

Source code for Tally, a check-in and member point aggregation system.

Under Development License Travis


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.


Installing 💿

# 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

Deployment 🚢

Deploy

Contributing 👥

Please read CONTRIBUTING.md for more details.

or if you like it simple:

  1. Fork this repository
  2. Create a branch
  3. Commit your changes
  4. Push your commits to the branch
  5. Submit a pull request

You can find more information about Pull Requests here

To-Do ✅

  • Account Management
  • Admin Authorization
  • Basic Check-in Functionality
  • User Management
  • API/Slack Integration
  • Remove Mailgun Dependency in Favor of SMTP?

Changelog 📝

  • March 29th: initial project published

Acknowledgments 👍