rails-rent-a-space

(Airbnb clone done with a team) Rent spaces for events/conferences/parties

Stars
5
Committers
4

โณ TO DO'S FOR RAILS RENT A SPACE

๐Ÿ”ฅ DEADLINE: 4PM NOV 2 ๐Ÿ”ฅ

๐Ÿšจ PENDING:

โœ… DONE:

  • Everyone: Create good demo user stories.
  • Everyone: Practice demo!
  • Everyone: BE HAPPY ๐Ÿ˜„
  • Create static page (About) with info of the app features and team (like on kitt's profile page)
  • Add dynamic total calculation using .js in the place choose day form partial
  • Form logic to display appropiate form (3 different display)
  • Improve search page and structure
  • Add my places (as a renter) row with cards on user show page
  • Add rentals row (as a tenant) with cards on user show page
  • Change User show page
  • Implement GMAPS to our App
  • Have authorization for the renting of a space
  • Add pending form fields to the User sign up forms
  • Finish booking functionality on space#show page
  • add pundit for space creation and user pages
  • the price of the rental should be the price of the space. The rental should have a colum price which is assigned to the space price on its creation
  • Add Update, Delete links for the user show
  • add colums to Users address city country phone
  • the price of the rental should be the price of the space
  • .env file
  • Create seed file and share it with team
  • Example done
  • Filters on the index page
  • Signup and login forms

๐Ÿ“ Notes:

Rent A Space

  • Ruby version
    ruby '2.4.4'
  • Rails version
    Rails '5.2.1'
  • First download instructions
    1. Run bundle install on the first download
    2. Run yarn install to download webpack packages (if any)
    3. Run rails db:create
    4. Run rails db:migrate
Related Projects