aqualinkorg / aqualink-app

Aqualink.org Ocean Monitoring Application
MIT License
33 stars 11 forks source link

Daily and Live data cleanup #932

Closed echaidemenos closed 9 months ago

echaidemenos commented 10 months ago

In summary this PR:

Before merging we should keep a backup of daily_data with a command like: pg_dump -h localhost -p 54321 -U postgres -W -t public.daily_data > ~/dump_daily_data.sql

satelliteTemperature is the main reason daily_data is still used.

I suggest we remove alerts from time_series and leave them to daily_data, since they are composite values and semantically they "litter" time_series

resolves https://github.com/aqualinkorg/aqualink-app/issues/926

github-actions[bot] commented 10 months ago

Build succeeded and deployed at https://aqualink-app-932.surge.sh (hash f1651cc8ce8ede73a0761d7d7427c9cd1f5a0b5b deployed at 2023-10-06T12:48:13)