rmusser01 / tldw

tl/dw (Too Long, Didn't Watch): Your Personal Research Multi-Tool - a naive attempt at 'A Young Lady's Illustrated Primer'
Apache License 2.0
330 stars 11 forks source link

Enhancement: Improve DB handling for existing entries #42

Closed rmusser01 closed 5 months ago

rmusser01 commented 5 months ago

As a user, I would like the ability to ingest media into the DB, and not have it make copies of already existing items. Items ingested into the DB should be de-duplicated and copies of instances/fields checked so as to ensure uniqueness of new data.

As a user, when using the application, I should be able to ingest media and have said media and associated fields be checked for existence within the DB, and if portions of it already exists, those portions are not written to the DB.

rmusser01 commented 5 months ago

Done.