ClubHub is an app to manage small clubs. Users can create clubs, schedule meetings and invite/add members.
ClubHub is a 2 model ruby on rails App deployed on Heroku, it uses Devise for user authentication and a PostGres database to store user inputed data.
- Ruby
- Rails
- Git/github
- Heroku (Deployment)
- Devise (User Authentication)
- PostGres
Bronze Users are connected to clubs thru memberships (Join Table) clubs have meetings (complete)
Silver Implement Themes: users create themes which can be assigned to meetings and viewed on an index page which can be sorted by used or not.
Gold Users can be in more than one club, themes are attached to user's and to clubs
- set up carrierwave so that images are uploaded to site vs using URLs
- change membership add/delete system to be more user friendly... checkboxes or search as opposed to dropdown menu
- play with dif form entries... date/time/check box..
- change format of date displayed
- css stuff:
a) something so that flash notices are displayed better
b) change meeting show page
c) change club show page
d) images distortion fix - add first and last name fields to user model
- make host a user field
- make sure images don't get distorted
- membership auth...cancancan