Real-Dev-Squad / website-status

Shows a roadmap of the ongoing projects being done
https://status.realdevsquad.com/
MIT License
21 stars 147 forks source link

Incorrect Calculation of Missed Updates for Assigned Tasks on Progress Update Page #1190

Open sahsisunny opened 1 month ago

sahsisunny commented 1 month ago

Issue Description

The progress update calculation for assigned tasks on https://status.realdevsquad.com/tasks/PuTAvuWa7LLaToYejn09 is showing incorrect values for missed updates, leading to a display of 107 missing updates, which is inaccurate.

Expected Behavior

The progress update calculation should accurately reflect the number of missed updates based on the last update by the user and the assigned task's frequency of updates.

Current Behavior

The current behavior is displaying incorrect values for missed updates, resulting in 107 missing updates being shown when it should be a different value based on the last update and assignment details.

Screenshots

image

Reproducibility

Steps to Reproduce

  1. Navigate to https://status.realdevsquad.com/progress/PuTAvuWa7LLaToYejn09?dev=true
  2. Observe the displayed number of missing updates (107)

Severity/Priority

Additional Information

The calculation for missed updates needs to consider the last update made by the user and the task's update frequency to accurately reflect the number of missed updates.

Checklist