-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MAIN B-22653 #14889
MAIN B-22653 #14889
Conversation
…ting value on shipment creation
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 with int
INT PR
Agility ticket
Feature Flag PR
Summary
This is the db & feature flag prep work for the upcoming work for PPM-SPR (Small Package Reimbursement). Since this will be a
NOT NULL
value and the Go structs were updated, I went ahead and added some backend code to update thePPMType
toINCENTIVE_BASED
until we implement additional backend code that will update based on what we consume from the UI.This PR has three migrations that do the following:
ppm_type
toppm_shipments
ppm_shipment_type
enum to theppm_shipment.ppm_shipment_type
columnSMALL_PACKAGE
to the existingmoving_expense_type
How to test
server
and ensure the migrations run and swagger code generatesppm_shipments
should now have appm_type
column that is an enum ofppm_shipment_type
SMALL_PACKAGE
type added to themoving_expense_type
enumINCENTIVE_BASED
is populated for each newly created PPMScreenshots