-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into B-18645-Move-grade-to-Orders-From-Allowances…
…-MAIN
- Loading branch information
Showing
74 changed files
with
3,594 additions
and
1,352 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: 'Close stale issues and PRs' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' | ||
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' | ||
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.' | ||
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.' | ||
days-before-issue-stale: 30 | ||
days-before-pr-stale: 45 | ||
days-before-issue-close: 5 | ||
days-before-pr-close: 10 |
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
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
65 changes: 65 additions & 0 deletions
65
migrations/app/schema/20240207173709_updateTransportationOffices.up.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
update postal_code_to_gblocs set gbloc = 'BGAC' where gbloc = 'BKAS'; | ||
|
||
|
||
INSERT INTO addresses | ||
(id, street_address_1, city, state, postal_code, created_at, updated_at, country) | ||
VALUES ('f933c50f-6625-4991-8c81-705a222840c6', '3376 Albacore Alley', 'San Diego', 'CA', '92136', now(), now(), 'United States'); | ||
|
||
insert into transportation_offices | ||
(id, name, gbloc, address_id, latitude, longitude, created_at, updated_at, provides_ppm_closeout) | ||
values | ||
('e4a02d40-2ad9-44c5-a357-202d4ff0b51d', 'PPPO NAVSUP FLC San Diego - USN', 'LKNQ', 'f933c50f-6625-4991-8c81-705a222840c6','32.67540','-117.12142', now(), now(), TRUE); | ||
|
||
insert into office_phone_lines | ||
(id, transportation_office_id, number, created_at, updated_at) | ||
values | ||
('3e692f01-182d-4a7d-958d-6418e7335dd9', 'e4a02d40-2ad9-44c5-a357-202d4ff0b51d', '855-444-6683', now(), now()); | ||
|
||
insert into office_emails | ||
(id, transportation_office_id, email, created_at, updated_at) | ||
values | ||
('3e692f01-182d-4a7d-958d-6418e7335dd9', 'e4a02d40-2ad9-44c5-a357-202d4ff0b51d', 'jppso_SW_counseling@us.navy.mil', now(), now()); | ||
|
||
|
||
|
||
INSERT INTO addresses | ||
(id, street_address_1, city, state, postal_code, created_at, updated_at, country) | ||
VALUES ('6aa77b74-41a7-4a4c-ab29-986f3263495a', '626 Swift Road', 'West Point', 'NY', '10996', now(), now(), 'United States'); | ||
|
||
insert into transportation_offices | ||
(id, name, gbloc, address_id, latitude, longitude, created_at, updated_at, provides_ppm_closeout) | ||
values | ||
('dd043073-4f1b-460f-8f8c-74403619dbaa', 'PPPO West Point/ USMA - USA', 'BGAC', '6aa77b74-41a7-4a4c-ab29-986f3263495a','41.39400','-73.97232', now(), now(), TRUE); | ||
insert into office_phone_lines | ||
(id, transportation_office_id, number, created_at, updated_at) | ||
values | ||
('1adffbea-01d7-462f-bbfd-ba155e8a0844', 'dd043073-4f1b-460f-8f8c-74403619dbaa', '845-938-5911', now(), now()); | ||
|
||
insert into office_emails | ||
(id, transportation_office_id, email, created_at, updated_at) | ||
values | ||
('8276c5e4-461f-4ef6-a72f-0d76f7e10194', 'dd043073-4f1b-460f-8f8c-74403619dbaa', 'usarmy.jblm.404-afsb-lrc.list.west-point-transportation-ppo@army.mil', now(), now()); | ||
|
||
|
||
INSERT INTO addresses | ||
(id, street_address_1, city, state, postal_code, created_at, updated_at, country) | ||
VALUES ('09058d36-2966-496a-aaf5-55c024404396', '15610 SW 117TH AVE', 'Miami', 'FL', '33177-1630', now(), now(), 'United States'); | ||
|
||
insert into transportation_offices | ||
(id, name, gbloc, address_id, latitude, longitude, created_at, updated_at, provides_ppm_closeout) | ||
values | ||
('4f10d0f5-6017-4de2-8cfb-ee9252e492d5', 'PPPO USAG Miami - USA', 'CLPK', '09058d36-2966-496a-aaf5-55c024404396','25.59788','-80.40353', now(), now(), TRUE); | ||
|
||
insert into office_phone_lines | ||
(id, transportation_office_id, number, created_at, updated_at) | ||
values | ||
('bfae8dd6-3ce4-4310-a315-eeda8420f4a4', '4f10d0f5-6017-4de2-8cfb-ee9252e492d5', '1-305-216-8037', now(), now()); | ||
|
||
insert into office_emails | ||
(id, transportation_office_id, email, created_at, updated_at) | ||
values | ||
('afb6648e-da9d-4e6a-9322-e0aa3b99caf3', '4f10d0f5-6017-4de2-8cfb-ee9252e492d5', 'D07-SMB-BASEMIAMIBEACH-PPSO@uscg.mil', now(), now()); | ||
|
||
|
||
|
||
delete from transportation_offices where name = 'PPPO Base San Pedro - USCG'; |
70 changes: 70 additions & 0 deletions
70
migrations/app/schema/20240214213247_updateTransportationOfficesGbloc.up.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
update | ||
transportation_offices | ||
set | ||
gbloc = 'BGAC' | ||
where | ||
gbloc = 'BKAS'; | ||
|
||
insert | ||
into | ||
duty_locations(id, | ||
name, | ||
address_id, | ||
created_at, | ||
updated_at, | ||
transportation_office_id, | ||
provides_services_counseling ) | ||
values( | ||
'9f7a1c83-26ad-4ba3-b30f-1a2e62f250f6', | ||
'PPPO West Point/ USMA - USA', | ||
'6aa77b74-41a7-4a4c-ab29-986f3263495a', | ||
now(), | ||
now(), | ||
'dd043073-4f1b-460f-8f8c-74403619dbaa', | ||
true); | ||
|
||
insert | ||
into duty_location_names(id, | ||
name, | ||
duty_location_id, | ||
created_at, | ||
updated_at) | ||
values ( | ||
'47cfbfa1-4633-440e-928e-92a6f462826e', | ||
'PPPO West Point/ USMA - USA', | ||
'9f7a1c83-26ad-4ba3-b30f-1a2e62f250f6', | ||
now(), | ||
now() | ||
); | ||
|
||
insert | ||
into | ||
duty_locations(id, | ||
name, | ||
address_id, | ||
created_at, | ||
updated_at, | ||
transportation_office_id, | ||
provides_services_counseling ) | ||
values( | ||
'0f420f7b-72ac-43cf-bc93-f24d44ba8f93', | ||
'PPPO USAG Miami - USA', | ||
'09058d36-2966-496a-aaf5-55c024404396', | ||
now(), | ||
now(), | ||
'4f10d0f5-6017-4de2-8cfb-ee9252e492d5', | ||
true); | ||
|
||
insert | ||
into duty_location_names(id, | ||
name, | ||
duty_location_id, | ||
created_at, | ||
updated_at) | ||
values ( | ||
'fbe7677f-e1ec-47d2-bf33-57e83eded778', | ||
'PPPO USAG Miami - USA', | ||
'0f420f7b-72ac-43cf-bc93-f24d44ba8f93', | ||
now(), | ||
now() | ||
); |
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
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
24 changes: 24 additions & 0 deletions
24
pkg/assets/notifications/templates/move_counseled_template.html
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<p>*** DO NOT REPLY directly to this email ***</p> | ||
|
||
<p>This is a confirmation that your counselor has approved move details for the <strong>assigned move code{{if or (not .Locator) (not .OriginDutyLocation) (not .DestinationDutyLocation)}}</strong>{{end}}{{if and .Locator .OriginDutyLocation .DestinationDutyLocation}} {{.Locator}}</strong> from {{.OriginDutyLocation}} to {{.DestinationDutyLocation}} in the MilMove system{{end}}.</p> | ||
|
||
<p>What this means to you:</br> | ||
If you are doing a Personally Procured Move (PPM), you can start moving your personal property.</p> | ||
|
||
<p><strong>Next steps for a PPM:</strong> | ||
<ul> | ||
<li>Remember to get legible certified weight tickets for both the empty and full weights for every trip you perform. If you do not upload legible certified weight tickets, your PPM incentive could be affected.</li> | ||
<li>If your counselor approved an Advance Operating Allowance (AOA, or cash advance) for a PPM, log into <a href="{{.MyMoveLink}}">MilMove</a> to download your AOA Packet, and submit it to finance according to the instructions provided by your counselor. If you have been directed to use your government travel charge card (GTCC) for expenses no further action is required.</li> | ||
<li>Once you complete your PPM, log into <a href="{{.MyMoveLink}}">MilMove</a>, upload your receipts and weight tickets, and submit your PPM for review.</li> | ||
</ul> | ||
|
||
<p><strong>Next steps for government arranged shipments:</strong></br> | ||
<ul> | ||
<li>Your move request will be reviewed by the responsible personal property shipping office and a move task order for services will be placed with HomeSafe Alliance.</li> | ||
<li>Once this order is placed, you will receive an e-mail invitation to create an account in HomeSafe Connect (check your spam or junk folder). This is the system you will use to schedule your pre-move survey.</li> | ||
<li>HomeSafe is required to contact you within 24 hours of receiving your move task order. Once contact has been established, HomeSafe is your primary point of contact. If any information about your move changes at any point during the move, immediately notify your HomeSafe Customer Care Representative of the changes. Remember to keep your contact information updated in MilMove.</li> | ||
</ul> | ||
<p>Thank you,<br> | ||
USTRANSCOM MilMove Team</p> | ||
|
||
<p>The information contained in this email may contain Privacy Act information and is therefore protected under the Privacy Act of 1974. Failure to protect Privacy Act information could result in a $5,000 fine.</p> |
21 changes: 21 additions & 0 deletions
21
pkg/assets/notifications/templates/move_counseled_template.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
*** DO NOT REPLY directly to this email *** | ||
|
||
This is a confirmation that your counselor has approved move details for the assigned move code{{if and .Locator .OriginDutyLocation .DestinationDutyLocation}} {{.Locator}} from {{.OriginDutyLocation}} to {{.DestinationDutyLocation}} in the MilMove system{{end}}. | ||
|
||
What this means to you: | ||
If you are doing a Personally Procured Move (PPM), you can start moving your personal property. | ||
|
||
Next steps for a PPM: | ||
* Remember to get legible certified weight tickets for both the empty and full weights for every trip you perform. If you do not upload legible certified weight tickets, your PPM incentive could be affected. | ||
* If your counselor approved an Advance Operating Allowance (AOA, or cash advance) for a PPM, log into MilMove <{{.MyMoveLink}}/> to download your AOA Packet, and submit it to finance according to the instructions provided by your counselor. If you have been directed to use your government travel charge card (GTCC) for expenses no further action is required. | ||
* Once you complete your PPM, log into MilMove <{{.MyMoveLink}}/>, upload your receipts and weight tickets, and submit your PPM for review. | ||
|
||
Next steps for government arranged shipments: | ||
* Your move request will be reviewed by the responsible personal property shipping office and a move task order for services will be placed with HomeSafe Alliance. | ||
* Once this order is placed, you will receive an e-mail invitation to create an account in HomeSafe Connect (check your spam or junk folder). This is the system you will use to schedule your pre-move survey. | ||
* HomeSafe is required to contact you within 24 hours of receiving your move task order. Once contact has been established, HomeSafe is your primary point of contact. If any information about your move changes at any point during the move, immediately notify your HomeSafe Customer Care Representative of the changes. Remember to keep your contact information updated in MilMove. | ||
|
||
Thank you, | ||
USTRANSCOM MilMove Team | ||
|
||
The information contained in this email may contain Privacy Act information and is therefore protected under the Privacy Act of 1974. Failure to protect Privacy Act information could result in a $5,000 fine. |
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
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
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
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
Oops, something went wrong.