- makersbnb - Deployment
- makersbnb_test - Testing
Methods:
- .all
- .create
- .find
Methods:
- .create
- .all
- .find_booking
- .confirm_booking
Methods
- .all
- .find_pending_requests
- .approve_request
Methods
- .register
- .login
- .logout
- .current_user
$ bundle install
$ rspec
Open browser to http://localhost:9292/
$ bundle install
$ rackup
File structure:
|-- app.rb
|-- controllers
|-- db
| |-- migration
|
|-- lib
|-- spec
| |-- features
| |-- units
|
|-- views
As a user, So that I can see all of the accommodation options I would like to see a list of all of them
As a user, So that i can book certain accommodation, I would like to be able to choose it
As a user, So that i can book the accommodation I would like to be able to submit a request with my email address and dates of choice
As a user, So that I can see a confirmation of my request being sent off , I would like to see a confirmation message re it on the website
Host stories:
As a host, So that I can process the booking, I would like for all of the booking requests to be stored
As host, So that a user can book my space, I would like for my space to be on the main page with all the spaces - details (location, price, description).
Miro: https://miro.com/app/board/o9J_kkPFWFQ=/
Github: https://github.com/vikjusko/MakersBNB.git
Trello board: https://trello.com/b/hvV3tQFT/makerbnb