Instantiation notification api approach#1679
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughAdds end-to-end instantiation notification support: new notification models, clients, service and interfaces; DI registrations; telemetry; controller wiring to trigger notifications on create/copy; profile/party/CDN client extensions; text/token utilities; exceptions; tests and OpenAPI updates. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
efeed98 to
306256e
Compare
306256e to
ac2d9fd
Compare
|
/publish |
Konrad-Simso
left a comment
There was a problem hiding this comment.
Removing previous comment since logging has been removed.
Konrad-Simso
left a comment
There was a problem hiding this comment.
Very good start, some comments on clean up or missing info, the logic seems well thought out! 🚀
|



Description
Specify a notification to send to the instance owner on instansiation.
Individuals -> language fetched from profile
Organizations -> language supplied in the instansiation request (fallback to Nb as default)
https://docs.altinn.studio/nb/altinn-studio/v8/reference/api/temp/
Plan:
First preview without requested send time, reminders or custom cancel logic ✅
Second preview with requested send time and reminders with default notification cancellation (process has ended) ✅
Third preview with custom cancel logic ✅
Related Issue(s)
Verification
Documentation
Summary by CodeRabbit