Done and Dusted

This week was pretty stable and concluded with nearly finishing up all development related to the competition project. At the start of the week I altered my code to make all backend API calls pass through the Vuex store. This was done by making use of Vuex Actions, which is Read more…

It’s a Wrap

At the start of this week I added a services folder and shifted all the backend API calls occurring in the Vuex store to pass through this services folder instead. It comprises of two files, the first of which holds all of the database methods called in our Vuex store, Read more…

Cordova Updates

I spent the starting part of this week finalizing the QR code scanning and attendance taking. As per Dr. Shawn’s suggestion, I shifted from the usage of an in app Vuejs QR code scanner and instead added in the Cordova Camera plugin. The camera plugin was added along with a Read more…

Photo by Vojtech Bruzek on Unsplash

Trailing On

With Electron finally up and Running I was told to get the Cordova App ready as well so I used a Plugin to add Cordova to my Vue project and managed to build an Android App that Emulated successfully. The Android App performed as expected except one minor problem. The Read more…

Out and About

This week was the first in a long while where the work and stress level were relatively on the more manageable side of things. Finalization was done for the application by making last minute cosmetic changes like adjusting the application icon and changing the application name etc. Electron was successfully Read more…

Photo by Vojtech Bruzek on Unsplash

Wrapping Up

This week was spent entirely on debugging and testing to ensure that the final interface would be as seamless and optimal as possible. While writing my code I had overlooked some finer details with regards to how the data would change between interfaces when going from one role to another Read more…

Just in Time?

This week went busier than any other in my internship so far. Since the start of the week till the very end I was constantly involved with one task or another. Having finished the final interface as per the previous design, I began wrapping up by adding the final touches. Read more…

Photo by Tim Gouw on Unsplash

Cutting it Short

This last week has been quite hectic and busy. With August 15th just around the corner I have had to speed things up quite a lot and any spare time I used to have previously is missing from my daily routine these days. With the migration to Vue Router and Read more…