Skip to content

Smart Offline Behavior

Frederico Andrade edited this page Jul 21, 2016 · 12 revisions

#Goals To outline the ideal behavior for Poly to intelligently handle use both online and offline.

#Requirements Poly needs to be accessible to users on the go, wherever they may be. That means functioning without access to its servers.

#Behavior

  • A user should be able to use Poly to collect data, compose books, phrases, and videos, without access to the server.
  • A user should be able to define documents to save locally, for use without access to the server.

#State of knowledge

  • Pubnub helps with realtime apps.
  • AWS Cognito for offline syncing. (Also look into Elastic Filesystem)
  • Convox for deployment?
  • Docker for containerization.
Clone this wiki locally