volleyball/organization-bundle

organization bundle for the volleyball system.

dev-master / 0.2.x-dev 2016-03-01 01:08 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:36:09 UTC


README

#Volleyball ##Summer Camp Scheduling System ###Organization Bundle

This is a bundle utilizing the organization component of the Volleyball Scheduling system.

##Documentation

##Overview ###Controllers

  • OrganizationController
  • CouncilController
  • RegionController

###Entities

  • Organization
  • Council
  • Region

###Form Types

  • OrganizationFormType
  • CouncilFormType
  • RegionFormType

###Repositories

  • OrganizationRepository
  • CouncilRepository
  • RegionRepository

###Routes

Route Name Route Path
volleyball_organization_index /organizations
volleyball_organization_show /organzations/{slug}
volleyball_organization_new /organizations/new
volleyball_council_index /councils
volleyball_council_show /organzations/{slug}
volleyball_council_new /councils/new
volleyball_region_index /regions
volleyball_region_show /organzations/{slug}
volleyball_region_new /regions/new

###Services