CST 499 - Computer Science Capstone - Week 11
What project milestones did you accomplish this week? This week, I worked on improving the layout and visual presentation of our TiddlyWiki site. The default layout provided by TiddlyWiki is very basic, so I explored different approaches to customize it. I tested a new layout plugin, integrated it into the project, and experimented with styling options to enhance readability and overall user experience. I also helped troubleshoot the publishing pipeline when the API became stuck, and through that process I identified duplicated variables in the Docker Compose file that were breaking the build.
What is your plan for next week? Next week, I plan to begin working on the testing component of the project. My goal is to implement unit tests and, if possible, incorporate full system tests as well. Even if we can only include a subset of system tests, I want to ensure that we establish a solid foundation for testing and reliability before the final stages of the project.
What challenges are you currently facing in project development? Do you need instructor assistance? The main challenge I continue to face is related to hardware limitations. Running local LLMs requires at least 16 GB of RAM, but my laptop does not meet that requirement, so I am unable to run the models locally. Because of this, I have been relying on my teammates to handle portions of the project that require strong hardware. To compensate, I have focused on contributing in other areas—such as completing a literature review independently, improving the layout and UI for the wiki, and now shifting my efforts toward developing the testing framework. At the moment, I do not need instructor assistance, but I am continuing to adapt my contributions around the tools I am able to run.

Comments
Post a Comment