Safe2COVIDApp / bct-server

Bluetooth Contact Tracing for Covid19 - server
5 stars 1 forks source link

/admin/status - break locations across statii and add replaces to status changes. #76

Open mitra42 opened 4 years ago

mitra42 commented 4 years ago

Add locations and ids against across status e.g.

{ locations: { '1': 34, '2': 45, '3': 20, '4': 100 }
{ contact_ids: { '1': 34, '2': 45, '3': 20, '4': 100 }

Also add some kind of stats on replaces, but need to discuss what is useful, for example number of update packets that went from status 2 to 4 and so on ?

{ replaces: { 2: { 4: 10, 1: 5 } }
mitra42 commented 4 years ago

Once we've decided what we want to do with them, figure out how to save them in a really usable form - e.g. JSON or a row in a CSV table or ....