We aren't endorsed by this University
Assessment task details and instructions
Your task overall for the module is to develop an online real-time friends connection system (similar to certain aspects of whatsapp, facebook and FindMy on iPhone) using PHP, MySQL and HTML/CSS. The work will be split over both Trimester 1 and 2. The first trimester focuses on core architecture and data storage. The second trimester will add real-time mapping and user tracking to your application so you can track the location of your accepted friends using the system.
Noteworthy details to gain high marks in Trimester 1 include:
Here is my current MVC Layout:
There will be a need to store user location data (latitude/longitude) for the work in Trimester 2 so think about how you will include this information in a user record and store dummy information for now.
You are free to use phpMyAdmin or MySQL Workbench (or any suitable tool) to administer the database for example creating and populating the MySQL tables or handling product and stock levels. You are not advised to store your database locally.