Disco Tray Studios Blog 5
Working for Disco Tray Studios 5

Update on Disco Tray Studios and life experiences
Good Vibes Flutter App
- Since I have been looking at this authentication thing for so long, I decided to meet up with Andrew to get a second pair of eyes. I narrowed the difficulty of this card to two things:
- The user is being verified before they are logged in so, there is technically no user with that email yet
- There are a lot of moving parts and I may need to study the source code more
- I was able to discuss the bug, my implementations and next steps with Andrew. Eventually, I was able to get an email to send, however, we still ran into the problem of it being null first. Therefore, once Andrew helped me understand the Good Vibes source code better, I was able to get a clearer understanding of my next steps.
I need to:
- Have the user register and log-in successfully. I need a new appstate variable called validation state that will be an awaitingValidation enum
- Once the user is logged in, if validation state is still awaiting validation and the user is logged in, I need to send them to a page that lets them know an email is sent
- The page reloads every 30 seconds to check whether the user has clicked the validation link or not
- If the user if the user is logged in and validation state is validated, then the app builds as normal
New Changes In My Life?
- I am really grateful for professors that puts students health above work. I have been struggling with being burnt out and external stress and have been working on ways to cope. On a good note, I have been offered a full-time position at Windstream where I will focus on building automated tests and developing chatbots.
- For my senior capstone, I have been working to make a deep-learning chatbot that will answer questions about Hendrix College. I plan to embed the chatbot in a web-application using the Flask framework.