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
F3696280: D9914.diff
Tue, Jan 7, 11:51 AM
Unknown Object (File)
Sun, Jan 5, 8:17 AM
Unknown Object (File)
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
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
Branch
user-store-work-final
Lint
No Lint Coverage
Unit
No Test Coverage

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