Skip to content

Commit

Permalink
Merge pull request #918 from mandy-chessell/code2024
Browse files Browse the repository at this point in the history
Update collections description
  • Loading branch information
mandy-chessell committed Apr 17, 2024
2 parents c16b250 + 199c1ca commit bdb8a86
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 31 deletions.
6 changes: 3 additions & 3 deletions site/docs/concepts/collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Collections can be used to provide the folder structure. The top of the hierarc

## Product catalog organization

[Digital products](/concepts/digital-product) offer data sets and services that have been developed for a particular purpose. They are typically versioned and may offer the data/function in multiple formats.
[Digital products](/concepts/digital-product) offer data sets and services that have been developed for a particular purpose. They are typically versioned, and may offer the data/function in multiple formats.

Collections are used in two ways around digital products. Each digital product is represented using a collection with the [*DigitalProduct*](/types/7/0710-Digital-Service) classification attached. The digital products are often organized in a folder hierarchy, like the asset catalog.
Collections are used in two ways for digital products. Each digital product is represented using a collection with the [*DigitalProduct*](/types/7/0710-Digital-Service) classification attached. The digital products are often organized in a folder hierarchy, like the asset catalog.

![Product catalog](collections-product-catalog.svg)

Expand Down Expand Up @@ -49,7 +49,7 @@ This next example is from a governance service that is periodically processing a

## Recent Access

User interfaces can keep track of the metadata elements that a particular user is working with so they can quickly access them. Such a collection would be chained off of the individual's *Person* element using the *ResourceList* relationship. The collection would have the *RecentAccess* classification attached.
User interfaces can keep track of the metadata elements that a particular user is working with, so they can quickly access them. Such a collection would be chained off of the individual's *Person* element using the *ResourceList* relationship. The collection would have the *RecentAccess* classification attached.

![Recent Access](collections-recent-access.svg)

Expand Down
12 changes: 12 additions & 0 deletions site/docs/concepts/digital-product.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@ hide:

A *digital product* is a [collection](/concepts/collection) of [assets](/concepts/asset) that describe a collection of resources that have been designed to meet a specific consumer need.


## Digital product lifecycle



A new product asset is typically created when there is new data to share.
A new product release is created when specification changes.
A restatement occurs when data values need correcting.

???+ education "Further Information on Collections"
The [Collection Manager OMVS](/services/omvs/collection-manager/overview) provides a specialist API for managing digital product collections.

--8<-- "snippets/abbr.md"
Loading

0 comments on commit bdb8a86

Please sign in to comment.