-
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
E 04823 tickets b 18472 and b 18457 main #11892
Conversation
…ect changes. This moves grade from service member to order
…instead of service member for ghc invoice generator
…nk-And-Duty-Location
Bundle StatsHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
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.
Matches up. Noice. LGTM.
Integration PR
Feature E-04823
Summary
These two tickets introduce new business logic and refactoring with how service member duty location, grade, and weight allotments function within MilMove. At a high level, grade and duty location has moved from the service member to the order. Additionally, grades now reflect a "true" value that is calculated by weight allotment and assigned to a
DBWeightAuthorized
.DBWeightAuthorized
is directly tied to the maximum billable weight of a move. When a service member grade is updated, it immediately updated the maximum billable weight, whether it be increasing or decreasing the maximum amount.Verification Steps for Reviewers
pkg/models/entitlements.go
Setup to Run the Code
How to test
Frontend:
Backend:
pkg/models/entitlements.go
)pkg/models/entitlements.go
)HasDependents
value on the order to true or false, then update the grade again to review how dependents affect the weight allowance.Screenshots