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
We need to review the data consuming logic in the air quality data fetching module to ensure that it's correctly handling older data. The current implementation appears to fetch data from the past 4 days, but it's unclear if this is the desired behavior or if there are any potential issues related to consuming older data.
Concerns
The current implementation in the getStream function defines a fewDaysAgo constant, which is used to filter out data older than 4 days.
We need to review the data consuming logic in the air quality data fetching module to ensure that it's correctly handling older data. The current implementation appears to fetch data from the past 4 days, but it's unclear if this is the desired behavior or if there are any potential issues related to consuming older data.
Concerns
The current implementation in the getStream function defines a fewDaysAgo constant, which is used to filter out data older than 4 days.
Later in the function, this constant is used to filter out older data:
Is the current 4-day window for fetching data appropriate?
The text was updated successfully, but these errors were encountered: