##Tasks ##Iteration 0 Driver
- Created the ORG Repo
- Created the Github Repo
- Created our group project folder
- Added the README.md
- Utilized http://start.spring.io to initialize gradle and spring dependencies
Team
- Cloned repo to desktops
- Imported to eclipse (or intellij)
- added gradle-node-plugin
- configured it to run jasmine tests
- Create Spring Hello World
- Establish Database
- H2 Console
- Run Spring configuration test
- Enabled jasmine testing via gitbash
- Created view for the list of terms
##Iteration 1
- Saved terms to database
- Add terms to the database
- UI to launch URL
- URL to add item
- Used Mock so save method invoked added term
- Remove terms from the database
- UI to launch URL
- URL to remove item
- Return to full list of items after item search
- Prevent duplicate entries
- Prevent duplicate terms
- Prevent duplicate users
- Create list of users
- Save users to database
- View list of users
- Create a 'marked done' status for terms
##Iteration 2