Skip to content

pascalmp/CMH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMH

##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

About

📱 An in progress team project focused on building an app leveraging Spring MVC/Security, Thymeleaf, and an H2 Console with the goal of tracking terms and progress while learning new topics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 75.7%
  • HTML 17.5%
  • JavaScript 4.1%
  • CSS 2.7%