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
Scenario:
OWA / Teams: user created a message draft (detached container) and moves away, closing browser.
User needs to come back and continue working on draft.
To implement it, Fluid framework needs to provide a way for host to
capture state of detached container at any moment in time (snapshot, saving drafts on a timer)
Allow user to continue editing
rehydrate container from that state later on
repeat 1-3 any number of times.
attach container to storage.
Container representation should be mostly opaque to host (i.e. it's either a string, or jsonable object, likely later is preferred).
Implementation wise, we should heavily rely on snapshots, but ensure that capturing snapshots does not change container state (see # 2 above - we should not assume that capturing snapshot transitions container to attached state - these are two different actions).
The text was updated successfully, but these errors were encountered:
Scenario:
OWA / Teams: user created a message draft (detached container) and moves away, closing browser.
User needs to come back and continue working on draft.
To implement it, Fluid framework needs to provide a way for host to
Container representation should be mostly opaque to host (i.e. it's either a string, or jsonable object, likely later is preferred).
Implementation wise, we should heavily rely on snapshots, but ensure that capturing snapshots does not change container state (see # 2 above - we should not assume that capturing snapshot transitions container to attached state - these are two different actions).
The text was updated successfully, but these errors were encountered: