First to Site
Release 0.35

Notification System

Notification System - 1 item delivered in v0.35

What Was Delivered

  • Tasks - please remove the jobs email from receiving task notifications All tasks should remain in the system and task work completed within the task windows. Tasks should have ability to archive but not deleted entirely Technical Implementation
  • Create a field called isArchived in projectTask.
  • Create a filter for all projecttask datagrids:
  • isArchived
  • SLA
  • Created by
  • Assigned to
  • Project
  • Update all datagrids to automatically enable isArchived = false.
  • Create an action for ProjectTask edit called “Archive” - when this is clicked, redirect the user to an endpoint which sets isArchived to true.

Impact

Enhanced notification accuracy and delivery, ensuring stakeholders receive timely alerts on project activities.