Skip to content

[BUG] Prevent Duplicate Records on Repeated Submit #9

@TheRealCheebs

Description

@TheRealCheebs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions