Page MenuHomePhabricator

[native] read users from SQLite on app start
ClosedPublic

Authored by kamil on Nov 16 2023, 6:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 5:22 PM
Unknown Object (File)
Thu, Oct 10, 9:56 PM
Unknown Object (File)
Oct 8 2024, 8:17 AM
Unknown Object (File)
Oct 8 2024, 7:55 AM
Unknown Object (File)
Oct 8 2024, 6:46 AM
Unknown Object (File)
Sep 28 2024, 9:02 PM
Unknown Object (File)
Sep 28 2024, 9:02 PM
Unknown Object (File)
Sep 28 2024, 9:02 PM
Subscribers

Details

Summary

Get data from DB and populate store.

Only native, web is in progress and those changes shouldn't affect anything.

Depends on D9913

Test Plan

Test if contents are the same

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.Nov 16 2023, 9:43 AM
tomek added inline comments.
lib/reducers/user-reducer.js
401–407 ↗(On Diff #33346)

Maybe add a comment that we're going to return users from the payload after we confirm that the solution works correctly.

This revision is now accepted and ready to land.Nov 17 2023, 7:58 AM