jaym93 / ctxmgmt

0 stars 1 forks source link

fix "AddInfo" in sample data #5

Closed anushkmittal closed 6 years ago

anushkmittal commented 6 years ago

"addInfo" could be confusing, because the string itself isn't complete or mean anything. The record should be completely human-understandable, which is why each field name should denote exactly what it represents, rather than "misc" or "info" ~ @jaym93 circa 2018

anushkmittal commented 6 years ago

Fixed it! Sample entry:

{
  "meta": {
    "battery": "70%"
  },
  "sno": "2",
  "what": "Samsung TV Remote",
  "when": "2018-03-10 19:45:13",
  "where": {
    "location": "2nd floor",
    "streetAddress": "479 10th Street NW"
  },
  "who": "Adam"
}
anushkmittal commented 6 years ago

Exported CSV for the record.. use-logger-2.csv.zip