david-fisher / 320-F21-Track-1

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Implement editing or deleting cards in the Card Editor #135

Open ksun154 opened 2 years ago

ksun154 commented 2 years ago

Unable to edit or delete cards in the Card Editor (when deleting, it deletes multiple cards at a time, and saving edits to an existing card incorrectly creates a new card)

ksun154 commented 2 years ago

Backlogged: Due to a last-minute redesign of the token editor, wasn’t able to add many checks or prevention measures for more specific bugs like this. These bugs also relate to the poor design of temporary storage for Deck and Card objects. Methods to keep track of such objects are unreliable, and thus can easily produce errors such as this one.