Commit Graph

71 Commits

Author SHA1 Message Date
The Magician 540a1df24e Remove foreign key constraint 2024-12-17 15:00:03 +00:00
The Magician 94b8dfb6b9 Fix SQL command to insert CardtraderBlueprint 2024-12-17 14:58:16 +00:00
The Magician 5021ac3835 Insert Scryfall ID when inserting Blueprints 2024-12-14 20:35:36 +00:00
The Magician 9a1f306aec Fix down migrations 2024-12-13 18:10:43 +00:00
The Magician fd078f09a5 Update ExpansionSet to ScryfallSet 2024-12-13 18:10:33 +00:00
The Magician d107a92b54 Update CardPrinting to ScryfallCard 2024-12-13 18:09:15 +00:00
The Magician 8c683002be Remove debug print 2024-12-13 17:10:53 +00:00
The Magician 96b9e0ad71 Update database migrations 2024-12-13 17:08:26 +00:00
The Magician ceceb4722f Add Cardtrader data during update 2024-12-10 19:39:25 +00:00
The Magician 848754b509 Remove CardtraderCategory table 2024-12-08 17:06:27 +00:00
The Magician 3e5f0082f9 Remove CardtraderGame table 2024-12-08 16:52:04 +00:00
The Magician d341c7e335 Add migration to create Cardtrader tables 2024-12-08 16:15:06 +00:00
The Magician 429732d076 Add CardtraderToken field to config file 2024-11-25 20:47:56 +00:00
The Magician 1f93aef749 Create tables for Cardtrader data 2024-11-25 19:55:53 +00:00
The Magician cb78b86fa1 Convert database to use migrations 2024-11-25 17:13:50 +00:00
The Magician 93184d4c52 Add CardtraderProductId field to CardLocation 2024-11-24 17:18:27 +00:00
The Magician b30525c2d4 Fix search-storage command and add remove command 2024-10-29 22:07:06 +00:00
The Magician 0dd67f3bb8 Add search-printings command 2024-10-28 19:47:23 +00:00
The Magician 2ef339bbce Add "store" command to add cards individually 2024-10-10 15:43:56 +01:00
The Magician 0e1647bb2d Add CardScan table and CardPrinting for scanned but unidentified cards 2024-10-09 23:12:56 +01:00
The Magician f7e0a713f6 Implement search command 2024-10-04 13:44:22 +01:00
The Magician 0e3ee54e1c Fix Delverlens import flow 2024-10-01 14:56:13 +01:00
The Magician 73dc06d78f Implement import, rework CLI to allow top-level arguments before subcommand 2024-09-26 13:17:55 +01:00
The Magician b2946d00e2 Insert card into first available binder slot 2024-09-16 17:44:57 +01:00
The Magician 86200a9afc Fix remove queries and exit loop 2024-09-13 20:05:28 +01:00
The Magician 1a3190ad40 Remove unnecessary code 2024-09-13 12:33:20 +01:00
The Magician e860e529f1 Wire up removing cards to UI 2024-09-13 12:32:18 +01:00
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