Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

68 lines (56 loc) · 2.13 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

v1.5 - 2017-04-22

Added

  • Contact page

Changed

  • Accounts page

v1.4 - 2017-03-25

Added

  • Friend Entity
  • Friend Respository
  • RESTful web service (GET, POST, PUT, DELETE) for friends and return JSON
  • Friend Controller
  • Friends view page
  • Blog Entity
  • Blog Respository
  • RESTful web service (GET, POST, PUT, DELETE) for blogs and return JSON
  • Blog Controller
  • Blogs view page
  • Event Entity
  • Event Respository
  • RESTful web service (GET) for photos and return JSON
  • Event Controller
  • Photos view page
  • More CSS, Bootstrap styles
  • Javascript, jQuery scripts for view pages
  • fontAwesome icons for home page
  • Account view page

Changed

  • Home Page Layout

v1.3 - 2017-02-18

Added

  • Location Entity
  • Location Repository
  • RESTful web service and return JSON
  • MVC Controller for Location
  • MVC Location Page
  • Bootstrap Dependency by using webjars
  • CSS styles to Location, Home and Login page

Changed

  • Home Page link to my location site

v1.2 - 2017-01-28

Added

  • Answered in README.md
    • What is the proposed name for your Web application?
    • Who is the target audience for your Web application?
    • What problem is it intended to solve for the target audience?
    • How will it meet the minimum project requirements?
    • Why is your proposed Web application unique or creative beyond simply meeting the minimum requirements?
  • CHANGELOG.md

v1.1 - 2017-01-21

Added

  • Cloned, configured, and compiled the scaffold project.
  • Configured developer workspace.
  • Deployed to Heroku.