Ticket Hash: | f0af61b7bb1215a0b23ca26eeaeaa6a86bb8eecd | |||
Title: | Automatic generation of check-cards for DFC cards | |||
Status: | Closed | Type: | Feature_Request | |
Severity: | Important | Priority: | High | |
Subsystem: | Affects_Multiple | Resolution: | Fixed | |
Last Modified: | 2023-06-26 10:31:05 | |||
Version Found In: | ||||
User Comments: | ||||
thomas added on 2022-09-17 13:11:27:
Implement generation of check cards for double faced cards. Especially for MDFCs of newer sets, there are no dedicated check cards. The player is expected to write their own. Generating these programmatically seems like a good addition
thomas added on 2022-10-03 10:52:56: This also requires changes to the save file format, in order to save check cards to disk. ProposalAdd enum-like column to the Document Card table that defines what the existing
thomas added on 2022-10-03 10:58:28: The generated check cards have to be identified as such, to be able to save them. ProposalCreate a new class CheckCard, also a dataclass. Maybe create a class hierarchy by defining a CardBase base class. But not really necessary. It has to be compatible with the Card class. But several attributes can be computed or be static (like A decent approach is probably letting it hold the two related card faces as attributes and then automatically derive the Card class attributes using read-only thomas added on 2023-04-09 15:17:50: There are a few things to do: General
CardDatabase
ImageDatabase
Document
Deck import wizard
AddCardWidget
|