udt-format icon indicating copy to clipboard operation
udt-format copied to clipboard

RFC: Revision History

Open seveibar opened this issue 5 years ago • 0 comments

@Ownmarc and I had some discussion about this, just want to open it up for discussion here. The idea is we add a revision history to each sample.

{
  "samples": [
    {
       "imageUrl": "https://...",
       "annotation": "valid",
       "revisionHistory": [
          {
            "userName": "string?",
            "annotation": "invalid",
            "createdAt": "timestamp"
          }
       ]
    }
}

seveibar avatar May 05 '20 16:05 seveibar