Coder Social home page Coder Social logo

felixrilling / yugioh-deck-tool Goto Github PK

View Code? Open in Web Editor NEW
45.0 5.0 9.0 43.21 MB

A tool to share and edit decks, view deck prices, and much more.

Home Page: https://ygoprodeck.com/card-database/deck-prices/

License: Apache License 2.0

HTML 0.81% JavaScript 0.43% Vue 23.57% TypeScript 66.15% SCSS 9.04%
ygopro yugioh trading-card-game price-tracker

yugioh-deck-tool's People

Contributors

alanoc91 avatar dependabot[bot] avatar felixrilling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

yugioh-deck-tool's Issues

Rebrand under new name

The App does a lot more than just showing prices, a new name might fit better than "YuGiOh Deckprice"

Add Archetype Drop-Down

Similar to the "Set" drop down list.

Would it be possible to also add an Archetype one. When an archetype is selected is searches for cards that that have the selected archetype within their name/description.

Maybe it would also have to set the search text field to blank when an archetype is selected?

Screenshot Deck button - html2canvas?

The ability to screenshot the main deck/extra deck/side deck without having to go through Prt Scr (and then manually stitch images together) might be useful.

I've been looking into html2canvas which uses Javascript to do this.

The script allows you to take "screenshots" of webpages or parts of it, directly on the users browser. The screenshot is based on the DOM and as such may not be 100% accurate to the real representation as it does not make an actual screenshot, but builds the screenshot based on the information available on the
page.

Example usage is:

html2canvas(document.querySelector("#capture")).then(canvas => {
    document.body.appendChild(canvas)
});

The best class to capture would possibly be "deck" as it seems to incorporate the main deck, extra deck and side deck.

The Rewrite: UI

Feature List by Priority

Required

  • uploading of decks
  • downloading of decks
  • loading of remote decks through AJAX
  • share link (See #23 )
  • copy to clipboard
  • price display
  • multiple currencies
  • deck builder (with all filters) (See #50)

Optional

  • sort deck
  • name customization
  • start-hand sim
  • randomizer (See #40, #53 )
  • autofill form (#44)
  • tips (#54)

Add the ability to mass purchase a deck on TCGPlayer

The TCGPlayer Mass Entry tool allows you to pass a string query into it so bulk purchase a deck.

Example format:

https://store.tcgplayer.com/massentry?partner=YGOPRODeck&c=||1 Dark Magician||3 Time Wizard||2 Thousand Dragon||

Parameters:

?partner= - This is the partner ID code for the affiliate website.
&c= - These are the cards to be added into the tool.

The cards themselves must be between || and require a number before the card name. I believe the number cannot come anywhere except before the card name.

There may also be a parameter to set the default "Product Line" to "YuGiOh" but I haven't been able to accomplish this yet.

Randomize Pop-Up Hidden Behind Nav Bar

I think this only started happening with the recent update. The Randomize config pop-up now moves behind the main nav bar.

Might need to update the Z-Index of the randomize pop-up.

Improve Price Display

Only display decimal places for single cards, and only if currency needs decimal places

Problem with random deck generator + archetype

I notice when I used 2-3 archetype, sometimes there's only 1 present, and every card in the deck is archetype card, most prominently with large archetypes like D/D/D and Gravekeeper. maybe set a limit to how many cards can be in 1 archetype per ratio(or allow 60 card building, etc)? Other than that, absolutely love using this to get a basic idea for new decks to build.

Deck Generator: Fusion Substitute/Polymerization

These cards are treated as the same name, so more than 3 can't exist in total in a deck, but often i see 3 fus sub 3 poly, or 2 poly 2 fus sub, etc. Same would go for harpie lady #1 2 and 3 for example.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.