Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open_apqc.py multisubject support #392

Open
3 of 5 tasks
hanayik opened this issue Aug 8, 2022 · 2 comments
Open
3 of 5 tasks

open_apqc.py multisubject support #392

hanayik opened this issue Aug 8, 2022 · 2 comments

Comments

@hanayik
Copy link
Contributor

hanayik commented Aug 8, 2022

  • open_apqc.py should accept a list to multiple index.html files as input (e.g. a glob that gets expanded).
  • need a function to parse list of inputs to get the shared path component. Output of this function will have common_path, and list of remainder paths to subject specific index.html files
  • minimal common_path will be grandparent directory of single subject index.html
  • add option --auto-open (default true). opens all browser tabs for each subject input
  • QC saving: send JSON with {'file_id': window.location.pathname, 'qc_dict': <QC_OBJECT_HERE>}
@mrneont
Copy link
Contributor

mrneont commented Aug 8, 2022

To be done by @hanayik and @mrneont ...

@mrneont
Copy link
Contributor

mrneont commented Aug 8, 2022

@hanayik : this commit 38fafb9 should take care of the first three items listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants