-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to easily reproduce the session when an error occured #140
Comments
Will it be enough to just save the pages array (
Automatically add one page from the save session to the historyMap following the temporal order? |
Need a 'save' button on the historyMap page? |
I agree. It is also useful for users to review the sensemaking session.
It should be enough if the input of the tree is |
@Yuu-Han, do you want to give this a go? Maybe just a simplest version that adds a 'save' and 'load' button to the historymap (
Let me know if there is any question. |
Yes, I will have a try. Are we going to open a new window to display the saved session? Another question is when a new |
It is not quite relevant to reproducing for debugging and not a high priority but I frequently find information helpful for another task when searching information for the task at hand. I don't quite know what is the term for this. Maybe something close to cross-task sensemaking? It will be nice if these links between sessions can be captured (in the distant future)? |
Either is fine. We can just use your implementation.
Just the nodes. In the old extension user can click on a node to open that webpage in the browsers (not just for saved sessions). Opening all the pages in a saved session might create too many tabs. |
That's a very good idea. Do you want to create a new issue for this, so we don't forget it? Another feature in the old extension is that use can highlight text or image a webpage to mark/save them. Once this is re-implemented, maybe we can introduce something like 'tags' to group content/information (similar to hashtag in x/twitter)? |
|
For the save and load button, are we better to put it in the popup or on the historymap? |
Personally I think it is easier for the user to have the save/load on the HistoryMap page, but we can discuss at the next meeting. |
Currently the Also, it will be useful to record the time that a tab is 'active' or 'visible' (another issue?). |
This would be important to report and reproduce bug.
It probably involves saving the browsing session, i.e., all the pages that were opened and the order/timing they were opened?
Maybe a 'playback' feature to reply the process?
The text was updated successfully, but these errors were encountered: