Skip to content

window activity tracker stores network attribute inconsistent to other trackers #319

@eppfel

Description

@eppfel

The window activtiy tracker stores the network attribute, inside an object for the value attribute:

{
  date: 1496744616668,
  type: "window",
  value: {
    active: false,
    network: "reddit",
    open: true
  }
}

Other trackers store it on the same level as type and date

{
  date: 1496744621930
  network: "facebook"
  type: "fb-login"
  value: "dc622"
}

This would be easy to fix, but create inconsistency.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions