Skip to main content

Command Palette

Search for a command to run...

[WIL] Final Project Week 1 Retrospective

05/28/23

Updated
[WIL] Final Project Week 1 Retrospective

Planning: Since there were no suitable references and the project was entirely based on our team's ideas, we encountered many challenges during the planning phase. However, by brainstorming and discussing with team members, we were able to successfully finalize the overall project plan. One of our team members consulted a nurse acquaintance on how to effectively document symptom reports, and we have solid plans for symptom report entries. Planning was tough, but I'm grateful to the team members who worked together!

MVP-based API Design: As this project was my first experience with Nest.js, I spent a lot of time setting up the initial project. I looked up several Nest.js tutorials and thoroughly read the official documentation to configure the necessary components for our project. Additionally, I focused on creating APIs based on the MVP (Minimum Viable Product) approach, quickly completing simple APIs with testing and dedicating more time to complex APIs that require sophisticated algorithms.

CI/CD: Setting up CI/CD took a significant amount of time. I spent time troubleshooting during the environment setup and extensively researched documentation. Ultimately, I was able to confirm the success of the CD phase. However, there were a few failures during deployment, so I decided to prioritize focusing on the APIs for now. A senior mentor also mentioned that CI/CD is secondary and that investing time in implementing features and performance improvements is more important. Therefore, I will leave CI/CD as a secondary priority.