The application has 3 namespaces.
This is the namespace for the people who own a field and want to rent it.
- Sign in, sign out and register Owner users (with/without facebook)
- Owner has email, password, name, etc
- Owner has_many :fields
- Owner can edit data about his/her fields
- Owner can create and upadte schedules for his/her fields
This is the namespace for people who wants to join a team and play on regular bases.
- Sign in, sign out and register to User (with/without facebook)
- Users can create teams.
- Users can invite and add other users to his/her team.
- Users can search and select one field and schedule to play.
- Users receive notification when the match is soon to be.
This is the namespace for the application administrators and they can update any data in the application.
- Admin users can administrated all record in the app.
- git clone https://github.com/lcostantini/haycancha.git
- bundle install
- rake db:migrate
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new pull request so we can talk about it.
GPL