HeaderSIS.jpg

Difference between revisions of "IS480 Team wiki: 2018T2 Squad/Finals"

From IS480
Jump to navigation Jump to search
Line 178: Line 178:
 
==Reflection==
 
==Reflection==
 
===<div style="background: #6C7E0B; padding: 15px; font-color: white; line-height: 0.3em;"><font color= #fff>Team Reflection</font></div>===
 
===<div style="background: #6C7E0B; padding: 15px; font-color: white; line-height: 0.3em;"><font color= #fff>Team Reflection</font></div>===
[[File:Squad_GroupReflection.png|center|800px]]
+
[[File:Squad_GroupReflection.png|center|650px]]
 +
<br>
  
 
===<div style="background: #6C7E0B; padding: 15px; font-color: white; line-height: 0.3em;"><font color= #fff>Individual Reflection</font></div>===
 
===<div style="background: #6C7E0B; padding: 15px; font-color: white; line-height: 0.3em;"><font color= #fff>Individual Reflection</font></div>===

Revision as of 21:27, 11 April 2019

SQUADLogo.jpg


Squad Home.png
Squad About Us.png
Squad ProjOverview.png
Squad ProjManagement.png
Squad Documentation.png
Main Midterms Finals


Project Progress Summary


Squad FinalProgSummary.jpg


Finals Slides:
Deployment Link:

Project Highlights

Achievements

Squad FinalAchievements.jpg

Challenges

Squad FinalChallenges.jpg

Project Management

Project Schedule (Plan Vs Actual)

Planned Schedule

Squad IterOri.png


Actual/Current Schedule

Squad Iterations.png



Project Metrics

Bug Metrics

Squad FinalsBugCount.png


Squad FinalsBugScore.png

Task Metrics

Squad FinalsTaskMetric.png


Squad FinalsTMTable.png


Technical Complexity

1. Directly calling API timely

Upon calling the API for the first time, early in the project, the team save the output from the API as a JSON object and used the data pulled, locally. However, as the project progressed, we understand that matches are updated regularly and in order to ensure that the application is scalable and flexible, we managed call the API used timely hence, all information regarding the matches are real-time.

Before

Squad DownloadApiToLocal.jpg



After

Squad APITimelyCode.png



2. Switched from RDS to AWS instance cloud hosting

Firstly, the Web Admin deployed in the AWS EC2 instance is not able to connect to the RDS DB due to a configuration error. Initially the team used the free tier from RDS. We tried to solve this however due to time constraints we had to choose the alternative way. Also, as the project progress, and more functions and resources are added, the load time for the application became longer and slowed down the performance of the application. Therefore, we decide to host the DB in the EC2 instance and it made performance for our Web Admin and Web Service much faster.

Before

Squad rds db.JPG



After
Squad instance db.JPG



3. Switched from Volley to OKHttp

Both Volley and OKHttp are libraries for HTTP requests in Android Java development. The team encountered a Volley timeout error during the development and decided to switch to OKHttp. Volley is an asynchronous operation while OKHttp is a synchronous operation.

Before

Squad VolleyTimeout.png



After
Squad GetOkhttp.JPG Squad PostOkhttp.JPG


Quality of product

Project Deliverables

Stage Specifications Modules
Project Management Minutes Minutes
Metrics Metrics
Risk Management Risk Management
Analysis Use Case Use Case Diagram
Business Process Diagram Business Process Diagram
Design ER Diagram ER Diagram
Class Diagram Class Diagram
Handover Developer Manual
User Guide for Admin

Testing

Squad UATOverview.png


Click here to access detailed UAT results.

Reflection

Team Reflection

Squad GroupReflection.png


Individual Reflection

Squad HaniReflection.png


Squad FarihinReflection.png


Squad YTReflection.png


Squad SravReflection.png


Squad WEReflection.png