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

we aren't registering title changes in local autosave #1599

Closed
hamilton opened this issue Mar 11, 2019 · 1 comment
Closed

we aren't registering title changes in local autosave #1599

hamilton opened this issue Mar 11, 2019 · 1 comment

Comments

@hamilton
Copy link
Contributor

hamilton commented Mar 11, 2019

I hope we can add the title to (local) autosave ASAP, since I think to users it would appear to be a bug.

@hamilton hamilton changed the title we aren't registering title changes in autosave, so in some cases we aren't saving hte title we aren't registering title changes in local autosave Mar 11, 2019
@wlach wlach added the saving label Mar 27, 2019
@bcolloran
Copy link
Contributor

did we do this? @wlach i think your previous autosave PR now triggers on changes in the editor or title?

wlach added a commit to wlach/iodide that referenced this issue May 15, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 15, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 15, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 15, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 15, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit that referenced this issue May 15, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of #1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes #1680)
* Titles are now autosaved locally (fixes #1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 16, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 21, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 21, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 23, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 27, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 27, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
wlach added a commit to wlach/iodide that referenced this issue May 27, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of iodide-project#1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes iodide-project#1680)
* Titles are now autosaved locally (fixes iodide-project#1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
@wlach wlach closed this as completed in be29b69 May 28, 2019
wlach added a commit that referenced this issue May 30, 2019
* Remove most of the client-side autosave implementation. It is now a simple
  caching layer that saves pending changes to the server. If a user is not
  logged in or it is not their notebook, changes are no longer persisted.
* Submit parent information with notebook on save and respond appropriately
  if notebook is out of date (rest of #1569)
* Detect case where server logged out either due to user intervention
  or session expiry, and offer to recover (fixes #1680)
* Titles are now autosaved locally (fixes #1599)
* All operations which touch the redux store are now redux actions
* Reorganize directory structure and naming to be more intuitive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants