Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Dan A Shuford
Created By: Dan A Shuford
Created Date/Time: 9/18/2020 7:19 am
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 6851
Template/Type: Brandon Time
Title/Caption: id 1621 sub attachments
Start Date/Time: 9/21/2020 3:00 pm
End Date/Time: 9/21/2020 4:00 pm
Main Status: Active

Sorry, no photos available for this element of time.


Notes:

Working on the combining of sub PDF's with Danny. We had a full work session. I had Danny's branch on my computer and was doing some testing and playing around. We were trying to go the API socket route, but it kept having errors occur. We switched it up and even used the same code and now it is working. Slightly different path. Pretty crazy. Sometime you have to go down a road and hit a dead end before you know that route is not the right one. Part of the game.

To document what we ended up doing... we switched from an internal API socket to a direct URL driven design. The process goes, they click a button, we look-up everything and build a list of sub PDF's that are needed. We then take that list and pass it off to the server that is storing all of those files. Once it hits the other server, it loops over the file names and puts the final PDF together (merging the sub PDF's into a bigger PDF). This seemed to work better.