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

CS329E-IDB presentation

cs329yangzhong
November 28, 2017
65

CS329E-IDB presentation

cs329yangzhong

November 28, 2017
Tweet

Transcript

  1. About us We are a group of 5 students from

    UT Austin. Everyone has experience with software development. A teammate with Mechanical Engineer - background engineer A teammate in Mathematics who brings interesting ideas to apply - project manager Teammates from iSchool - front end engineers, dev ops
  2.  Issues  We have 55 issues in total. Covering

    through the whole 3 projects from the basic website designing to complicated search capability.
  3. Self critique What did we do well? • We completed

    all project phases in a timely manner • We established effective regular meeting times each week • Each team member worked efficiently on the tasks they were assigned • Created a usable and useful website with good user experience • Bootstrap was used to create a visually appealing, minimalistic and responsive website • The tasks were reasonably splitted and assigned to team members • Understood the tools we used for each project • Everyone is a detail-oriented team player and quick learner
  4. Self critique What did we learn? • How to manage

    the project timeline • We needed to know when to start working to prevent being pressed for time • We learned the necessity to meet several times at each phase • The MVC structure of a website • How to use/implement HTML, Javascript, CSS, Bootstrap and Flask in a web application • Skills to use HTML/CSS for phases 1 and 2 • Skills to use Javascript for phase 2 • How to deploy website on Google Cloud Platform • We all had to have great communication and collaborative skills to be successful
  5. Self critique What can we do better? • We can

    enhance styling in our website • Improve layouts • More color to make more pleasing to the eye • We can learn to fetch data by ourselves in the future.
  6. Critique of group 7 What did they do well? •

    They built their own data source • They chose the Pokemon theme, which is appealing to young teenagers • The image on Splash page is highly related to their topic and very beautiful What did we learn from their website? • They used the API from Pokemon Database and wrote a web scraper (apiCeller.py)to get the data source, which is amazing
  7. Critique of group 7 What can they do better? They

    already had the folder static, where we should put css and js folders. However, they have another css file and js file, which should be put in the static files. What puzzles us? The test case is directed to the Travis page, which just shows a results of running test cases. There is no “return” button every time your are browsing the details of a pokemon item