In the fifth week of coding, I spent time learning the requirements for the next phase of my project. Also worked on modifying the last part of phase 1 by tweaking it a bit.
What did I do this week?
The second part of my project involves docker and mysql and i'll be trying to set up a connection to mysql from our application to import data from a db and train it and dump it in db. In this week, I learnt docker and setting up mysql container and tried to run one of the examples specified in the project. Also worked on modifying the code in my previous PR according to the logic as discussed with the mentor.
What is coming up next?
I'll start working on the phase 2 of my proposal where i'll be trying to first set up a connection to db. I'll be adding a mysql config related classes and try to implement importing data from a mysql database. I'm also working on adding extra test cases to my previous PR.
Did you get stuck anywhere?
I was quite confused about the logic in my previous PR. After discussing with my mentor, it became clear and I made the corresponding changes.