COXIT-CO / ga_zoho_integration

Python script which integrates Zoho CRM deals data with google analytics.
0 stars 0 forks source link

Bug fix: replace writing PPI to metadata with writing it to scandata file #28

Closed iramykytyn closed 3 years ago

iramykytyn commented 3 years ago

The fix I'd like you to try, if you're interested, is to fix an issue where the PPI of images coming from the camera is being stored in the wrong place. When we digitize a book, we create as output a zip file of numbered images and a json file of properties for the book and images called scandata.json. When we upload the books, we create a new "item" on archive.org (think of this like an s3 bucket) and we assign metadata to that item.

What is happening is the software is writing PPI to the metadata of the item, but instead it should be writing it to the scandata file. This is a pretty simple change, but will require diving into the fairly large codebase to understand how these things work, which is why I think it would be a good task to start with to give you a feel for what the software is like. I understand it will take longer to complete this task than if you were already familiar with the codebase because there's a certain amount of exploration needed to understand how it all works.

https://webarchive.jira.com/browse/TTSCRIBE-1032 Login: iramykytyn@gmail.com Password: COXIT123