Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sync should provide a UI for each slave that Child that gives an overview of the transactions and failures that happen along the way, combined with the ability to retry operations that have failed. Each failure should have enough information attached to it, so that an admin can act on it. and resolve the potential issue.

...

FieldTypeDescription
IdUUIDUnique id of the log entry
successBooleanWhether the operation was successful
timestampDatetimeThe timestamp of the operation
resourceNameStringThe name resource that failed, i.e. Patient or Concept
resourceUrlStringThe url of the resource, either local or remote
actionEnum, values: PUSH, PULLWhether this was push to master Parent or pull from masterParent
errorTextThe error message message persisted by Sync. Should contain the response from the server if this was a network issue.

...