Skip to content
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-16904 #11322

Closed
wants to merge 68 commits into from
Closed

B-16904 #11322

wants to merge 68 commits into from

Conversation

j-Rosenthal
Copy link
Contributor

Summary

Initial story setting up SOAP request to fetch LastTableUpdate from TRDM.

Given MilMove needs to verify if its internal tracking of transportation_accounting_codes is out of date from TRDM,

When called from the routine

Then it should send a SOAP request to TRDM to getLastTableUpdate(). This request should compare TRDM's last table update to MilMove's latest updated transportation accounting code. If they do not align, MilMove should trigger a new update to its transportation_accounting_codes. If they do align, it should do nothing as no update is necessary.

cameroncaci and others added 30 commits July 17, 2023 19:13
…nting Code (TAC) modifications. Includes the file record struct that is parsed from TRDM as well as the function to connect it to MilMoves internal TAC struct as the field names are different. Currently under proposal for finalized TAC struct.
…nting Code (TAC) modifications. Includes the file record struct that is parsed from TRDM as well as the function to connect it to MilMoves internal TAC struct as the field names are different. Currently under proposal for finalized TAC struct.
…nting Code (TAC) modifications. Includes the file record struct that is parsed from TRDM as well as the function to connect it to MilMoves internal TAC struct as the field names are different. Currently under proposal for finalized TAC struct.
… *Added TAC package and tests for initial TRDM .txt file handling *Added dummy data for a TAC file
…s for pruning expired tacs. Also added consolidation functionality for duplicate TACs found
…et values in test to prevent mismatched time.now. Fixed consildating function and test. Fixed expired tac test
…dFromTRDM struct as all fields are desired, null or not besides the main sys id. Left comment of how LOA struct deviates from the matrix
…onger needed due to the updated TAC struct. Additionally, remodeled existing TAC parser package and tests to reflect the incoming sync with new TAC struct fields and pointers
@cameroncaci cameroncaci closed this Nov 8, 2023
@cameroncaci
Copy link
Contributor

This implementation was cancelled (See new REST version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants