Skip to content

Instantly share code, notes, and snippets.

@mikeadeleke
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeadeleke/9406134 to your computer and use it in GitHub Desktop.
Save mikeadeleke/9406134 to your computer and use it in GitHub Desktop.
Domi next features
To do
- Make mockups
- Make users flows
Next
- Add the ability to schedule a showing
- add map for location (https://github.com/alexreisner/geocoder)
- add messaging
- add users requesting a place
- implement dashboard
- place to see people who want to schedule your place
- place to answer messages
- place to see users looking for a place for you to message
Issues
- multiple file uploads rendering (http://lucapette.com/rails/multiple-files-upload-with-carrierwave-and-nested_form/)
- which gem to implement calendars (https://github.com/icalendar/icalendar)
- having the image work with the property
- heroku and the logs
Potential issues
- relationship between subletter and tenant
Notes
- New model called Appointment
- datetime select for the tenant
- messaging feature takes care of back and forth
- look at some calendar gems
- Adding a google map
- Api call to google
- get the address from the page with jquery
- pass the address to the google api
- make address into a model by itself
- add more fields
- later be able to show "properties near you"
@pc3sq
Copy link

pc3sq commented Mar 8, 2014

  1. Problem uploading images of Carrierwave. Carrierwave worked when attached to the property model. Carrierwave not working when attached to images. I want it to have multiple photos (for a gallery). Followed this tutorial: http://lucapette.com/rails/multiple-files-upload-with-carrierwave-and-nested_form/
  2. Many images to one property. Not sure why there is no image methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment