PowerPlay: Application Design Reviemak/archive/CMPE131/projects/... · PowerPlay: Application...

Post on 27-Jul-2020

7 views 0 download

Transcript of PowerPlay: Application Design Reviemak/archive/CMPE131/projects/... · PowerPlay: Application...

PowerPlay:ApplicationDesignReview

Linda NguyenDanny Nuch

Andy (Moo Jin) ParkSandy Trinh

MVCArchitecture

Power Play

Model Controller

Game Info

User Account Info

View

Welcome Users(Sign-in)

Sessions(Login)

Users(Sign-up) Application Games Sessions

(Search)

UML:Controller

UML:View

UML:Model

UML:SequenceDiagram

RubyOnRailsGameObject

SearchCode

Controller:games_controller.rb Models:game.rb

Views:homepage.html.erb

● Userinputsgamenameandinteractswithcontroller● Controllertakesparametersandinteractswithmodel

● Modelthenupdatesviewsuserpagebasedonparameters

SearchCode

ERDiagram

RelationalSchema

PowerPlay:ApplicationDesignDemo