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

Separate session management from global subject table #482

Closed
CodyCBakerPhD opened this issue Oct 30, 2023 · 2 comments
Closed

Separate session management from global subject table #482

CodyCBakerPhD opened this issue Oct 30, 2023 · 2 comments
Assignees

Comments

@CodyCBakerPhD
Copy link
Collaborator

Also resolve that outstanding issue with adding new sessions to the pipeline from Bens

@garrettmflynn
Copy link
Member

Just to provide some more details for my sake here:

  1. We are splitting the Subject Table into two tables: a Subject Metadata table (with Subject ID as a main column) and a Session ID table where each Session ID is associated with one Subject ID (constrained to exising IDs).
  2. This helps people think in terms of standard input cells whenever they use our tables (rather than the CSV-like list editor).
  3. When changing the Subject ID, it should auto-update on the second table

@CodyCBakerPhD
Copy link
Collaborator Author

While the current method of manually adding more sessions could be improved in separate ways, I'd say this separation is no longer needed

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