spyglass
spyglass copied to clipboard
Too restrictive check in Task insertion
- #1278 made a check for equivalency of secondary keys when ingesting a Task that already existed in the
Tasktable code - Since the task description is not an enumerated value, this can cause failure where probably unecessary:
- Example error:
Task Sleep already exists with different values for task_description: sleeping != The animal sleeps in a small empty box
- Example error:
Proposal On mismatch, ask user whether to accept linking to the existing value rather than immediately erroring
Makes sense
Eric and I were chatting recently related to #1299 about ways to user-prompt close-enough matches