Commit graph

35 commits

Author SHA1 Message Date
6fefc74506 Move API endpoints to /api/ path 2022-09-27 19:44:43 -04:00
cb0656427a Add OpenAPI documentation 2022-09-27 19:19:28 -04:00
d9c35bc3b3 Fix scryfall updating 2022-09-27 19:18:01 -04:00
362bef913c Add collection stats endpoint 2022-08-03 17:26:14 -04:00
f1a0f8233d Use psycopg connection pooling 2022-08-03 17:21:55 -04:00
2040b25434 Fix deck imports 2022-08-03 16:49:37 -04:00
e781bec46a Add collection information 2022-08-03 00:30:58 -04:00
a90496bd0b Use foil price if the card in collection is foil 2022-07-28 20:04:04 -04:00
5b6344a695 Fix price ordering
NULL price values were being sorted before cards with prices available.
2022-07-28 19:30:50 -04:00
5e641a23e4 Clean up remaining sqlite code 2022-07-27 23:26:33 -04:00
1e635a4e63 Fix color less than or equal to 2022-07-27 22:14:00 -04:00
37f2d37213 Switch from SQLite to Postgres 2022-07-27 22:07:10 -04:00
761194d2fa Update imports to work in constant memory
Standardizes on the tqdm progressbar library
2022-07-24 01:36:29 -04:00
bc24b89d25 Adjust import warnings 2022-02-10 18:03:21 -05:00
1e275a8288 Handle nullable scryfall card fields 2022-02-10 17:03:03 -05:00
eee0edf2da Add import modes with progress reporting 2022-02-10 15:55:40 -05:00
f326dd3ecd Add deck list tracking 2022-02-10 13:22:22 -05:00
0140c9c889 Add price support 2021-07-17 03:18:49 -04:00
eb61663888 Add support for colorless searches 2021-07-17 00:56:15 -04:00
b0fff226ea Add a card detail view 2021-07-16 23:18:06 -04:00
1fd1d81a2a Fix name search 2021-07-16 00:46:43 -04:00
a1cf52312e Support GTE and LTE on color and rarity 2021-07-15 23:56:25 -04:00
b9b5badec6 Fix handling of in_collection values 2021-07-15 22:41:01 -04:00
a08a2998a3 Sort search results 2021-07-15 22:00:01 -04:00
77c84fc083 Allow expansion or set as full keywords 2021-07-15 21:59:39 -04:00
d348245090 Serve static content from the root path 2021-07-15 21:22:13 -04:00
eb2d9e5186 Add an option to override the external URL scheme 2021-07-15 21:14:40 -04:00
b4a788826b Paginate search results 2021-07-15 20:57:54 -04:00
5d725ec18c Add advanced search
Use a parsing library to allow search using a subset of Scryfall's
search syntax.
2021-07-14 17:13:00 -04:00
30171c3c4a Add UI and Dockerfile 2021-07-07 22:19:25 -04:00
faa3d24d99 Store additional metadata 2021-07-07 14:59:32 -04:00
abd73e0a89 Build the local card database using Scryfall 2021-07-06 22:42:35 -04:00
996adbf376 Use Scryfall to look up unmatched cards 2021-07-05 23:54:39 -04:00
04b85aa280 Make log level configurable 2021-07-05 23:54:25 -04:00
4c0fdbe89f Initial commit 2021-07-05 21:41:05 -04:00