Skip to content
This repository was archived by the owner on Mar 14, 2019. It is now read-only.
Open
Overdue by 11 year(s)
Due by July 4, 2014
Last updated Mar 27, 2014
0% complete

We should be able to use client side storage when possible.

  1. When uploading a file we should use the local file until the data is uploaded
  2. On cordova, packaged apps etc. we actually have access to a filesystem, we should be able to utilize this
  3. Caching and preloading of files requires some form of control with the client-side data

Its tricky to handle files on the client-side, we have a lot of problems here in form of performance, synchronization, memory allocation etc.

But we can make the app seem faster by doing forms of latency compensation, caching and preloading. Using blob object reference urls instead of dataUrls saves memory - and if used correctly we should be able to keep track of usages eg. ui helpers should have both a constructor and destructor function - or we could keep track of published files on a FS.Collection.

List view

    There are no open issues in this milestone

    Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.