Skip to content

OUT OF SPACE: Notes not saving/ not utilizing all available storage #27

Description

@timothyjamesjensen

We are currently saving notes in chrome storage attached to a 'data' key. This creates a single object that we get back which contains all of our notes. While the app is allowed to store 100kb of data total, the limit on a single object is 8kb. This means we are only able to utilize 8% of available store. Refactor how we are storing and retrieving notes so that everything is not attached to a single key.

http://stackoverflow.com/questions/18150774/get-all-keys-from-chrome-storage

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions