-
-
Notifications
You must be signed in to change notification settings - Fork 0
Recipe import cache #37
Copy link
Copy link
Open
Labels
roadmapThis item is planned as part as the long-term building of CuicuitThis item is planned as part as the long-term building of Cuicuit
Description
Metadata
Metadata
Assignees
Labels
roadmapThis item is planned as part as the long-term building of CuicuitThis item is planned as part as the long-term building of Cuicuit
Projects
StatusShow more project fields
🚧 WIP
When importing a recipe, create a dedicated row with
author_id = NULL, then duplicate the row again with the rightauthor_id.Also add a column with the app version, LLM/scraping strategies used, some stats, etc... so that in the future we can decide if and when to invalidate the cache (e.g. new app version which produces better results, hence previous cached recipes should be ignored/deleted).
Hence, when a user imports a recipe from a URL, we can first check if it has already been imported and skip to the duplication. This enables: