RE-DO

This week started with me trying to update the REST API to accept multi-piece scoring and update the computation algorithm to handle multiple scores.  I’ve modified the REST API to accept multi-piece scoring from the front-end but there is an error when I tried to run the system. ERROR : Read more…

It’s Going To Take Time.

This week I have started working on my first task in the project hehe… I’m super happy this week because the real work has just begun after spending few weeks of studying. I experimental myself with the JavaScript source code since I have to make some modification to the front end Read more…

Vue.js

This week I spent my time trying to understand how Vue.js works by going through the guide provided in their official website. I also tried to do the examples because it is the best way to learn things. After that, I tried to implement Vuetify which is a UI toolkit Read more…

Slow Week

This week I tried to focus on the things that Dr Shawn have told me to fix especially the edit function in the website. But my progress is very slow because I’m not feeling well for the past 2 weeks and I even took an MC for one day. Then, Read more…

Struggling with binary

This week, I am working on retrieving binary data from the session storage. Even though the data I retrieved are in elf, but I couldn’t proceed to handle the data because the data are corrupted. Hence, I started to find out which method corrupts the binary data. After testing, I Read more…

Event handling

This week, I am working with javaScript. When I was trying to detect a double click event on the gutter, I made some mistakes but I also learned a lot from that. Mainly, I learn that I should never attach a single click handler and a double click handler to Read more…

Wrapping Up the Application

Continuing as an extension of the front-end from the previous week, I continued my Javascript marathon with coding up the head judge and attendance roles. Succumbing to temptation, I started off with the attendance role as it was trivial enough to be done in an hour or two which left Read more…

Bug bites

This week, I am mainly working with JavaScript.  I added the simulator into the current project I am working on as a widget to test it out. As expected, I got a few errors and warnings in the console. However, the errors and warnings in Mozilla Firefox and Chrome were Read more…

Display Data on Schematic

This week I tried to show the data values on the simulator schematic when performing data transmission with UART, MSPI or I2C. When successfully reading or writing data, user will be allowed to see that the data in hexadecimal values are displayed beside the related ports of the module. To Read more…

Object Mapping Issues

This week I am rewriting the read and write functions in C programming for UART. Dr Shawn really taught me a lot about the easy and correct way to write the codes. Next I need to make sure that the information are stored to the respective address correctly when the instructions Read more…