Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 891 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 891 Bytes

Rideology

An App Academy final project. Not so loosely based on zimride. Implemented on Rails, Backbone and Bootsrap. Features forthcoming.

Key features:

  • User Auth
  • Create ride offers
  • Take ride offers
    • Undo Takes
  • Search for rides (case-sensitive)

Implemented tech:

  • Ruby on Rails
    • DB managed with postgreSQL
    • API data constructed with jBuilder
  • Backbone.js
    • Infinite Scrolling (with kaminari gem)
  • jQuery.ui
  • Twitter Bootstrap
    • Modals
    • Fixed Navbar
  • Heroku
    • Sendgrid

TODO:

  • Allow for deleteing ride offers
  • Prevent users from signing up for their own rides
  • Add logic to subtract passangers from total spots
  • Make search not case-sensitive
  • Refactor routes to be more RESTful
  • Trigger emails