Resolve "Microfrontend for dataset_viewer"
Closes #834 (closed)
This MR proposes to use the data_viewer as standalone microfrontend with a welcome page that allows to have quick access to some investigation.
Install
Basically, this script will copy api.config.json.example
which potentially can contain the credentials into the config folder api.config.json
pnpm configure:standalone
Welcome page
Added welcome page to select and ideally configure quick access to the dataset viewers
http://localhost:3000
Standalone
Example
http://localhost:3000/investigation/2010314049?filters=&groupBySample=true&search=
Configuration
- DatasetViewer exports now the local components but the type of the configuration need to be changed
{
"beamline": "ID31",
"render": {
"details": {
"type": "local",
"remote": {
"name": "remoteDatasetViewerApp",
"component": "HTXRPDDataset"
}
}
}
},
Edited by Alejandro De Maria Antolinos
Merge request reports
Activity
added 64 commits
- 320f674f...32d7964b - 54 earlier commits
- 7b69a67b - Handle configuration files
- d31e7bd4 - Merge branch...
- e55774f0 - Changed to localhost
- 8d8a195c - Added provider to API
- 8985665b - Added provider to API
- 110d96f1 - Added provider to API
- db92bc71 - Removed typo
- fbcf306e - Merge branch '834-microfrontend-for-dataset_viewer' of...
- 10f81c02 - First display of datasets
- 13fe496a - Added standalone to dataset_viewers
Toggle commit listassigned to @demariaa
requested review from @bodin
- Resolved by Alejandro De Maria Antolinos
- Resolved by Alejandro De Maria Antolinos
- Resolved by Alejandro De Maria Antolinos
Please register or sign in to reply