Versions Compared

Key

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

...

  • The label and URI
  • The type
  • The resource-providing organization (lab, center, ...) that contributed this resource
  • All the supertypes up to the eagle-i base type (for filtering)
  • Workflow state and owner
  • Creation and modification dates
  • Whether or not the resource is a "stub"

Datatools

...

Back End

Configuration

Datatools backends (particularly for SWEET and etl) need to know the URL of the repository to point to. Because eagle-i applications use https, it's not possible to point to localhost. Instead, the repository location is specified in a configuration file.An example file is found in eagle-i/examples.

...

The ResourcesGrid displays a list of {{GridRowWidget, each of which wraps an EIInstanceMinimal.The GridRowWidget displays relevant information from the EIInstanceMinimal, and provides links to allow the user to claim or share the resource (if it's in a workflow state that the user can change), and to edit or delete it once it's been claimed. The GridRowWidget also has a checkbox which interacts with the ResourcesGrid's actions drop-down to allow bulk workflow transitions.

Displaying and

...

editing single resources

Panels for editing and viewing single resources are constructed by the FormsPanelFactory, which is responsible for fetching the instance (or getting a new, empty instance) and constructing a DatatoolsInstancePanel to display it.

...