Versions Compared

Key

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

We'd like to have a consistent and safe way for study designers (almost always the implementers, so people with the DEVELOPER role) to delete and remove things as they set up a study. Often are out deletes really actually remove things from the database, and so those calls are only accessible to administrators for test clean-up.

Here's how we'll support both through our rest API:=

class Apple

boolean deleted - this flag should be part of the public API of the object.

...