Feature/ab#28800 portal payments#2126
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds end-to-end documentation for the transactional inbox/outbox + Grants Portal RabbitMQ pipeline, and completes the previously-placeholder applicant profile providers (notably PaymentInfo) with test coverage.
Changes:
- Added new docs for the Transactional Inbox/Outbox pattern and the Grants Portal RabbitMQ integration.
- Updated Applicant Profile provider documentation to mark ORGINFO/PAYMENTINFO as implemented and describe their data shapes/flows.
- Implemented
PaymentInfoDataProvider(and DTOs) plus added/updated unit tests.
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| documentation/transactional-outbox-pattern.md | New documentation describing the inbox/outbox architecture, schema, lifecycle, and integration guidance. |
| documentation/applicant-portal/grants-portal-rabbitmq-integration.md | New documentation for Grants Portal RabbitMQ topology, message formats, pipeline services, and ops guidance. |
| documentation/applicant-portal/applicant-profile-data-providers.md | Updates provider status and adds detailed sections for ORGINFO/PAYMENTINFO, plus provider interface and read/write flow notes. |
| applications/Unity.GrantManager/src/Unity.GrantManager.Application/ApplicantProfile/PaymentInfoDataProvider.cs | Implements PAYMENTINFO provider querying submissions/applications/payment requests. |
| applications/Unity.GrantManager/src/Unity.GrantManager.Application.Contracts/ApplicantProfile/ProfileData/PaymentInfoItemDto.cs | Adds DTO for individual payment items returned to the portal. |
| applications/Unity.GrantManager/src/Unity.GrantManager.Application.Contracts/ApplicantProfile/ProfileData/ApplicantPaymentInfoDto.cs | Extends PAYMENTINFO response to include a payments list. |
| applications/Unity.GrantManager/test/Unity.GrantManager.Application.Tests/Applicants/PaymentInfoDataProviderTests.cs | New unit tests covering PAYMENTINFO provider behavior and mapping. |
| applications/Unity.GrantManager/test/Unity.GrantManager.Application.Tests/Applicants/ApplicantProfileDataProviderTests.cs | Updates tests to construct PaymentInfoDataProvider with required dependencies. |
| applications/Unity.GrantManager/documentation/applicant-portal/applicant-profile-data-providers.md | Removes duplicate/older documentation copy under the application folder. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1 similar comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.