Activity

  • hruship101 replied to the topic Integration PM in the forum Project Management Knowledge Areas 8 years ago

    During my capstone project, we had several mini projects to accomplish in order to complete our final project. For example, our project was to create a device which measures three parameters, blood glucose, activity, and oxygen rate and transfers this data to a UI via web server. One of the team members worked on designing the back end software module to receive the data from the hardware and sort it accordingly. The other member worked on the front end software module to display the correct data to the end client. In the beginning of the second semester
    (About 50% done), we realized the two languages did not communicate when we tried to put everything together. The root cause was that both of the programs were coded in different languages as it was easier for the programmer. As a result, we had to use a merger/converter program for the code to function properly. After successfully executing the code in the new language, we were successfully able to run the code to transmit the data properly.