HeaderSIS.jpg

Difference between revisions of "IS480 Team wiki: 2012T1 One-hit Wonder MT Technical Complexity"

From IS480
Jump to navigation Jump to search
Line 43: Line 43:
 
|width="50"|'''No'''
 
|width="50"|'''No'''
 
|width="200" align="center"|''' Task/ Function '''
 
|width="200" align="center"|''' Task/ Function '''
|width="500" align="center"|'''Description'''
+
|width="650" align="center"|'''Description'''
 
|-
 
|-
  
 
|width="50" valign = middle align="center"|1
 
|width="50" valign = middle align="center"|1
 
|width="200" valign = middle align="left"|Play! Framework  
 
|width="200" valign = middle align="left"|Play! Framework  
|width="500" valign = middle align="left"|  
+
|width="650" valign = middle align="left"|  
 
<ul>
 
<ul>
 
<li> Besides the knowledge on the MVC framework, our team did not have any previous background knowledge on utilising frameworks in the development of web applications.
 
<li> Besides the knowledge on the MVC framework, our team did not have any previous background knowledge on utilising frameworks in the development of web applications.
Line 61: Line 61:
 
|width="50" valign = middle align="center"|2
 
|width="50" valign = middle align="center"|2
 
|width="200" valign = middle align="left"|Implementation of resume creation
 
|width="200" valign = middle align="left"|Implementation of resume creation
|width="500" valign = middle align="left"|  
+
|width="650" valign = middle align="left"|  
 
<ul>
 
<ul>
 
<li> Creation of additional fields in the resume form is difficult to implement due to the constraint of the play framework
 
<li> Creation of additional fields in the resume form is difficult to implement due to the constraint of the play framework

Revision as of 18:54, 7 October 2012

Undo-icon.png Main Wiki

HomeOHW.png Home

Calendar 2 icon&48.png Project Management

Chart line icon&24.png Project Metrics

18px‎ Technical Complexity

Users24.png Usability Studies

TeamRef.png Team Reflection

Technical Complexity

Technical complexity of the task/function are shown below:

No Task/ Function Description
1 Play! Framework
  • Besides the knowledge on the MVC framework, our team did not have any previous background knowledge on utilising frameworks in the development of web applications.
  • Play community is still new.
  • Their documentation is not entirely completed
  • Difficult to find solutions to problems online
  • Help found was on previous versions however we are using the newer version of the framework
  • Compatibility between Twitter Bootstrap
2 Implementation of resume creation
  • Creation of additional fields in the resume form is difficult to implement due to the constraint of the play framework
  • Resume form is made up of many forms embedded in it, this increased the complexity of the creation of additional fields in the resume form, as it is harder to process the request in the back-end
  • Team spent a considerable large amount of time trying to resolve the issue