Overview
Grants and their notifications are quite connected entities. The grant is the main component and the notification relies on the grant. A grant can exist with no notifications but a notification can't exist with no grant so if a grant should be deleted.
Also this ticket is going to be used make sure our notifications work. When testing make a grant and ensure that the grant notifications are created and when deleting said grant the notifications are also delete.
Tasks
- Update delete grant so the corresponding notifications are deleted as well.
- Test the ability to create and delete notifications only creating and deleting a grant
Acceptance Criteria
- Grant notification functionality works by doing things to grants
- Grant notifications get deleted when a grant gets deleted.
Overview
Grants and their notifications are quite connected entities. The grant is the main component and the notification relies on the grant. A grant can exist with no notifications but a notification can't exist with no grant so if a grant should be deleted.
Also this ticket is going to be used make sure our notifications work. When testing make a grant and ensure that the grant notifications are created and when deleting said grant the notifications are also delete.
Tasks
Acceptance Criteria