Commit Graph

44 Commits

Author SHA1 Message Date
The Magician 1e967674b6 Add the ability to remove cards 2024-09-12 13:37:57 +01:00
The Magician 4f14040747 Add "locate from file" feature 2024-09-08 00:25:38 +01:00
The Magician c2ca6d284d Update storage schema, add basic locate feature 2024-09-05 10:53:14 +01:00
The Magician 43ffa2803f Rename struct field to match database column 2024-08-20 18:50:38 +01:00
The Magician eb5ecd5fb4 Add the ability to select storage area 2024-08-20 18:00:23 +01:00
The Magician 8fe02f46d6 Add storage areas to database 2024-08-20 12:57:36 +01:00
The Magician e5f5fbaee2 Change storage area types 2024-08-19 16:23:11 +01:00
The Magician b61929a178 Add Scryfall image URL field to database 2024-08-19 16:20:33 +01:00
The Magician 5c508f035c Add StorageArea table 2024-08-17 20:18:23 +01:00
The Magician b7263a4bd6 Add CardCondition to database code 2024-06-11 16:28:02 +01:00
The Magician 7863b60bed Add CardCondition field to CardStorageLocation 2024-06-03 18:18:35 +01:00
The Magician ef6aa4fde5 Fix insert bug 2024-06-03 18:18:23 +01:00
The Magician 14e5a81ca6 Update primary key type in CardPrinting to fix duplicate update bug 2024-06-03 17:08:15 +01:00
The Magician a5934a1d9f Fix position increment bug 2024-06-01 22:18:33 +01:00
The Magician 4018f26998 Implement basic search-and-store functionality 2024-05-31 20:32:44 +01:00
The Magician 7c9f9f4110 Fix storage typos 2024-05-30 14:33:37 +01:00
The Magician cb8435b652 Implement storage logic 2024-05-30 14:32:04 +01:00
The Magician deda3fc12d Remove inserts.go 2024-05-30 13:03:35 +01:00
The Magician 3cef5bea71 Add CardStrorageLocation database operations 2024-05-30 13:03:12 +01:00
The Magician ea2227e1b1 Remove old files 2024-05-30 13:02:08 +01:00
The Magician 405ef9edc5 Create CardStorageLocation table 2024-05-29 22:03:40 +01:00
The Magician f84f19a0b7 Refactor import/update code 2024-05-29 20:55:38 +01:00
The Magician 8b7ec980f4 Check if update is required 2024-05-28 15:29:13 +01:00
The Magician c107bffd42 Move SQL files to database directory 2024-05-27 18:33:21 +01:00
The Magician 33001f7421 Create printing search and pipe to fzf for selection 2024-05-27 17:45:22 +01:00
The Magician bba293d974 Abandon Bubbletea 2024-05-27 13:29:00 +01:00
The Magician 42a019b730 Add database code for storage 2024-05-27 12:05:52 +01:00
The Magician 411abd66f6 Skip digital-only cards, close insert statements 2024-05-21 15:52:26 +01:00
The Magician a7b8b66db3 Add card insert code 2024-05-21 15:27:05 +01:00
The Magician af6a9d0feb Minor fixen 2024-05-21 15:17:25 +01:00
The Magician 01e06c0152 Fix timestamp SELECT code 2024-05-21 14:31:20 +01:00
The Magician 5f7f07edea Move loop to main package 2024-05-20 17:33:40 +01:00
The Magician d3583cee0e Make "CacheTimestamp" table name singular 2024-05-20 17:21:16 +01:00
The Magician d74d299418 Skip importing digital-only sets 2024-05-20 17:20:27 +01:00
The Magician 75b425c849 Import sets into database 2024-05-20 17:17:45 +01:00
The Magician c8133803f7 Cache bulk data file 2024-05-19 15:01:18 +01:00
The Magician 9c566e997f Download card data from Scryfall 2024-04-28 15:13:47 +01:00
The Magician d6e558f9e3 Simplify database schema for current use case 2024-04-24 11:54:49 +01:00
The Magician 424bca2d4d Import colors to database 2024-04-23 21:45:55 +01:00
The Magician 960adebd93 Import Set data from Scryfall 2024-04-23 17:52:48 +01:00
The Magician 34ed8b8751 Allow SetCode to be five characters 2024-04-19 09:19:42 +01:00
The Magician 4805299fa7 Add SetType column to ExpansionSet table 2024-04-19 09:12:42 +01:00
The Magician f09472a505 Move responsibility for importing Colors 2024-04-19 09:09:52 +01:00
The Magician 0312a8266a Finish SQL schema 2024-04-14 21:28:35 +01:00