-
Notifications
You must be signed in to change notification settings - Fork 35
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
B 18061 AOA Packet INT #12050
B 18061 AOA Packet INT #12050
Conversation
…ination AOA Packet is dependent on SSW PDF Form Filling work
…and AOA Service for full packet
Merge includes AOA Packet features from feature branch
There are some errors causing failure right now due to B-18428 not yet being merged into integration. It has required changes for conflicts between the SSW and the rank refactor Resolved |
df0dc06
to
309b304
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may have to refactor the PrimeDownloadService to another name to make it more generic in the future. Prime implies Prime usage. Looks good overall.
return ppmops.NewShowAOAPacketForbidden(), noSessionErr | ||
} | ||
// Ensures service member ID is present | ||
if !appCtx.Session().IsMilApp() && appCtx.Session().ServiceMemberID == uuid.Nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know if this is really needed. Middleware would prevent any invocation of this handler without proper authentication.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could remove it if that would be better - I just saw it being included in other handlers, and included it as part of figuring out how to prevent access issues
.circleci/config.yml
Outdated
@@ -1240,7 +1240,7 @@ jobs: | |||
# | |||
# The trailing hyphen in restore_cache seems important | |||
# according to the page linked above | |||
- v8-spectral-lint- | |||
- v9-spectral-lint- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this V9 needed for integrationBranch, or was it added as a part of the exp deployment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that this change was required for int, as the threshold went down between when I pulled this from main and when I first attempted to PR. However, I haven't tested it since the rebase, so let me take a look and see if it's still necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After checking my local counts and the baseline on the most recent int pr, errors have been resolved in this branch and the results are below the current integration baseline. I'll revert it to v8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spectral lint has been reverted to v8 and the test passes. Thank you for catching this!
Spectral lint version incrementation not necessary
B-18061
Summary
Is there anything you would like reviewers to give additional scrutiny?
this article explains more about the approach used.
Verification Steps for the Author
These are to be checked by the author.
Verification Steps for Reviewers
These are to be checked by a reviewer.
Setup to Run the Code
How to test
Frontend
officeApp
class or custommin-width
styling is used to hide any states the would not be visible to the user.Backend
Database
Any new migrations/schema changes:
Screenshots