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)
Wed, Mar 6, 9:51 AM
Unknown Object (File)
Feb 20 2024, 12:40 AM
Unknown Object (File)
Feb 20 2024, 12:09 AM
Unknown Object (File)
Feb 19 2024, 6:23 PM
Unknown Object (File)
Feb 19 2024, 1:31 PM
Unknown Object (File)
Feb 19 2024, 11:54 AM
Unknown Object (File)
Feb 5 2024, 2:42 AM
Unknown Object (File)
Jan 10 2024, 6:09 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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