Skip to content

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

@paperboi

Description

@paperboi

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions