gatherling
https://github.com/pennydreadfulmtg/gatherling
PHP
Magic: The Gathering tournament runner and tracker for Player Run Events
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
PHP not yet supported1 Subscribers
Add a CodeTriage badge to gatherling
Help out
- Issues
- Indicate which events are active on /event.php
- mainrounds and finalrounds should always be int or null never empty string
- there is a hardcoded 127 in initialSeedDropMenu that could break things if we get 127 entries for a tournament?
- Create a New Event is super slow/times out on prod
- Creating events has very little validation/error handling
- Lower-level functions should not mess with $_GET, $_POST and $_REQUEST
- Where we have types they allow null a lot
- Centralize some UI stuff that has been decentralized
- When a winning deck name is long it breaks the bounding box of "recent winners" on the homepage
- Harcoded client and game types should be constants or (better) an enum
- Docs
- PHP not yet supported