-
Notifications
You must be signed in to change notification settings - Fork 4
Description
@vkuznet, you recently implemented "Amend" button that allows users to modify or update existing metadata records (#9). Thank you! While this feature is useful, it can be error-prone, especially when users intend only to add new metadata rather than change existing information.
To address this, an "Append" button could be introduced. I am imagining that this feature would enable users to add new metadata to existing records without altering the original data. For example, users could submit a JSON object containing additional metadata, which would then be appended to the existing record. This approach preserves the integrity of the original data while allowing for more robust and safer updates.
Tagging @keara-soloway @wernersun @ksg52 for their thoughts.