Everlag / preordain-backend

backend for preorda.in
Other
1 stars 0 forks source link

cardData cleanup #1

Open Everlag opened 9 years ago

Everlag commented 9 years ago

The cardData tool is an abomination.

  1. Build cruft is polluting the source
  2. Code quality is abysmal
  3. cardText as a statically defined directory means anything serving it has to delve into the source tree
Everlag commented 9 years ago

0c783a755c9b3c19fb4c0fc41b05578a7dd9c563 addresses the svg symbol facet of cardData in a clean manner.

Everlag commented 9 years ago

9fcfb7acd3c57ca33caa7c3d8ebcd8256ae7d1eb strips categories

5d203cef328244fc1127dbc173527b86c0d7b62e simplifies typeAhead

Everlag commented 8 years ago

5 has many details on this effort, its progressing nicely.

Everlag commented 8 years ago

4e507a60d5533dba1e31cddef72d784bd3d6884f adds READMEs for some sense of docs.

deckDB is nicely done, commanderDB not so much.

Everlag commented 8 years ago

With the introduction of a dynamic deckDB in 272858ce33242ffa6f3f43a66eedbf8b4ded1240, cardData should migrate over to that. Names are not consistent between the static and dynamic deckDBs, that means the migration needs to happen sooner than later to avoid a broken user experience.

This will introduce a database dependency into cardData, something to note.