Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Brandon Moore
Created By: Brandon Moore
Created Date/Time: 12/5/2016 9:42 am
 
Action Status: Completed
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 2036
Template/Type: Brandon Time
Title/Caption: Working with Steve - State API
Start Date/Time: 12/6/2016 3:30 pm
End Date/Time: 12/6/2016 6:15 pm
Main Status: Active

Sorry, no photos available for this element of time.


Notes:
On a GoToMeeting session with Steve. We talked about some of the other developments of the day and our thoughts on how things are working out. Good stuff. We then worked on a new page that takes a big number (24 characters or more) and increments that number a set number of times on the page. We had to split the numbers into different sections and pieces. We then had to loop over things to see where it broke and turned into a non numeric value (the original value was a mix of alpha/numeric characters). Kinda random and crazy. Anyways, working on incrementing what values we could.

We ran into problems with really big numbers and ColdFusion changing the numbers into scientific notation vs. a normal big integer value. We had to do some research online to get some ideas.