aces / EEG2BIDS

EEG2BIDS Wizard: a tool for converting raw EEG and iEEG data into the BIDS standard data structure, prepared for LORIS (Longitudinal Online Research and Imaging System).
MIT License
7 stars 11 forks source link

Post demo changes #37

Closed laemtl closed 3 years ago

laemtl commented 3 years ago

Screenshot from 2021-06-15 12-26-58

maltheism commented 3 years ago

The code looks really nice! @laemtl

laemtl commented 3 years ago

From @maltheism

Hi @laemtl, awesome work with all this cool stuff you've added!

Eventually I'll try fixing the code for multiple windows of the GUI in react. I have some code for that commented out, it should already work but it was having problems when compiling to production. We could have a login button in the Configurations tab, with a similar position like the anonymize toggle you made but we can place the login button at the very top right (in the user's face) and where it opens a new window for user login credentials or maybe just an model like the loading functionality has. Then we could have three fields (url, username, password). So the EEG2BIDS tool can work on different LORIS instances if the user changes the URL.

laemtl commented 3 years ago

@maltheism, I totally agree with your suggestion, In fact, this is already planned. The current implementation is a shortcut for faster prototyping.