Title
Prevent Duplicate Records on Repeated Submit
Component
Publishing
Description
Description:
Due to the current async blocking on relay publishing, users often click “Submit” multiple times, generating duplicate records. This behavior must be prevented.
Acceptance Criteria:
Temporary lock on submit while local save completes.
System checks for identical pending record submissions before saving new ones.
Prevent duplicate local entries with the same record content and timestamp.
Technical Notes:
Implement hash or UUID generation for each record before save, used to detect duplicates.
Title
Prevent Duplicate Records on Repeated Submit
Component
Publishing
Description
Description:
Due to the current async blocking on relay publishing, users often click “Submit” multiple times, generating duplicate records. This behavior must be prevented.
Acceptance Criteria:
Temporary lock on submit while local save completes.
System checks for identical pending record submissions before saving new ones.
Prevent duplicate local entries with the same record content and timestamp.
Technical Notes:
Implement hash or UUID generation for each record before save, used to detect duplicates.