![robots-index] [robots-index]: ./docs/wireframes/robots_index.png
Rent My Robot is a clone of Airbnb built on Rails and Backbone. It will show an index view and accompanying map of robots in San Francisco. Users can:
- View available robots by listing
- View embedded video of robot
- View available robots on map
- Filter robots listing by price range
- Filter robots listing by robot type (UAV, industrial, humanoid, military)
In this phase I will implement user authentication in Rails.
In this phase I will:
- Create some rudimentary seed data and populate my database.
- Create the BB show view for a single robot, including robot details and an image.
In this phase I will implement the google map view that accompanies the robots index view.
In this phase I will integrate the GUI tools that allow the user to filter the list of robots by price or type.
In this phase I will create a view that allows the user to add a comment to a robot's show page. I will also edit the robot's show page so that it includes a subView of all the comments for that robot.
- Ability to search for a robot by name, including autosuggest
- Ability to add a new robot
- Pagination of the robot/index view
- Auto load more list items on scroll
- User avatars