Altinn / altinn-notifications

Altinn platform microservice for handling notifications (mail, sms, etc)
MIT License
2 stars 3 forks source link

Add `resourceid` to Recipient model #443

Closed khanrn closed 6 months ago

khanrn commented 9 months ago

Description

When a notification order is getting generated it may affiliated with a service. In other word the notification to person identified by national identity number with service affiliation should posses an resourceId.

Consideration

This issue is closely related to #436.

Tasks

API

Core

acn-sbuad commented 7 months ago

Not sure this needs to be linked to the recipient. Might be enough to link it to the order?

SandGrainOne commented 7 months ago

Not sure this needs to be linked to the recipient. Might be enough to link it to the order?

I was thinking the same. If the application owner want to create notifications for multiple resources they would need to create multiple order, but I don't think this will be an issue.

acn-sbuad commented 6 months ago

Closing issue as it is not relevant. resourceId has been added to NotificationOrder model