a/A W9D5 - Sixth Cents Presentation Day
The moment we (people in my cohort and I) have all been waiting for: Final Project Presentations. We spent most of the morning ensuring that our web apps didn't have any remaining bugs that would haunt our click-through/presentation of our projects.
I had a few bugs with working with some of my seed data (seed data is fake information you use to populate your site). I worked on that until maybe 30-45 mins before presentation time.
Earlier in the morning, I also tried to put in an element(for me it was spinner) that would inform the user that the page was currently loading. I looked into using the spin.js plugin. I had no trouble starting the spinner, but stopping it at the right time was a problem. Most people would probably stop their spinner after their AJAX requests were done. For me at least on the landing page, I needed the spinner to go until my budget charts were generated. Generating the charts took the longest amount of time. I couldn't figure out what event I would use to stop the spinner on. I will look into this more.
There are a few things I will probably try to work on the next few days to add. Number one is pagination.
P.S. presentation went well. I noticed one bug show up that was due to incorrect seed data. I had an expense that wasn't a negative amount which messed with one of the budget charts.














