ksiondag / browsing_costs

A gamified Chrome extension productivity tool.
0 stars 0 forks source link

Multiple Sync'd Browser Functionality #14

Closed ksiondag closed 8 years ago

ksiondag commented 8 years ago

If signed into two different browsers running at the same time, data could be lost/trampled as the two different sessions try to sync different actions.

ksiondag commented 8 years ago

Removing sync as feature until this is implemented.

ksiondag commented 8 years ago

Idea: save all actions in local storage until local changes are pushed to sync. Push new local storage to sync along with actions. Use actions to verify that changes merge correctly.

ksiondag commented 8 years ago

Better to just have remove sync functionality and only use local storage.