Details
Details
- Reviewers
tomek - Commits
- rCOMM5296988927ff: [lib] implement QueuedDMOperations ops
Flow, tested in the next diff using tests
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| lib/ops/dm-operations-store-ops.js | ||
|---|---|---|
| 65 ↗ | (On Diff #49247) | This was merged into convertOpsToClientDBOps |
| 299–317 ↗ | (On Diff #49247) | This is copy-pasted from reduceDMOperationsQueue (see next diff) |
| lib/types/store-ops-types.js | ||
| 169 ↗ | (On Diff #49247) | It was read from DB (see ClientDBStore) but not converted to Client* types and never used |
| native/database/store.js | ||
| 68–70 ↗ | (On Diff #49247) | Not the cleanest solution, but there isn't anything better we can do for a store that returns many data types. We're doing the same for other similat stores like MessageStore |