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, May 3, 3:41 PM
Unknown Object (File)
Wed, May 1, 9:21 AM
Unknown Object (File)
Tue, Apr 30, 8:04 PM
Unknown Object (File)
Tue, Apr 30, 1:31 PM
Unknown Object (File)
Mon, Apr 29, 7:54 AM
Unknown Object (File)
Sun, Apr 28, 4:32 PM
Unknown Object (File)
Sun, Apr 28, 2:39 AM
Unknown Object (File)
Fri, Apr 26, 12:56 PM
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