marcoallanda01 / IS23AM15

4 stars 2 forks source link

Client side setup file #25

Closed PietroAmmaturo closed 1 year ago

PietroAmmaturo commented 1 year ago

As of right now GUI images are accessed directly through directory. There should be some kind of setup file that maps each GUI element to its related image, and also associates the element with a description (for the CLI). Some kind of bookshelf representation might also be added, so that the CLI can print a bookshelf representing the card goal. E.G. "PERSONAL_GOALS9": { "image": my/directory/my.image "description": "to fullfill this card you need to..." "representation": [[C,-,-,-,-][-,-,T,-,-]...] }

PietroAmmaturo commented 1 year ago

Done, representation is not used or defined in the json (left blank), probably will not be added since a good description is good enough, this issue will be left open though, as a reminder of the enhancment.

PietroAmmaturo commented 1 year ago

representation field has been removed from the JSON as it will not be used