HeaderSIS.jpg

Difference between revisions of "IS480 Team wiki: 2014T1 Team Epsilon Design Overview"

From IS480
Jump to navigation Jump to search
Line 25: Line 25:
 
<!-- Start of sub-header -->
 
<!-- Start of sub-header -->
 
{|style="background-color:#FFFFFF; color:#000000 padding: 5px 0 0 0;" width="100%" cellspacing="0" cellpadding="0" valign="top" border="0"  |
 
{|style="background-color:#FFFFFF; color:#000000 padding: 5px 0 0 0;" width="100%" cellspacing="0" cellpadding="0" valign="top" border="0"  |
| style="padding:0.4em; font-size:150%; background-color:#FFFFFF;  border-bottom:4px solid #000000; border-top:4px solid #000000; text-align:center; color:#828282" width="10%" | [[IS480 Team wiki: 2014T1 Team Epsilon Project Overview |<font color="#000000" size=2><b>Business Requirements</b></font>]]
+
| style="padding:0.4em; font-size:150%; background-color:#FFFFFF;  border-bottom:4px solid #000000; border-top:4px solid #000000; text-align:center; color:#828282" width="10%" | [[IS480 Team wiki: 2014T1 Team Epsilon Project Overview |<font color="#000000" size=2><b>Overview</b></font>]]
  
 
| style="border-bottom:4px solid #000000; border-top:4px solid #000000; background:none;" width="1%" | &nbsp;
 
| style="border-bottom:4px solid #000000; border-top:4px solid #000000; background:none;" width="1%" | &nbsp;
| style="padding:0.4em; font-size:150%; background-color:#FFFFFF;  border-bottom:4px solid #000000; border-top:4px solid #000000; text-align:center; color:#828282" width="10%" | [[IS480 Team wiki: 2014T1 Team Epsilon Motivation |<font color="#000000" size=2><b>Synopsis</b></font>]]
+
| style="padding:0.4em; font-size:150%; background-color:#FFFFFF;  border-bottom:4px solid #000000; border-top:4px solid #000000; text-align:center; color:#828282" width="10%" | [[IS480 Team wiki: 2014T1 Team Epsilon Storyboard |<font color="#000000" size=2><b>Storyboard</b></font>]]
  
 
| style="border-bottom:4px solid #000000; border-top:4px solid #000000; background:none;" width="1%" | &nbsp;
 
| style="border-bottom:4px solid #000000; border-top:4px solid #000000; background:none;" width="1%" | &nbsp;
Line 37: Line 37:
  
 
| style="border-bottom:4px solid #000000; border-top:4px solid #000000; background:none;" width="1%" | &nbsp;
 
| style="border-bottom:4px solid #000000; border-top:4px solid #000000; background:none;" width="1%" | &nbsp;
| style="padding:0.4em; font-size:150%; background-color:#E0D1FF;  border-bottom:4px solid #000000; border-top:4px solid #000000; text-align:center; color:#828282" width="10%" | [[IS480 Team wiki: 2014T1 Team Epsilon Design Overview | <font color="#000000" size=2><b>Design Overview</b></font>]]
+
| style="padding:0.4em; font-size:150%; background-color:#E0D1FF;  border-bottom:4px solid #000000; border-top:4px solid #000000; text-align:center; color:#828282" width="10%" | [[IS480 Team wiki: 2014T1 Team Epsilon Design Overview | <font color="#000000" size=2><b>Design</b></font>]]
  
 
| style="border-bottom:4px solid #000000; border-top:4px solid #000000; background:none;" width="1%" | &nbsp;  
 
| style="border-bottom:4px solid #000000; border-top:4px solid #000000; background:none;" width="1%" | &nbsp;  

Revision as of 19:41, 22 November 2014

Team Epsilon Logo.png.png

Home   Project Overview   Project Management   Documentation   Team

Overview   Storyboard   Stakeholders   Scope   Design   X-Factor


System Architecture

Architecture Diagram Epsilon.png
System Architecture iOS.png

MVC Application Layer Architecture

MVC Epsilon Final.png

MVC Application Layer Architecture Version #1

E-R Diagram

ERD Epsilon Final.png

Created in accordance with the Rails convention

ERD Version #2
ERD Version #1

For version 2, we decided to use 1 user model for all 3 roles, with child models for attributes specific to the user role so as to streamline the role management. We also decided to merge the comment and agency_update model because we realised that both models serve a similar purpose - To capture a user’s words about the feedback. The adminlog model was added due to the addition of a new function - To track admin’s actions on feedback.

However, due to the change in focus in our project, version 2 has been updated to reflect that change.