Skip to content

Feat(persistent-tasklist): Task list made consistent across all versions

Issue addressed #1340 (closed)

We aim to achieve persistent task list irrespective of the versions of the manuscript. For this, we are using the manuscript parent Id (first version id) to map all the tasks in the database. All the versions would display the task list, based on its parent manuscript.

Based on an offline conversation, for the task notifications, we are moving forward with the following decisions

  1. Scheduler should send task notifications for the latest team members only
  2. If there is a need to send notifications for previous version team members, it can be done manually through the UI where a user can switch the versions from dropdown and send notifications accordingly.
Edited by Pankaj Kandpal

Merge request reports