Mentions légales du service

Skip to content

BIDS Loader and Viewer in GUI

Changes

  • API endpoints for loading and validating BIDS data
  • Implementing Middleware structure for Flask routes to reduce complexity
  • New view component for adding BIDS dataset under Add Dataset > BIDS
  • New view component for displaying BIDS dataset, go Display Dataset and click display icon of the BIDS dataset

To build GUI

Update GUI env:

./scripts/configure_conda gui

Start GUI server

./scripts/fedbiomed_run gui config <config-file-name> --data-folder <path-where-all-dataset-files-are-stores> -rc start

Note: -rc will rebuild the GUI by cleaning old build files. Adding --debug will restart Flask server each time a file is modified.

open your browser and go : localhost:8484/

To debug UI part only:

cd ./gui/ui
npm start
Edited by CANSIZ Sergen

Merge request reports