Capstone Update - Reflections, Final Phases, and Refinements
This week, I focused heavily on the automation and testing side of our Capstone project. I finalized the automated bi-monthly deployment pipeline by debugging environment inconsistencies but I ultimately getting the entire scheduler running successfully on Linux. I added header comments to the automation scripts that will need to be run on the host server.
I also contributed unit tests with pytest. Each team member took up the task of creating unit tests for each of our 4 core services. I worked on unit tests for the summarizer. This included tests for sentence cleanup, stripping Chinese notes, markup removal, and edge-case handling with short or markup-heavy inputs.
Next week, my plan is to assist with any last-minute fixes needed for incremental updates or environment setup, and help polish our final presentation. I will be completing the Conclusion & Closing section of the project. We may potentially use Playwright for end-to-end test coverage, but we still need to talk about this more as a team. As a group, we are collectively preparing materials for the final demo.
Comments
Post a Comment