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
- Branch
- publish-que
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| lib/ops/dm-operations-store-ops.js | ||
|---|---|---|
| 65 | This was merged into convertOpsToClientDBOps | |
| 299–317 | This is copy-pasted from reduceDMOperationsQueue (see next diff) | |
| lib/types/store-ops-types.js | ||
| 169 | It was read from DB (see ClientDBStore) but not converted to Client* types and never used | |
| native/database/store.js | ||
| 68–70 | 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 | |