Page MenuHomePhabricator

[lib] refactor Report Store Operations to use generic type
ClosedPublic

Authored by kamil on Jul 25 2023, 6:01 AM.
Tags
None
Referenced Files
F2899333: D8621.diff
Sat, Oct 5, 6:39 AM
Unknown Object (File)
Wed, Oct 2, 7:04 PM
Unknown Object (File)
Sun, Sep 15, 3:33 PM
Unknown Object (File)
Sun, Sep 15, 3:33 PM
Unknown Object (File)
Sun, Sep 15, 3:33 PM
Unknown Object (File)
Sun, Sep 15, 3:32 PM
Unknown Object (File)
Sun, Sep 15, 3:25 PM
Unknown Object (File)
Tue, Sep 10, 4:54 AM
Subscribers

Details

Summary

Make logic part of the general ops interface

Depends on D8619

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil retitled this revision from [lib] reactor Report Store Operations to use generic type to [lib] refactor Report Store Operations to use generic type.Jul 25 2023, 6:27 AM
kamil published this revision for review.Jul 25 2023, 6:35 AM
atul added inline comments.
lib/ops/report-store-ops.test.js
58 ↗(On Diff #29018)

Still think we should call this reportStoreOps since the operations are related to how reports are stored and we're not "operating" on the reports themselves?

This revision is now accepted and ready to land.Jul 26 2023, 12:07 AM

rename

lib/ops/report-store-ops.test.js
58 ↗(On Diff #29018)

I updated this because reportStoreOps was defined in the upper scope, but since it'll be updated I can keep old name