Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
As of June 8th the following need to be implemented:

 

  1. When adding metadata check if context already exists and create new if it doesnt
  2. Ability to edit context
  3. Ability edit metadata
  4. Create GUI to manipulate this new metadata
  5. Store extractor metadata (on top of context metadata)
    1. store external services and libraries used

...

Code Block
case class ExtractorInfo (

  id: UUID,

  contextsname: List[UUID]String,

  external_services:

description: String,
  librariescreator: User,

  version:
 String,
  name:

  description:
contexts: List[UUID],
  external_services: List[URL],
  creatorlibraries: List[String]
)