You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
Currently, our system faces a slowdown issue due to the need for two network requests to fetch hegemony alarms with a deviation >= 20 and <= -20. Given the abundance of hegemony alarms, this process becomes inefficient. The existing IHR API cannot simultaneously query both deviation values, such as >= 20 and <= -20.
Feature Description
To address the inefficiency, a new feature needs to be implemented in the IHR API. This feature should enable the querying of both deviation values concurrently, for example, >= value1 and <= -value2. This enhancement aims to significantly improve the speed of retrieving hegemony alarms.