Posts

Iparam Finder (First Look)

Image
 For this project, I wanted to create something of a 'dev tool' that we could use at work. For my current occupation, we build instrument interfaces for our clients and sometimes we have to customize the interfaces with certain parameters, iparams, to make the interface function a certain way. With the company being around for a long time, there is a multitude of iparams that are available and sometimes it is hard to track down the less commonly used iparams compared to ones that many clients use. This will be a simple tool that reads from an excel file that has the iparams and their functionality description and a user can search that param and it will find it from the excel. Since this will be a dynamic document that everyone will have access to, the user will also be able to change the file that is being read when it is updated. The application will be built in Java, using the swing API to create the gui. From initially setup, here is current design of the application. From ...

DSA Practice

 Written by Quincy Williams Quick update! I know it has been a while since I have posted. A lot of changes have happened in my life over the past year and has taken time away from this. But I am posting today to speak about a GitHub repo that I am working on that I think can be of use to many people wanting to get into the Software Engineering industry, such as myself, and for those who are and just want something that they can refer to for DSA's and other topics. Here is the link to the repository and I will have it on the main page as well! https://github.com/SunnyD33/Refer-To-Skills I hope it will help any and everyone who takes a look and feel free to contribute to it!

Final Project Complete

Written by: Quincy Williams After 4 months of production, our team, Scrum of the Earth was successfully able to create and finish or RepAdvisor application! We were able to successfully publish our app to the play store and it is currently available for download, via an early access version of the app. We have had many down times for the app, such as UI issues, merging conflicts and our lack of commenting the code as we should but there were a lot of things that wen right as well, such as never breaking the repository with those merge conflicts, successfully launching the application and having a good team chemistry to be able to make a great final product. The link to the application is under the RepAdvisor Page where it will navigate you to the application posting in the play store for download! Hoping to create more great projects in the future!

Notifications Reprise

Image
Written By: Quincy Williams This week, I was able to bring my attention back to exercise notifications for our application. We decided that the notifications were good but we wanted to take them a step further by having them be more intuitive and not as harassing by adjusting the notifications to go off based on the day of the week and if that day of the week matched a day that was in a current routine that was yet to be completed. Initially, the notifications were more generic and based off of the day of the week, so it would fire everyday except for Saturday and Sunday. This may have been seen as intrusive by the user and it was decided that adjusting the logic would make that feature more useful and not be instantaneously disabled by the user. To fix this, I needed to find a way to get the routines, and narrow down the routines to just their days and have the app check the current day, from the system time, and compare it to the days that the user set that they would like to do the ...

Continuing UI Improvements

Image
Written by: Quincy Williams This week, I continued to work on improving the User Interface and fixing a few bugs that were presented during our testing for build review. The main thing that I worked on for UI improvement was adding and editing exercises and fixing some issues with the initial design, as it was not the cleanest look. I was able to update the xml for the adding and editing functions to give a cleaner look of the activities but still provide some visual cues to the user on what can be clicked on and what is just plain text. The views were initially updated to have a card for every field but we decided that it made the design a little off putting and went with generalizing the fields into groups for a cleaner look. UI Update for adding exercises Now adding and editing exercises will have this new cleaner UI. The xml is updated to have the cards views hold more fields and now they have headers and the fields that are able to be clicked on are underlined, via edits to the st...