Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 1.12 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.1.0] - 2017-08-03

Added

  • All base functionality for event repository - pieces that have been in development for a while, but not released.
  • Laravel v5.3 framework base
  • Events - shows and club nights object - CRUD, listings, calendar, notifications
  • Entities - individuals, groups, locations that are artists, venues, etc - CRUD, listings
  • Series - shows and club nights that repeat on a schedule - CRUD, listings, calendar
  • Tags - keywords that describe objects
  • Forum - message board feature with threads and posts
  • Search - search function takes keyword and returns matching events, series, tags, users
  • Configuration files that make use of environment vars for population
  • Added CHANGELOG file to track the changes as this project evolves.

Changed

Removed