webcompat / webcompat-metrics-server

Server in charge of delivering different data to the webcompat-metrics-client
Mozilla Public License 2.0
6 stars 5 forks source link

add JSON templates before returning the DB data #95

Closed karlcow closed 5 years ago

karlcow commented 5 years ago

In #92 #93 @laghee added a test route to return a set of data from the DB. This is working but has missing information.

{
  "about": "Hourly NeedsDiagnosis issues count",
  "date_format": "w3c",
  "timeline": [

here the json DB data

]
}