Showcase refinements around sync.
ping h4. Summary
1. Add separate view that will be called from the footer button (offline section) that is going to show all staged offline changes. Offline changes will be available in local storage and cannot be accessed in early prototype as follows {code} JSON.parse(window.localStorage.getItem("offline-mutation-store")) {code} In the second phase, we can move this implementation to the voyager-client: https://github.com/aerogear/aerogear-js-sdk/tree/master/packages/sync/
2. Add details page to items TODO
2.1 Show cache version on the details page to see aka [~ mzuccare] [~ stephencoady] brilliant idea.
3. Add filtering to task queries and the ability to mark the task as done TODO description
4. Integrate file screen into offline/tasks
|
|