Page MenuHomePhabricator

[lib] implement `UserStore` spec
ClosedPublic

Authored by kamil on Nov 9 2023, 6:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 28, 9:30 PM
Unknown Object (File)
Sat, Sep 28, 9:30 PM
Unknown Object (File)
Sat, Sep 28, 9:30 PM
Unknown Object (File)
Sat, Sep 28, 9:25 PM
Unknown Object (File)
Tue, Sep 17, 12:36 PM
Unknown Object (File)
Tue, Sep 17, 7:44 AM
Unknown Object (File)
Aug 28 2024, 5:17 AM
Unknown Object (File)
Aug 28 2024, 5:15 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.