penny-dreadful-tools
https://github.com/pennydreadfulmtg/penny-dreadful-tools
Python
A suite of tools for the pdmtgo community
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.
Python not yet supported2 Subscribers
Add a CodeTriage badge to penny-dreadful-tools
Help out
- Issues
- Orzhov Tokens 1.1: not even sure if i need the black sanitizes to Tokens v1.1: Not Even Sure if I Need the Orzhov -- can we do better with double color situations, maybe by just excluding them?
- deck_name can (and should) know archetype names to allow casing something like AggroSlide as AggroSlide and not Aggroslide - and lowercase known mtgo usernames also possibly
- deck_name doesn't do very much with hyphens because hyphens can really be part of words, but they are also all over the place in a bad way
- [PD2] Big Blue sanitizes to `2] Big Blue` if the deck's season_id because of the limits of regex
- Deck - Penny31LakeTrickery(2) sanitizes to Penny31laketrickery(2) -- can we do any better?
- The rules system should accomodate a couple of things
- When pdbot does tournament announcments of how many players are in the tournament it will count anyone who has late joined after the start but before the announcement which can lead to slightly confusing announcement
- Why does the site fail to load the CSS until you ctrl-shift refresh somewhat regularly for some folks?
- Maybe surface card RANK on the card detail page?
- All tests that touch the db should be annotated with `functional` and `with_test_db`, probably
- Docs
- Python not yet supported