MortgageClub / deal_hunter

A crawler to hunt for undervalued home listings in the US
0 stars 2 forks source link

Add new feature: automatically order bids for rehab #55

Closed billytran1222 closed 7 years ago

billytran1222 commented 8 years ago

Thank you for creating an issue! You've followed our Guideline and now here are a few prompts to make your issue even easier to solve. Feel free to delete any sections that are not relevant (including this).

Background

When we buy these houses, we'd need to hire a contractor to fix up these houses and make it rent ready. There's a service that I use called BuildZoom (YC-backed startup) to obtain estimates from several contractors. https://www.buildzoom.com

Specification

These are the steps I do to submit a new order on BuildZoom.

  1. Go to BuildZoom and sign in username: billytran1222@gmail.com pass: huyhuy image
  2. Click on New Project image
  3. Put in "Home remodel" image
  4. Choose "Within a few weeks" image
  5. Choose "4" image
  6. Put in the property address. For testing, always use "1214 NW 14th St, Grand Prairie" image
  7. Choose 500-2000 sq ft image
  8. Choose 5000-20000 image
  9. Enter the brief description Hello, my name is Billy. I am looking for a professional to perform a total home remodel on a home that we recently purchased. The remodel will include interior and exterior paint, new laminate flooring, renovate bathrooms, renovate kitchen, and other miscellaneous items If you are interested please contact me. Thanks.

    Checklist

    • [x] On the front end, under Action, we'll add another button called Rehab image
    • [x] When user clicks on Rehab, it'll submit an order on BuildZoom.

      Test

    • [x] Cucumber Test
    • [x] RSpec
    • [x] Jest
    • [x] Responsive (Chrome, Safari, Firefox)