Safe2COVIDApp / bct-server

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

Update "until" to be "now" and add more_data #94

Closed mitra42 closed 4 years ago

mitra42 commented 4 years ago

Were returning timestamp of last request, should be "now" if provide all data.

mitra42 commented 4 years ago

scan_status looks good ?

But ... it looks like on sync we still need to use iso_time_from_seconds_since_epoch(now) instead o iso_time_from_seconds_since_epoch(latest_time)

@danaronson - do you agree?

mitra42 commented 4 years ago

@danaronson - open question on this issue for you ....

mitra42 commented 4 years ago

From call: Will leave as it is now, because a) its correct even if unneccessary and b) when we do paging it will be closer to "latest_time" than "now"

danaronson commented 4 years ago

129