Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Brandon Moore
Created By: Brandon Moore
Created Date/Time: 6/17/2019 9:14 am
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 4705
Template/Type: Brandon Time
Title/Caption: Adilas Time
Start Date/Time: 6/19/2019 9:00 am
End Date/Time: 6/19/2019 12:15 pm
Main Status: Active

Sorry, no photos available for this element of time.


Notes:

Pretty quiet morning meeting. Dustin, Wayne, and Eric were on a different times. Mostly just checking in. Eric and I were working on finishing up the small project of adding sub inventory to the getWebGeneralInventory method (API socket). We got it working and I pushed the files live and let Eric know.

It may not sound like much, but it combines six different queries into a complex data object. The six different queries are: get the main or parent items, get the sub items (child items or packages), get the sub attribute names and titles, get all of the text based attribute values, get all of the date based attribute values, and get all of the numeric based attribute values. Then you have to loop over the different pieces (conditional nested loops) to construct and make the data reassemble in order to get a readable output. After all of that, you still have to convert it into JSON or XML (web readable formats for the adilas API sockets).