kphurley / swlcgdb

A Deckbuilder for Star Wars: The Card Game LCG
4 stars 3 forks source link

Bring add/remove buttons to objective area on edit deck view #74

Closed kphurley closed 6 months ago

kphurley commented 6 months ago

One sneaky change I want to call out also - on the deck model method where we select a bunch of fields, the card_block_id was left out, which led to a very subtle bug where the card entity looked different on the deck list view than it did on the return of the search endpoint (since the search endpoint selects every field from a Card and we have to do this manually on the card entities to merge in the quantity.)