LukStup7996 / deckbuilder_archive_spa_version_vue

1 stars 0 forks source link

U8 - Card Archive #5

Closed LukStup7996 closed 1 month ago

LukStup7996 commented 1 month ago

As an archive_user I want to be capabe of searching/filtering through card object database entries and display them in full detail, based on the following criteria: name, card type, super type, sub type, card id/set id, mana value and cost.

LukStup7996 commented 1 month ago

An issue with the Vue Router has suddenly occured, that was not present before. The cardId parameter can't be properly sent, so I will continue with implementing the remaining US first, namely U5, U6, U11 and U12. The issues persist in Vue and CORS.

LukStup7996 commented 1 month ago

Issues were caused by improper implementation of the JWT functionality. Replacing the JWT functionality with regular data handling solved this issue without any further need of altering the code as it was implemented in the U8 branch.