links-ads / ermes-backend-netcore

0 stars 0 forks source link

Alert improvement #149

Closed links-ads-admin closed 1 year ago

links-ads-admin commented 1 year ago

Original report by Luca Bruno (Bitbucket: lukkia, GitHub: lucabruno91).


Due to the size of the full area of interest of the Alert, it is necessary to move FullAreaOfInterest property in another table “alert_details” with the following colummns:

  1. Id
  2. AlertId
  3. FullAreaOfInterest

links-ads-admin commented 1 year ago

Original comment by Luca Bruno (Bitbucket: lukkia, GitHub: lucabruno91).


Optimization for alerts' areas of interest ref #149

links-ads-admin commented 1 year ago

Original comment by Luca Bruno (Bitbucket: lukkia, GitHub: lucabruno91).


fix getAlerts ref #149

links-ads-admin commented 1 year ago

Original changes by Luca Bruno (Bitbucket: lukkia, GitHub: lucabruno91).