Commit Graph

3 Commits

Author SHA1 Message Date
Vecna a679c13e4f Store bridge data by fingerprint and store set of fingerprints
We had been storing all the data as a huge map under the key 'bridges' so that we could iterate over all keys in the map as a way of iterating over all bridges. This caused the database to grow way too big, so we don't do that anymore. Now, we store each bridge's data with the bridge fingerprint as the key, and we store a set of bridge fingerprints under the key 'bridges'.
2024-04-06 01:09:43 -04:00
Vecna b915aea094 Add date to proof of bridge knowledge in negative reports 2024-04-04 22:55:07 -04:00
Vecna bc35163084 Add tests for reports 2024-03-29 16:12:48 -04:00