Skip to content

Amphora version 0.3

Compare
Choose a tag to compare
@erickpeirson erickpeirson released this 07 Nov 13:06
· 400 commits to master since this release

Release Notes - JARS - Version 0.3

Epic

  • [JARS-15] - In the resource list view, curators should be able to add a resource to a collection

Bug

  • [JARS-60] - When a non-previewable resource is viewed, the resource content is automatically downloaded
  • [JARS-61] - Resource title is not shown in most views; only ID
  • [JARS-62] - Prune relations function on conceptentity does not remove all duplicate relations

Story

  • [JARS-12] - In the resource list view, the date that each resource was last updated should be displayed on the right-hand side
  • [JARS-13] - In the collections list view, curators should be able to create new collections
  • [JARS-16] - In the resource list view, a list of collections should be shown in a panel on the left side of the page
  • [JARS-34] - When associating a Concept with a ConceptEntity, curator can search for Concepts.
  • [JARS-35] - When searching for Concepts via the REST API (used by curation interface), also retrieves concepts from remote.
  • [JARS-36] - Similar conceptentities are sorted by edit distance.
  • [JARS-37] - Can merge all similar conceptentites.
  • [JARS-38] - Can prune duplicate relations on conceptentities.
  • [JARS-39] - Can view all resources related to a conceptentity given a specific predicate.
  • [JARS-40] - REST API should have an endpoint for concepts
  • [JARS-41] - REST API enforces authorizations at Resource and Collection level
  • [JARS-42] - authorizations are enforced in entity detail and resource detail views, and in collection list view
  • [JARS-43] - Permissions enforced consistently in metadata views

Task

  • [JARS-55] - Write a function in the ``operations`` module that adds several resources to a collection
  • [JARS-56] - The list of resources in the resource list view should be encapsulated in a form, and each resource should have a checkbox input to its left
  • [JARS-57] - Add a submit button above the resource list, labeled "add to collection"
  • [JARS-58] - Create a new view called "bulk_action_resource"
  • [JARS-59] - Create a new view called "bulk_add_resource_to_collection"