-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #345 from colonial-heritage/update-user-enrichment
Update user enrichment
- Loading branch information
Showing
24 changed files
with
805 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
apps/researcher/src/app/[locale]/(objects)/objects/[id]/use-object.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
import {create} from 'zustand'; | ||
import {Organization} from '@/lib/api/definitions'; | ||
import {Enrichment} from '@colonial-collections/enricher/src/definitions'; | ||
|
||
interface State { | ||
organization?: Organization; | ||
objectId: string; | ||
locale: string; | ||
enrichments: Enrichment[]; | ||
} | ||
|
||
export default create<State>(() => ({ | ||
organization: undefined, | ||
objectId: '', | ||
locale: '', | ||
enrichments: [], | ||
})); |
Oops, something went wrong.
21f1e3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
colonial-collections-dataset-browser – ./apps/dataset-browser
colonial-collections-dataset-browser.vercel.app
datasets.colonialcollections.nl
colonial-collections-dataset-browser-git-main-colonial-heritage.vercel.app
colonial-collections-dataset-browser-colonial-heritage.vercel.app
21f1e3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
colonial-collections-researcher – ./apps/researcher
colonial-collections-researcher-colonial-heritage.vercel.app
colonial-collections-researcher-git-main-colonial-heritage.vercel.app
colonial-collections-researcher.vercel.app
app.colonialcollections.nl