Update card database to use JSON files #107

Merged
Vylpes merged 6 commits from feature/27-json-setup into develop 2023-12-09 16:48:20 +00:00
Owner

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

  • Updated the card database to use JSON files instead of directly assuming the file system into a SQLITE database
  • Removed sqlite3 package

#27

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration.

  • This has been tested locally using my dev bot
  • I have tested using an up-to-date copy of the google drive data

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that provde my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. - Updated the card database to use JSON files instead of directly assuming the file system into a SQLITE database - Removed sqlite3 package #27 ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) - [x] Breaking change (fix or feature that would cause existing functionality to not work as expected) # How Has This Been Tested? Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration. - This has been tested locally using my dev bot - I have tested using an up-to-date copy of the google drive data # Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that provde my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules
Vylpes added 6 commits 2023-12-09 16:46:03 +00:00
Add JSON metadata finder
Some checks failed
continuous-integration/drone/push Build is failing
9b11d5d495
Fix image issues
Some checks failed
continuous-integration/drone/push Build is failing
9bf145c4e3
Remove sqlite3
Some checks failed
continuous-integration/drone/push Build is failing
e4f072655e
Merge branch 'develop' into feature/27-json-setup
Some checks failed
continuous-integration/drone/push Build is failing
ee7504bdf2
Update lockfile
All checks were successful
continuous-integration/drone/push Build is passing
25b62841b0
Vylpes requested review from VylpesTester 2023-12-09 16:46:07 +00:00
Vylpes added the
type
story
label 2023-12-09 16:46:11 +00:00
VylpesTester was assigned by Vylpes 2023-12-09 16:46:15 +00:00
VylpesTester approved these changes 2023-12-09 16:48:00 +00:00
VylpesTester added spent time 2023-12-09 16:48:06 +00:00
1 minute
Vylpes merged commit be7a7c4ca4 into develop 2023-12-09 16:48:20 +00:00
Vylpes deleted branch feature/27-json-setup 2023-12-09 16:48:20 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 1 minute
VylpesTester
1 minute
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: External/card-drop#107
No description provided.