This week I have worked on:
– Editing the database structure. Previous implementation had database as an array so we had 20 clothes each of them starting with a null value. However, we realized that other APIs think that these null values are going to be clothes, so I changed the database from an array to a list so that the clothes in database do not contain null values anymore.
– Integrating the software and hardware. All the software validation have been completed, and we verified that they are saved correctly in the database. Now we integrated our entire software and the hardware to see if the rack rotates consistently with our inputs
Next week I will work on:
– Writing the poster and final report