
The system tracks payments by players for UWH games. It integrates with Meetup as a signup platform for each game.
Players purchase "punchcards" which allows them to play 11 games ("Buy ten. Get one free"). Then, each time they
signup and play a UWH game, the system records it on their punchcard and sends them an email. When they use up
their punchcard, it prompts them to purchase a new one.
·
<a href="https://github.com/skpick99/Underwater-Hockey-Punchcards/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
·
<a href="https://github.com/skpick99/Underwater-Hockey-Punchcards/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
Table of Contents
skpick99
, Underwater-Hockey-Punchcards
This is not designed to be run on a desktop. It is in the process of being setup for general use. It's unclear if that will continue being worked on.
log.txt are my notes when I initially setup the system. The system uses SendGrid to send emails and it needs to be installed properly to allow the system to function properly.
- Get a free API Key
- Clone the repo
git clone https://github.com/skpick99/Underwater-Hockey-Punchcards.git
- Setup SendGrid
- Update info.json for your SendGrid keys, Meetup names, etc.
python CMenu.py
There is not yet any manual or documentation for this project. That is our next step.
Scott Pickett works occasionally on the punchcard system. see the log.txt for my latest todo list and what I'm working on
William Mantzel is working on a system to auto-generate teams based on Meetup signups
See the open issues for a full list of proposed features (and known issues).
Contact Scott Pickett or William Mantzel from the San Diego Underwater Hockey club to discuss your new feature.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Scott Pickett [email protected] This is not my primary email, so I may not see your email. Sorry. If you want to get ahold of me, it's probably best to get my phone number from someone in the San Diego UWH club.
Project Link: https://github.com/skpick99/Underwater-Hockey-Punchcards