volleyball/organization-bundle

organization bundle for the volleyball system.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/volleyball/organization-bundle

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

This package is not auto-updated.

Last update: 2025-09-27 21:05:27 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