Safe2COVIDApp / bct-server

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

Confirm we are saving unhandled replaces (and other data) on disk #116

Closed mitra42 closed 4 years ago

mitra42 commented 4 years ago

I think unhandled replaces aren't saved on disk, should probably do so in case of a restart. There might be other data needing saving (what ?)

mitra42 commented 4 years ago

Right way to do this is to extend FSBackedThreeLevelDict to just a simple dict (as done in the health_portal branch)

BUT This is blocked on #115 (major refactor to change file names) so dont want to add another class while that refactor is partially complete and failing tests.