Please enable JavaScript.
Coggle requires JavaScript to display documents.
FIA4 - Coggle Diagram
FIA4
-
Project Overview
Context: SLC wants to create a application that allows users to View AIC Footbal data and statistics.
-
-
-
Technology: HTML/CSS, PHP and SQL
Existing Solutions (SWOT Analysis): Strengths - Functional, basic layouts with good responsive design able to be scaled for mobile devices; Weakness - Outdated web design, static pages and poor accessibility; Opportunities - Modernize frontend frameworks and have better accessibility; Threats - Security flaws, poor scalibility and bowser compatibility risks
Problem Solving Process
-
Generating: Wireframes, algorithms and pseudocode
Evaluating: Testing, feedback and refinements
-
-
-
Database Design
Tables:
- Users: User_ID || - Name || - Email || - Password
- Teams: Team_ID || - School || - Coach
- Players: Player_ID || - Player_Name || - Team_ID || - Position || - Number
- Matches: Match_ID || - Home_Team_ID || - Away_Team_ID || - Home_Team_YellowCards || - Away_Team_YellowCards || - Home_Team_RedCards || - Away_Team_RedCards || - Home_Team_Goals || - Away_Team_Goals || - Match_Date