Skip to content

Improve time efficiency of storage #89

@imranariffin

Description

@imranariffin

Currently objects in storage are stored somewhat like this

{
  "ss:items": [ ... ],
  "ss:goals": [ ... ],
}

Need to change to this

{
  "ss:items": { ... },
  "ss:goals": { ... },
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions