Skip to content

Fix the JSON provided by /status #14

@tanius

Description

@tanius

Currently, the JSON looks like this:

{"labels": ["Users", "Posts", "Comments", "Annotations", "Tags"], "data": [[83, 119, 1098, 0, 0]]}

But it should look like this:

{
  "Users": 123, 
  "Posts": 1234, 
  "Comments": 12345, 
  "Annotations": 123456, 
  "Tags": 321 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions