rudyards / msem-instigator

Code for MSEM Instigator, a search engine for the MSEM custom format.
https://msem-instigator.herokuapp.com
0 stars 3 forks source link

Decklist Visualizer #14

Open rudyards opened 3 years ago

rudyards commented 3 years ago

As a user I want a page where I can paste a decklist and it will sort it by type, and each of the card names will be hyperlinks to that card’s show page. Hovering over a link should show that card’s image without needing to follow the link.

rudyards commented 3 years ago

-- People type in a decklist and click a button --- Instigator then produces a page with that decklist, sorted by type, with each card name being a hyperlink to the page of that card. --- also said hyperlinks will display the image of the card on hover -- There'll be a button to swap from that view to a pure visual view, where all the cards show up as images -- Eventually, I plan on adding user login and for decklists to be saved to your account and then be editable.