Skip to content

Dashboard badge handler

Vaibhav Rathore requested to merge feature/dashboard-badge into main

Summary

  1. Making API call to delete task alerts for current user when user lands up on "edits" (Manuscript I'm editor of) tab
  2. Updating task alerts when there is a change in task status (we call a different mutation on task status dropdown change)
  3. createNewTaskAlerts that is triggered via cron has updated checks for non-null due date & only in-progress tasks
  4. updateAlertsUponTeamUpdate that is triggered when team update happens for a manuscript also has updated checks
  5. updateAlertsForTask that was getting triggered from updateTask mutation also has updated checks

Merge request reports