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
- PageSpeedInsights thinks we can save 1.84s on homepage load by not serving unused CSS
- Complete the transition to all/league/tournament views for decks, people, cards, archetypes (summary and detail pages); design a new three way toggle
- there's an inconsistency between /decks/league/ and /archetypes/tournament/ -- we should be able to do both for both types, probably
- "flair" showing the current tournament winning leader/league leaderboard leader/other achievements on username
- Person-achievements detail page could be clearer and faster
- Speed up deck_sort by getting an integer index of card name and comparing ints instead of comparing strings
- indicate current subsection in bottom submenu, indicate current section and subsection in "normal" menu
- tournaments table should either not be sortable or should sort sanely
- new mobile nav is squished and terrible if you are an admin - the shoemaker's children are the last to get new shoes
- Refactor: [email protected]('/archetypes/<archetype_id>/tournaments/') by making the final part an optional param on @APP.route('/archetypes/<archetype_id>/')
- Docs
- Python not yet supported