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

New session management system #32

Open
kshen3778 opened this issue Jun 2, 2023 · 1 comment
Open

New session management system #32

kshen3778 opened this issue Jun 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@kshen3778
Copy link
Collaborator

Instead of generating a new session ID, we use file paths to specify where data should be saved and loaded. See photo of how it should work:
Screen Shot 2023-06-02 at 1 00 41 PM

Only the data from input_upload step is centralized for all runs because its only needed once. The input upload step will take the filepath /project as input. The filepaths to be entered for each step afterwards is /project/runID/

Eventually, after entering in a file path, relevant input data could be autoimported/uploaded instead of the user having to manually upload.

@kshen3778 kshen3778 added the enhancement New feature or request label Jun 2, 2023
@kshen3778
Copy link
Collaborator Author

Made changest to allow for custom session id names instead of default generated uuid

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

No branches or pull requests

1 participant