-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8: [ART] POA request representative #20009
Merged
Merged
Conversation
This file contains 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
va-vfs-bot
temporarily deployed
to
art/poa-requests/part-5/representatives.3/main/main
December 23, 2024 16:58
Inactive
nihil2501
changed the title
[ART] POA request representative
8: [ART] POA request representative
Dec 23, 2024
nihil2501
force-pushed
the
art/poa-requests/part-5/representatives.2
branch
from
December 31, 2024 02:14
3150e8c
to
4adfce0
Compare
nihil2501
force-pushed
the
art/poa-requests/part-5/representatives.3
branch
from
December 31, 2024 02:24
0af5f56
to
a718cb2
Compare
va-vfs-bot
temporarily deployed
to
art/poa-requests/part-5/representatives.3/main/main
December 31, 2024 02:26
Inactive
nihil2501
force-pushed
the
art/poa-requests/part-5/representatives.3
branch
from
December 31, 2024 02:42
a718cb2
to
1d8e120
Compare
va-vfs-bot
temporarily deployed
to
art/poa-requests/part-5/representatives.3/main/main
December 31, 2024 02:44
Inactive
ojbucao
force-pushed
the
art/poa-requests/part-5/representatives.2
branch
from
January 7, 2025 22:28
07933fd
to
2edde0a
Compare
nihil2501
changed the base branch from
art/poa-requests/part-5/representatives.2
to
art/poa-requests/part-5/representatives.2.retry-1
January 8, 2025 00:43
va-vfs-bot
temporarily deployed
to
art/poa-requests/part-5/representatives.3/main/main
January 8, 2025 00:44
Inactive
ojbucao
changed the base branch from
art/poa-requests/part-5/representatives.2.retry-1
to
art/poa-requests/part-5/representatives.2.retry-1-rebase1
January 9, 2025 00:22
ojbucao
force-pushed
the
art/poa-requests/part-5/representatives.3
branch
from
January 9, 2025 00:22
1d8e120
to
6122fbb
Compare
va-vfs-bot
temporarily deployed
to
art/poa-requests/part-5/representatives.3/main/main
January 9, 2025 00:30
Inactive
ojbucao
previously approved these changes
Jan 9, 2025
ojbucao
force-pushed
the
art/poa-requests/part-5/representatives.3
branch
from
January 10, 2025 02:30
19f950d
to
b9b8617
Compare
va-vfs-bot
temporarily deployed
to
art/poa-requests/part-5/representatives.3/main/main
January 10, 2025 02:32
Inactive
Base automatically changed from
art/poa-requests/part-5/representatives.2.retry-1-rebase1
to
master
January 10, 2025 16:12
ojbucao
dismissed stale reviews from LindseySaari and themself
January 10, 2025 16:12
The base branch was changed.
ojbucao
force-pushed
the
art/poa-requests/part-5/representatives.3
branch
from
January 10, 2025 16:13
b9b8617
to
446cfba
Compare
ojbucao
approved these changes
Jan 10, 2025
va-vfs-bot
temporarily deployed
to
art/poa-requests/part-5/representatives.3/main/main
January 10, 2025 16:20
Inactive
ojbucao
force-pushed
the
art/poa-requests/part-5/representatives.3
branch
2 times, most recently
from
January 10, 2025 18:06
7bcda9e
to
1925df4
Compare
github-actions
bot
added
test-failure
and removed
test-passing
ready-for-backend-review
labels
Jan 10, 2025
ojbucao
force-pushed
the
art/poa-requests/part-5/representatives.3
branch
from
January 10, 2025 18:38
1925df4
to
3e4e6a7
Compare
github-actions
bot
added
test-passing
ready-for-backend-review
and removed
test-failure
labels
Jan 10, 2025
LindseySaari
approved these changes
Jan 10, 2025
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.
Add Power of Attorney Representative Support to Accredited Representative Portal
Description:
This PR introduces enhancements to the Accredited Representative Portal to support Power of Attorney (POA) request representatives (accredited individuals and organizations). The key changes include:
Key Changes:
1. Model Changes:
• Added new references and associations for power_of_attorney_requests to support representatives (accredited_individuals and accredited_organizations).
• Updated the PowerOfAttorneyRequest model with new relationships (belongs_to and has_one) and validations for claimant data.
• Added a mechanism to handle the claimant type (dependent or veteran) during record creation.
2. Controllers
• Minor modification to how querying is handled in the POA requests controller.
3. Serializers
• Added new serializers to handle changes in data presentation.
4. Specs
• Updated specs and factories to properly test the models and serializer changes