noili / haycancha

A Rails Application to organice football matches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

The application has 3 namespaces.

Owner

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

User

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

Admin

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.

Instalation

TODO

Getting Started

TODO

Contributing

TODO

License

TODO

About

A Rails Application to organice football matches

License:GNU General Public License v3.0