UK CS499 Project with Delta V Innovations
by Kyra
A recap of the meeting held on Tuesday, April 14th and Sprint #3.
On Tuesday, our group met for a brief Stand-Up Meeting to discuss our progress for Sprint #3 and the Coding Assignment due in one week. We decided to have our code finished by this Sunday in order to allow time for polishing. We also had our weekly stand-up meeting with our client, Mike, where we discussed our progress on the last week of Sprint #3. During this meeting, I gave a brief demo of the functionality implemented so far in the main, which produced valid results up until solve_equations(). He was very excited by this progress.
As previously discussed, my user stories for this sprint were those extended from last sprint. This week, I worked primarily on the flow of data within the main, ensuring that each class was set up to get the data it needed and pass its results onto the next step. This required some retooling of methods in the data_preprocessing class and the equation_solver class.
I also worked to ensure my code was properly commented and followed all py_lint style guidelines. I used docstrings to detail the parameters and return types for each function. For each class I also gave a brief description of its purpose and attributes.