meeting about processing

On 25th of March Lihao and Osama have a meeting and discuss loading the information in the processing, this information is the one that appears when the one who cycle will press break, and it pops up. First, Lihao provides Osama with the final data with the timing for the image that was edited in the final version of the video. Moreover, we discuss to figure a way to speed the process instead of loading the information from the external file.

First and foremost, we thought that it is better to load information directly by using .add() which will add constant String in a lest. The lists are going to be sorted according to the appearing time in the edited video. Additionally, to achieve this, we have to rewrite more than 220 lines manually. However, because there is a pattern in the code, we could find a why to rewrite the +220 lines, and that as following. Firstly, we copied each column from the CSV, which Osama prepared it with the data that belong to the timing. Secondly, and past it in .txt file, and by using Notepad++ (code editer app/program without compiler or IDE) which provided us with the functionality to search and replace String that contains special characters, such as, “n”. and we replace it with list.add(““);. Finally, we test the code, and it worked.

The previous list.add() code, which are around 230 lines of code, were added in the SetUp function/ method in processing code. Furthermore, we have written three extra function/ methods that retrieve the data from the list when the cyclist press breaks