Skip to content

Discussion: More efficient use of localstorage options #3

Description

@yoshuawuyts

Right now all entries into a Backbone collection get concatenated into a single string. A screenshot of how a collection (with models) is represented is attached here:

screenshot from 2014-03-17 22 26 57

Although this might be efficient (you're writing a single string!) it's not very friendly to debug. In a server database it would be very common to split the models up so that they each have their own key.

Now without rushing things (this would take a while to implement), what are your thoughts on splitting collections and models up?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions