- Khoa Thien Le (Harry), [email protected], x-team 22, lecture 001.
- Shannon Stiles, [email protected], x-team 129, lecture 001.
- Kenneth Mui, [email protected], x-team 73, lecture 002.
- Saniya Khullar, [email protected], x-team 42, lecture 001.
- If you build a social network from scratch, then you have to start by adding a user first, and use the drop down or search field to set that user as central user, from then, you can start adding/removing friends and even adding other users, checking for mutual friends. If you attempt to add/remove friends or check for mutual buddies before creating any user, you will receive a warning that you need to set central user first.
- You can load file by placing it in the project directory and enter the file name, including the .txt extension. Multiple files can be loaded and data would be added to existing social network.
- If you want to navigate from one user to another user, please use drop down as it contains the a link or search field to set central user, clicking on central user's friends would not work.
- Set up the repository and project.
- Get all team members to clone the repository and set up local work directories.
- Define GraphADT.java interface.
- Define SocialNetworkADT.java interfaces.
- Implementation of Graph.java class.
- Implementation of GraphTest.java class.
- Implementation of SocialNetwork.java class.
- Implementation of SocialNetworkTest.java class.
- Link Back-end with GUI.