- 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
- Ruby version ruby '2.4.4'
- Rails version Rails '5.2.1'
- First download instructions
- Run bundle install on the first download
- Run yarn install to download webpack packages (if any)
- Run rails db:create
- Run rails db:migrate