Drei's Blog

Recent Posts

  • November 20, 2022

    Thanksgiving

    Happy Thanksgiving to anyone who is reading this, even if it isn’t Thanksgiving. I hope you were able to eat a lot of good food and spend a lot of time with friends and family. I had a good time while being down in San Diego with my family, so there was minimal work done this week. However, we were able to meet with the Arkansas Asset Builder head and get more feedback on what we had so far and more clarification on different parts of the data as well as what she wanted from the project and what we had.

  • November 20, 2022

    Onto the Next

    We were able to demo a somewhat working version of the Arkansas Asset Builders in front of the Disco Tray group. There isn’t much functionality since it only lets you upload the files and shows the database records that go in accordance with the filters that you set. The only issue is that the data is so unstandardized that there is really no way to get consistent sets of data where everything is filled out for all users or subsets of users. That is why we will be meeting with Joyia Yorgey who is a part of Arkansas Asset Builders. Hopefully, she will help clarify what works and what needs to be worked on with our demo. It would also help to figure out what we can do about the data that she sends us.

  • November 13, 2022

    First Draft

    As thre semester draws closer and closer to an end, Disco Tray works harder and harder to start getting things to come together to work and create a product for the user. Arkansas Asset Builders’ application has gone through a long process of being created in class for a project, to being brought back to the drawing board, to then being recreated and worked on. We are behind on getting something to work as one of the group members has had to drop out and the others have a high workload which makes it hard for them to get any work done.

  • November 07, 2022

    Database Progress

    I have finally gotten database insertion to work. I can successfully insert a client into the client table based on information parsed from the FileParser. All I need to do now is to utilize it in the user interface so that whenever a user uploads a file it can insert into the database. The only issue that I am running into right now is the testing of the insertions into the database.

  • October 30, 2022

    Halloweekend

    The parser is finally finished, at least for now. There will still probably be bugs that will mess things up but right now, there are no bugs and it can parse a CSV file accurately. The only issue may be keys that overwrite each other in the parser and the fact that cells with dollar signs are not accounted for, which may affect the table if it required integers instead of text or string. However, all that matters is that it works and has been able to parse a file that Arkansas Asset Builders sent to test with.