Page MenuHomePhabricator

[lib] implement `UserStore` spec
ClosedPublic

Authored by kamil on Nov 9 2023, 6:04 AM.
Tags
None
Referenced Files
F3648960: D9796.diff
Sun, Jan 5, 4:16 AM
Unknown Object (File)
Sat, Jan 4, 7:22 PM
Unknown Object (File)
Sat, Jan 4, 7:18 PM
Unknown Object (File)
Tue, Dec 31, 6:30 AM
Unknown Object (File)
Tue, Dec 31, 6:30 AM
Unknown Object (File)
Tue, Dec 31, 6:30 AM
Unknown Object (File)
Tue, Dec 31, 6:22 AM
Unknown Object (File)
Dec 4 2024, 9:18 AM
Subscribers

Details

Summary

Add code with required ops.

DB function are implemented later in the stack.

Depends on D9761

Test Plan

Flow

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 10 2023, 1:52 AM
tomek added inline comments.
lib/ops/user-store-ops.js
6–24 ↗(On Diff #33007)

At some point we could consider making this logic more generic - I guess the operations are quite similar for all the stores.

74–79 ↗(On Diff #33007)

I guess these are implemented later in the stack, right?

This revision is now accepted and ready to land.Nov 13 2023, 6:25 AM
lib/ops/user-store-ops.js
74–79 ↗(On Diff #33007)

yes - D9909

This revision was automatically updated to reflect the committed changes.