-
Notifications
You must be signed in to change notification settings - Fork 6
Project Part 3
For project Part 3 - Please use the develop branch.
-
Addressing TA Feedback - Updated UML and updated use cases (added tests).
-
Code Base (see source). Checkout from develop branch for latest code for this part of the project - master is reserved for more robust builds.
-
Code Documentation (see source), or the javadoc branch. This may not be up to date with the latest code in the develop branch.
-
Test Cases - A CI server is also set up. See unit tests and integration-tests. Substantial test case for the MainActivity (specifically switching between tabs) is missing due to this bug - https://code.google.com/p/android/issues/detail?id=38500. WIll likely be added when we sue a ViewPager to swipe between tabs.
-
UML - updated.
-
Release Planning - updated.
-
Libraries that are used have been documented in README.md. There are more features we are working on that will be using specific code samples from open source projects (such as swipe to dismiss). Their attribution will be added as we implement them.
- Search : Adam
- Main Activity : Prateek
- Recipe : Brian
- Pantry : Ethan; add and delete from pantry (view)
- Elastic Search client : Prateek; implement all mehtods form lab demo
- Database : Adam; Add, delete and edit recipe; Add, delete pantry item