Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
46 stars 201 forks source link

feat: Filter orphan tasks and mark them BACKLOG #1996

Closed MehulKChaudhari closed 3 months ago

MehulKChaudhari commented 3 months ago

Date: 2/04/2024

Developer Name: @MehulKChaudhari


Issue Ticket Number

Description

When tasks are assigned to users that are not in a "DONE" state and when they leave the server, they become orphan tasks, which get missed and become untrackable. So this API filters out such tasks and marks them BACKLOG

Documentation Updated?

Under Feature Flag

Database Changes

Breaking Changes

Development Tested?

Test Coverage

Screenshot 1 image

For Staging

For staging and production, we will need to add these composite indexes.

image
MehulKChaudhari commented 3 months ago

Adding Tests, my local test runner has some issues, that are first created PR check if tests are failing in CI as well or not.