You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CPO, when a shared file opens, various bad things can happen that could lose work.
For example, the user's computer or browser could crash, a data structures student could run the tab out of memory, and so on.
We have some stories where the likely case is that folks are editing shared files and then losing work, never having made their own copy. From their point of view, they lost work (even though we have various nudge warnings, etc, on closing the window, there are other ways for the work to go away).
We should either nudge to save, use localStorage somehow, or otherwise make this less likely to happen.
The text was updated successfully, but these errors were encountered:
In CPO, when a shared file opens, various bad things can happen that could lose work.
For example, the user's computer or browser could crash, a data structures student could run the tab out of memory, and so on.
We have some stories where the likely case is that folks are editing shared files and then losing work, never having made their own copy. From their point of view, they lost work (even though we have various nudge warnings, etc, on closing the window, there are other ways for the work to go away).
We should either nudge to save, use localStorage somehow, or otherwise make this less likely to happen.
The text was updated successfully, but these errors were encountered: