Filter out deleted tasks when building review queue #237
Labels
🗂 Bug
Type: Technical defect, not functioning as designed
🚩 Help wanted
Particularly amenable/appropriate for contributors
Our data store is architected such that tasks are never deleted; they're just flagged as deleted. When building a review queue (e.g. in
app
'sdatabaseManager
andbackend
's notification bits), we should exclude deleted tasks. Doesn't actually affect anyone but me yet, but will once we add a UI for deleting.(Unfortunately, this'll probably muck up our indexing / predicate strategies a bit—we can't just add the isDeleted column to our composite indexes without mucking up order when not filtering by isDeleted)
The text was updated successfully, but these errors were encountered: