-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
It would be very useful to have the deck name inside the deck code, as after importing the deck we have to select the deck, click edit, and manually type the name (which in many cases is a net deck with a proper name already).
One solution I can see for it is to split the string into 2+ parts, where the last one is the deck code itself.
Example: LoR=Discard Aggro=CEBAGAIDCQRSOCQBAQAQYDISDQTCOKBNGQAACAIBAMFQ
Another solution is to transform it into a Json file, which certainly helps with future additions of fields while also removing the need to provide the name (or other fields) every time.
{
"name":"Discard Aggro",
"code":"CEBAGAIDCQRSOCQBAQAQYDISDQTCOKBNGQAACAIBAMFQ"
}
// Also valid, as the json deserializer will set the name field to null
{
"code":"CEBAGAIDCQRSOCQBAQAQYDISDQTCOKBNGQAACAIBAMFQ"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels