volleyball / organization-bundle
organization bundle for the volleyball system.
Package info
github.com/VolleyballScheduling/OrganizationBundle
pkg:composer/volleyball/organization-bundle
dev-master / 0.2.x-dev
2016-03-01 01:08 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2026-03-14 23:14:33 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