-
Notifications
You must be signed in to change notification settings - Fork 4
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
Analysis/Session Provenance #18
Comments
I spoke with the imaging group about learning from napari. Their strategy is different in that they support a local instance only. They capture the commands run, but I'm not sure it's actually they type of provenance we're talking about. |
From what I understand about SODAs current workflow this should be pretty straightforward. The "output" of SODA is either a downloaded dataset or a visualization. So I think there are just 3 states to log or capture:
I think a generic R logging module can do capture, so that log as metadata just needs to be added to metadata and saved along with the visualization / data. |
This would be a light way to implement the first option. A few more things to flag if this approach was taken:
A possible way to do more complex logging/debugging could be to use a shiny logger to capture events and interactions -- though perhaps this is unnecessary. Just wanted to add some options that I found here. |
Enable users to capture with ease, fidelity, and accuracy the actions/analysis performed on a dataset or sets of datasets.
Information to capture
Potential implementations
Considerations
The text was updated successfully, but these errors were encountered: