Commit graph

15 commits

Author SHA1 Message Date
Gered 4b2bc86866 sql migrations to add lists_card_quantities table
this replaces the old cards.owned_count and cards.owned_foil_count
columns. queries that used to use those will now need to join to
lists_card_quantities on card_id/list_id

this allows the same types of card lists as before to be retrieved
but show quantity counts from any lists instead of just the "Owned" list
2016-07-24 12:51:20 -04:00
Gered 42beeb8022 add sql migration to index lists.is_public 2016-07-23 17:29:21 -04:00
Gered c3c805ddad add sql migrations for new lists stuff 2016-07-23 17:00:59 -04:00
Gered 41753f0464 add extra sort by id in cards list to make it stable for equal values
add a bunch of extra sql indexes to make sure this is performant
2016-07-10 23:30:36 -04:00
Gered a058fc5241 add logback.xml 2016-06-30 11:19:35 -04:00
Gered 99eaeb34ea add robots.txt
i cannot think of any reason why anyone running this application in a
publically accessible place would want a search engine crawling this
2016-06-29 19:11:25 -04:00
Gered c5b0eda139 change bg color of footer 2016-06-29 18:48:45 -04:00
Gered ce9ef7b3e4 add login/logout support. users defined in config.edn
no actions are protected yet
2016-06-29 18:08:22 -04:00
Gered 058d587903 add page footer 2016-06-29 15:54:43 -04:00
Gered 2e0644057e add search filtering based on foil card inventory amounts 2016-06-29 14:41:10 -04:00
Gered 5fe5568e2a clean up card inventory popover layout 2016-06-29 11:52:21 -04:00
Gered a957440f3b add foil tracking to card collection 2016-06-29 11:36:27 -04:00
Gered 2c419eeab9 remove remaining references to now unused card_images table 2016-06-29 09:59:09 -04:00
Gered aca45d9631 major reworking of various data and image importing/scraping operations
can now run the application from the command line to invoke the various
data import/update or image scraping operations.

removed all copies of scraped set/symbol/mana images
2016-06-28 19:16:04 -04:00
Gered 064ad77af8 initial commit
not sure why i waited so long to put this project under version control
2016-06-24 14:17:45 -04:00