cadets-ca / ets

MIT License
5 stars 3 forks source link

When databases are synchronized cross regions, reports include data from other regions. #46

Open huguesf opened 4 years ago

huguesf commented 4 years ago

How is it possible that while generating the report for Brandon, we get information from ATL region? Ex.: In Towplane usage, TOW 1,2,3,and 4, and in Glider usage, GCLX and GBZG are ATL too.

huguesf commented 4 years ago

Theory is that sites share the same id space across regions. To fix that, we need to untangle the different regions by using the aircraft used, by their name - should work if they do not share the same id space across region as sites do.

huguesf commented 4 years ago

Our next step will be to have each region use their own id space for everything recorded to the database. This require a modification to ETS to have every installation somewhat synchronized.