Posts

Showing posts from November, 2025

CST 489-499 - Module 10

 Week 10, This week was a bit more involved than last week in terms of contribution to the project. Overall, the core features are being implemented at a much faster rate than last week, but I feel I'm not going as fast as I want to. I was able to get the image uploading working, although right now it is not connected to the feature we want it for.  Additionally, I've been working on the main feature (board game event/match creation) for quite some time, however, it took quite a bit of code changes as more and more got implemented. The reason being that we need to reuse some of the code in different areas, and it involves many different parts of the database, more than I thought would be needed to start implementing the event creation. On the bright side, I also feel more confident in working with the database itself, but it is fairly different from what we are used to. For instance, in MySQL, you would create separate tables for different types of entities and relate those us...