Skip to content

Add index number to incrementals #26

@spolcyn

Description

@spolcyn

It would be good if incrementals internally kept track their index number so trying to append the same incremental multiple times would be an error (in case for example a network message arrived twice). Currently, a BidsRun is an append-only data structure.

To Change:

  1. BidsIncremental: Add index number as (required?) field.
  2. BidsRun: Verify appends are in order.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions