Skip to content

Commit

Permalink
Document unique identifiers for all reports (#182)
Browse files Browse the repository at this point in the history
* Document unique identifiers for all reports

* Fix codacy issue
  • Loading branch information
monaullah authored Oct 4, 2024
1 parent f60c565 commit d363d54
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/affiliationReport.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Report: affiliation

## Unique identifier

Combination of `publicationId`, `contributorId` and `affiliationId`

## Description

- `publicationId`
Expand Down
4 changes: 4 additions & 0 deletions documentation/contributorReport.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Report: contributor

## Unique identifier

Combination of `publicationId` and `contributorId`

## Description

- `publicationId`
Expand Down
4 changes: 4 additions & 0 deletions documentation/fundingReport.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Report: funding

## Unique identifier

Combination of `publicationId` and `fundingId`

## Description

- `publicationId`
Expand Down
4 changes: 4 additions & 0 deletions documentation/identifierReport.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Report: identifier

## Unique identifier

Combination of `publicationId` and `additionalIdentifier`

## Description

- `publicationId`
Expand Down
4 changes: 4 additions & 0 deletions documentation/nviReport.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Report: nvi

## Unique identifier

Combination of `publicationId`, `contributorIdentifier` and `affiliationId`

## Description

- `publicationId`
Expand Down
9 changes: 9 additions & 0 deletions documentation/publicationReport.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Report: publication

## Unique identifier

Combination of `publicationId` and `channelIdentifier`.

NB! We have noticed deviations where `channelIdentifier` is not unique.
We are working to fix this.
In the meantime, the unique identifier is the combination
of `publicationId` and `channelType`.

## Description

- `publicationId`
Expand Down

0 comments on commit d363d54

Please sign in to comment.