Page MenuHomePhabricator

[native] fetch reports from SQLite and dispatch to store
ClosedPublic

Authored by kamil on May 23 2023, 3:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 18, 1:08 PM
Unknown Object (File)
Fri, Apr 18, 8:45 AM
Unknown Object (File)
Fri, Apr 18, 3:37 AM
Unknown Object (File)
Thu, Apr 17, 11:37 PM
Unknown Object (File)
Thu, Apr 17, 1:10 PM
Unknown Object (File)
Sat, Apr 12, 2:18 PM
Unknown Object (File)
Tue, Apr 1, 2:01 PM
Unknown Object (File)
Mar 18 2025, 2:33 AM
Subscribers

Details

Summary

Retrieving data and putting back to store.
We could consider moving this logic to different place - reports are not needed on app start.

Depends on D7937

Test Plan

Check if reports are properly fetched and converted.

Diff Detail

Repository
rCOMM Comm
Branch
reports-native
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.May 23 2023, 4:55 PM

We could consider moving this logic to different place - reports are not needed on app start.

Yeah, waiting for these when the app starts isn't ideal.

This revision is now accepted and ready to land.May 24 2023, 3:19 AM
In D7938#235912, @tomek wrote:

We could consider moving this logic to different place - reports are not needed on app start.

Yeah, waiting for these when the app starts isn't ideal.

created task: ENG-4021