AMP-SCZ / eeg-qc-dash

Plotly/Dash based web application for checking quality of EEGs
Apache License 2.0
2 stars 1 forks source link

TODO #1

Closed tashrifbillah closed 1 year ago

tashrifbillah commented 2 years ago


tashrifbillah commented 2 years ago

Non-root URL works for only:

location /eegqc/ {
    proxy_pass http://127.0.0.1:8051;
}

(notice the absence of / after 8051)

export DASH_URL_BASE_PATHNAME=/eegqc/

and, surprisingly, if each image source is prepended with /eegqc/:

/eegqc/Pronet/PHOENIX/PROTECTED/PronetLA/processed/LAavg/eeg/ses-00000000/Figures/LAavg_00000000_QCresponseAccuracy.png

I believe the last part is mandated by Nginx and there is no DASH way of getting around it.

tashrifbillah commented 2 years ago

Current solution of width=100 is not visually pleasant for one image. That one image expands across the whole page!

Solved by https://github.com/AMP-SCZ/eeg-qc-dash/commit/79d404b9069cb0a6ee82422bc9dcb5d792ad3703

tashrifbillah commented 2 years ago

Dropdown menu for sort order: