Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Shark_Tank_Data.pdf

Max W
April 29, 2019

 Shark_Tank_Data.pdf

Max W

April 29, 2019
Tweet

Other Decks in Education

Transcript

  1. Issue Tracker Stats • Braxton Mills: 9 • Pierce Kotarski:

    2 • Max Wharton: 19 • Will McPherson: 16 • Bryan Mills: 5
  2. Unit Test Stats • Braxton Mills: 1 • Pierce Kotarski:

    1 • Max Wharton: 1 • Will McPherson: 2 • Bryan Lee: 1
  3. Self Critique While creating this website, we learned a great

    deal. For the web page itself, we used HTML and CSS then to add functionality, we used a combination of JavaScript and Python. Using multiple languages and file types for one project was a new concept to many of us and required us to do our own research on these coding languages and learn the best ways to program our website so that the different files would efficiently pass information to each other. In our final product, there were many things we did well and some things that we could have done better. Visually, each page looks very good. The style is uniform between each page and the splash page is clear and concise. Each page is organized in a very intuitive way for the user and the design and organization for each type of page is consistent and all of the pictures and links work. For example, each shark’s page is formatted the same as any other shark’s page and each deal’s page is formatted the same as any other deal’s page. Another thing we did well was the navigation bar. Each button on the navigation bar works as we intended and works for every link every time. The database is structured very efficiently and inserting and deleting rows is simple for both the sharks and deals tables. Having two tables was a very good choice for this application, as it is still simple to navigate between them and it greatly simplifies the structure of the database as a whole. If we had tried to incorporate all of our entries into one table it would have been much more complicated to do things like search, add, and delete so treating sharks and deals as different objects proved to be worth the extra code in the create_db file. There were a few things, however, that we could have improved upon. The search bar, for example, does not take into account the possibility that the user could misspell the word they are searching for or that the user doesn’t type the complete word. The search function works fine as long as the spelling is the same as it is in the database,but it would have increased functionality if the search were able to be completed for these cases. We also could have added a sorting function to the webpage, which would make it easier for the user to view all the sharks and deals if the database grew to be too large to view quickly. While making the website, we were puzzled by the sorting functions. We weren’t sure how to write a sorting function that would work with both of our tables and that would be able to be run by clicking on a button on the page.
  4. Critique of Group 20 Group 20’s JungleBooks website is a

    very well executed project. The pages are clearly organized and well formatted. The splash page looks great and features a moving display of all the books stored in the website. It is clear that this group learned a lot while creating this website by the amount of interesting features added into the pages and how well organized the pages are. This group did a very good job of creating their database and making it easy to navigate through the website. There are lots of entries into their database and each one can be accessed a variety of ways. There is a search bar, a page with a complete list of every item in the database, and there are links to related items on each items individual page. All of the links work as they should and the pages all load quickly and contain all the correct information and images. They did a good job on the about page and had all relevant information about the creation of the website displayed in an organized way. There are a few things this group could have done to make their final product a little better. On the page that displays a list of all models and information about them, it would be useful to have a function that can sort the data so that it is easier to find an item. Being able to sort by title, publisher, or author would have been a useful tool. Overall, group 20’s website was very good. It looked very well done and all of the functions and features worked as they should.