Comp Sci Project Showcase
by Cody Schober

Blog Entry #32

May 10th, 2016


I gave my project defense today to Dr. McVey and Dr. Pankratz. Overall, it went very well, adding and answering to all of the design choices I made in this program really helped out with preparation.

One interesting thing they brought up was creating the ability to do a nested search, where after bringing up the Results list, users could perform another search on that list to bring up even narrower results. I did look into this, and I determined a methodology for going about with implementing this. It would require three components: Recursion, lists, and using the fragment approach outlined for creating a dynamic navigation drawer. To view more information on this, see the "Things that could be done in the future" section of the project documentation.

I am also finishing up the documentation tonight, and I plan on turning it all in tomorrow. If anything comes up, I will have another day in order to apply any corrections or changes. However, I do not believe I will need that extra time.