Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENHANCEMENT: Create and maintain JSON object of books and clippings to reduce API calls and update only those clippings that are modified each time. #80

Open
paperboi opened this issue Jul 30, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@paperboi
Copy link
Owner

paperboi commented Jul 30, 2022

Create and maintain a JSON object of books and clippings to reduce API calls and update only those clippings that are modified each time.
Motivation:

  • In the current code, there is no way of appending to an existing book with new clippings alone. All the clippings of the book are aggregated together and hence this would lead to duplicate clippings getting written to a book.

Ideal solution:

  • Store all data while parsing into a JSON object of books and clippings and fetch from it when writing to the Notion database.
@paperboi paperboi self-assigned this Jul 30, 2022
@paperboi paperboi added the enhancement New feature or request label Jul 30, 2022
@philffm
Copy link

philffm commented Aug 15, 2022

Cheers @paperboi, just figured in https://github.com/arkalim/kindle-to-notion this is already possible - maybe for that feature you can get inspired there. Great project, keep on rocking 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants