...
We implemented the class Entry, which stores everything that can be part of an entry. This includes the timestamp/location of when/where the entry was made, its photos, text, and contacts. These entries are all stored in our database. Whenever a user views a previous entry, the system will look it up in the database, and retrieve and display the appropriate information.
---TODO: Talk about database----
TODO: -- Talk about the map---
TODO: talk about what is missing from a complete app.
...