Since the last status report, I have mostly worked with my team to finalize our design report which consisted of communicating about design details and helping my team figure out how we will put our different components together. For my own work, I created an AWS account and stood up an EC2 instance. Additionally, I began working on implementing the Flask API for our backend. First, I specified endpoints for requests to be sent to and began implementing the logic for how different requests should be handled. I also started reading up on the Flutter documentation so that I can begin implementing the frontend user interface.
This week, I plan on finishing the backend API; I need to finish implementing the logic for handling requests on the server side and also implement the logic for sending requests to the server from both the mobile app and the computing units in the sensor modules. We are on schedule and want to have a simple implementation of our system up and running soon so that we can start collecting data.