Gered
a23e780e0f
add creation date/times to lists
2016-08-04 22:06:02 -04:00
Gered
6c06ebb758
fix broken list deletions when cards are contained in the list
2016-08-03 19:08:03 -04:00
Gered
bac68b2b76
make list name on stats page header a link to the list
2016-08-01 16:43:24 -04:00
Gered
7a1f775d31
implement inventory popover UI for lists not using card qualities
2016-08-01 15:34:13 -04:00
Gered
3dbc417885
add cards listing to list details page
...
the filter to turn on/off the option to restrict shown cards to those
that are in the list being viewed is implemented in kind of a hacky
way that likely is a good indication that the search/filtering code
probably needs to be redesigned... ugh.
2016-08-01 13:43:25 -04:00
Gered
a669221ad7
add initial lists UI with list/add/delete and some update support
...
currently doesn't show cards contained in any lists nor allow adding
or removing of cards to/from any lists
2016-07-31 15:58:53 -04:00
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