Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nachoal/rails-rent-a-space
(Airbnb clone done with a team) Rent spaces for events/conferences/parties
https://github.com/nachoal/rails-rent-a-space
open-source rails rails-application rails5
Last synced: 2 days ago
JSON representation
(Airbnb clone done with a team) Rent spaces for events/conferences/parties
- Host: GitHub
- URL: https://github.com/nachoal/rails-rent-a-space
- Owner: nachoal
- Created: 2018-10-29T18:58:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T02:36:05.000Z (almost 6 years ago)
- Last Synced: 2024-12-21T12:50:21.369Z (13 days ago)
- Topics: open-source, rails, rails-application, rails5
- Language: Ruby
- Homepage: https://rent-a-space-lw.herokuapp.com/
- Size: 6.5 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⏳ TO DO'S FOR RAILS RENT A SPACE
### 🔥 DEADLINE: 4PM NOV 2 🔥
## 🚨 PENDING:
## ✅ DONE:
* [X] **Everyone:** Create good demo user stories.
* [X] **Everyone:** Practice demo!
* [X] **Everyone:** BE HAPPY 😄
* [X] Create static page (About) with info of the app features and team (like on kitt's profile page)
* [X] Add dynamic total calculation using .js in the place choose day form partial
* [X] Form logic to display appropiate form (3 different display)
* [X] Improve search page and structure
* [X] Add my places (as a renter) row with cards on user show page
* [X] Add rentals row (as a tenant) with cards on user show page
* [X] Change User show page
* [X] Implement GMAPS to our App
* [X] Have authorization for the renting of a space
* [X] Add pending form fields to the User sign up forms
* [X] Finish booking functionality on space#show page
* [X] add pundit for space creation and user pages
* [X] 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
* [X] Add Update, Delete links for the user show
* [X] add colums to Users address city country phone
* [X] the price of the rental should be the price of the space
* [X] .env file
* [X] Create seed file and share it with team
* [X] Example done
* [X] Filters on the index page
* [X] 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