jefflunt / cortex

(retired) Virtual scratch pad and brainstorming tool with real-time collaboration.
0 stars 1 forks source link

Alert the user to refresh the page upon application update #56

Open jefflunt opened 12 years ago

jefflunt commented 12 years ago

When the application is updated, the user should be alerted to refresh their page.

This can be done with three components:

  1. An app version code that is sent in AJAX calls, and checked against the version the user had loaded
  2. If there is a mismatch between the versions, the alert is triggered
  3. The alert simply contains a link to the page you're already one. So, when clicked, the page is refreshed.