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
F3652770: D9914.id33405.diff
Sun, Jan 5, 8:17 AM
F3649187: D9914.id.diff
Sun, Jan 5, 4:25 AM
Unknown Object (File)
Tue, Dec 31, 6:31 AM
Unknown Object (File)
Tue, Dec 31, 6:31 AM
Unknown Object (File)
Tue, Dec 31, 6:31 AM
Unknown Object (File)
Tue, Dec 31, 6:31 AM
Unknown Object (File)
Tue, Dec 31, 6:30 AM
Unknown Object (File)
Tue, Dec 31, 6:22 AM
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