RADAR-base / RADAR-Appserver

General purpose application server for the radar platform currently with capability to schedule push notifications
Apache License 2.0
10 stars 1 forks source link

Deleting associated notifications and reminders after task is completed #459

Closed this-Aditya closed 5 months ago

this-Aditya commented 5 months ago

Fixes https://github.com/RADAR-base/RADAR-Appserver/issues/371 Hi @yatharthranjan , @mpgxvii , please review this PR and let me know if any changes are required. Thanks

mpgxvii commented 5 months ago

looks good.

@mpgxvii does the app already delete the notifications/reminders for completed tasks? If so maybe it can just update the status of the task to completed and the rest will be handled by the appserver?

Yes the questionnaire app deletes notifications when the task is completed. Yes sure I can update this on the app side.