minnojs / minno-dashboard

Client-side of minno’s study management and authoring tool
1 stars 2 forks source link

Showing the study's path #22

Closed baranan closed 8 years ago

baranan commented 8 years ago

Researchers still need to know the path of their study, in order to tell PIP where the files are. In the old Dashboard this was the display: image In the new Dashboard, perhaps there will space right between the Study name and the buttons: image Or, maybe add a right-click menu to the Study name, with 'get base directory' as the only option. Or, add 'get base directory' to the study menu (the most-right button).

eladzlot commented 8 years ago

Added a "Copy url" option to the study options. Notably "Copy url" already exists for every specific file, so people can just get the file name from there.

baranan commented 8 years ago

The copy-URL gives them the showfiles link: https://app-prod-03.implicit.harvard.edu/implicit/showfiles.jsp?user=yba&study=demo.weight.0003

I want them to see their study directory: /user/yba/demo.weight.0003 Either with a copy-directory, or just show it in small font below the study name.

eladzlot commented 8 years ago

The url is set in the backend. Passing this on to you @ronenno1

baranan commented 8 years ago

The URL is currently not what we need. We need it to start with /user/ For instance: /user/demo.us/demo.asianamer.0002/

It also inaccurate to call it copy URL. It should be "Copy Study Path".

I also think that it would look better if you open a modal div to show the URL (like in the old Dashboard's copy URL).