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
- We are inconsistent about whether it's a season number or a season id
- Rank is now giving cards with playability of 0 a rank based on alphabetical order (I think?)
- We should use oracle.load_cards and not search.search when setting up _legal_cards in decksite.data.rotation
- Decide when and how to fade /rotation after rotation
- "could not get a penny dreadful seaosn from blah" is too long a message for the message box when you put f:pdblah in a card search
- Odd sanitization when season is treated like a year
- Integer overflow in the db should be an error
- A lot of our ints should be UNSIGNED in the db because they are not meant to hold negative numbers
- archetype playabilty uses _card_count but playability uses _season_card_count - can we either have both use it or remove it?
- Achievements detail page revamp has some bugs
- Docs
- Python not yet supported