Hervé Huneau
Hervé Huneau
@ZeldaZach booster rules are now part of MTGJson v5 right ? We could stop fetching the files from magic sealed and just read the data from mtgjson files ?
If I remember correctly, we have an API that you may want to check. Its purpose is to create, start and monitor a game remotely (you will be the host...
For bots with AI, it may be interesting to look at a possible wrapper of this : https://github.com/madrury/mtg-draftbot
@ZeldaZach I don't know if you noticed but this is just a first step. Not all the data is being handled by redux stores.
Actually, I just read : https://dev.to/selbekk/persisting-your-react-state-in-9-lines-of-code-9go I need to think about it a bit, because we may not need actual global state, I need to check again but if we...
@mixmix thanks, I'll be glad to share thoughts on Redux. I've never put frontend under test, so I would love to know more about it. This PR intent is to...
That's a very hard issue, I guess we would need to use a different component to render the cards. Maybe the best would be something like a drag-and-drop component to...
It's also linked only to sort by CMC I guess
Hi @queercat, how is everything going with this PR? It seems that it's been sleeping for a while. Do you have need for help?
Not that much, I spotted that a while ago : we are just hiding the "bots" option but we still send it to the backend. So the option is turned...