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
- "over 10,000 more" on /about/ is now a bit out of date - get it dynamically?
- "o-o-p-s a-l-l" becomes "O-O-P-S a-L-L" after sanitization which is a bit weird
- It would be good to add decksite.views=decksite.data to the deny-imports list in .flake8 but there are a lot of violations
- Now that we display matches on /matchups/ we should hide columns based on your search criteria
- /matchups/ spits out any number of decks and matches, should be paginated/reactified
- The "matchups" heading should probably link back to /matchups/ with no search
- Which side is "person" and which is "opponent" is not deterministic on /matchups/ but when you searched for a particular archetype or person (or card) that deck should always be on the left
- win_percent is a str (because of '' as no result and the percent symbol) in way more places than it should be
- Replace all TypedDicts with dataclasses?
- If an archetype has no decks in a season the archetype detail page is very bare, doesn't even show its place in the archetype tree at the top
- Docs
- Python not yet supported