Iteration 4

  • Overview
  • Future Work

Current Progress

Code Completed:

We have finished coding most of the components individually. The domain model is working and tested including getting locations from the client. The view and controller is currently connected with the mdoel on the client application, but not all of the functions are completed. A database is set up, but the connections between it and the model is not complete. In order to test the code, we have set up a test respository to test the model functionalities on the android phone. Key features working on the client App in with the current implementation include logging in, seeing contacts, seeing profile, locating self on the map with a variable range indicator, sending SMS to individual contact, sending email to individual contact, calling a contact, and navigate between all other activities.

Javadocs

Click here to go to JavaDocs

Source Code

Click here to go to SVN repository

or

Click here to download source code

Readme

Click here to download README file


Iteration 5 - Alpha Release

  • Back-end
    • Complete communications between Android device, Server, and Database.
    • Complete model implmentation.
    • Finish integrating the model into the client app on Android device.
    • Begin testing alpha release.
  • Front-end
    • Allow users to add/remove/block friends/groups.
    • Allow users to locate friends and groups on maps.

Iteration 6 - Beta Release

  • Back-end
    • Extensive frontend testing of alpha release.
    • Additional coding of bonus features.
  • Front-end
    • Increase functions on the Android GUI.
    • Allow users to invite friends.
    • Allow users to communicate with friends/groups using email, text, IM.