##Project Part Milestones ###Part 2
- Requirements Specification
- User Stories can be found under the issues section of this repository.
- Use Cases have been described for the functionality presented by the User Stories and can be found in the wiki of this repository.
- Each Use case has one ore more corresponding mock JUnit test which has been checked in here.
- User Interface Mockup and Storyboard
- Mockups (with comments) for the UI design of our trading application are present here.
- A storyboard showcasing the adding of an item (UC1.01.01) has also been checked in here.
- Release Planning
- All user stories (represented as issues here on GitHub) have been partioned into either the Project Part 4 Milestone or the Project Part 5 milestone.
- Glossary and Information Sources:
- Terminology for all major nouns/verbs used in our Use Cases has been tabled in the glossary of our wiki, you can find that here.
- A license has also been chosen and can be found at the root of this repository here.
###Part 3 UML diagrams can be found here. The master UML is here.
###Part 4
- Javadocs can either be accessed in code, or through exported HTML here
- UML diagrams can be found here. The master UML is here.
- Updates to the release planning can be seen in the issues section
- References to external sources are present in this wiki page.
###Part 5
- Javadocs can either be accessed in code, or through exported HTML here
- UML diagrams can be found here. The master UML is here.
- Updates to the release planning can be seen in the issues section
- References to external sources are present in this wiki page.
- YouTube demo:

###Post submission changes The http and datamanager modules of the app have been pulled out into separate SimpleHttpClient and AndroidElasticSearchDataManager repositories. This app now references the compiled .jar and .aar files for these 2 projects.