dorbel-tech / dorbel-app

Main dorbel node.js app
https://app.dorbel.com
0 stars 1 forks source link

Show landlords matching users from smart agent in dashboard #1581

Closed virtser closed 6 years ago

virtser commented 6 years ago

Right after landlord submits his apartment, instead of heaving empty screen with no real action we can show them list of potential tenants who saved search apartments like this one.

Landlord can review their profiles and send them their details to contact.

dashboard_preview_mode_-_invision

avnersorek commented 6 years ago

The existing method filterService.getFilterByMatchedListing can be used to get the filters matching the listing, and from those we can get the dorbel-user-ids

On Tue, Sep 12, 2017 at 1:45 PM, David Virtser notifications@github.com wrote:

Right after landlord submit his apartment, instead of heaving empty screen with no real action we can show them the potential tenants. They can review their profiles and send them their details.

[image: dashboard_previewmode-_invision] https://user-images.githubusercontent.com/468590/30321939-78eb370a-97c0-11e7-9bb5-ab027d096a81.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dorbel-tech/dorbel-app/issues/1581, or mute the thread https://github.com/notifications/unsubscribe-auth/ACHtjpJ5yz5yyojyaHmIoaq5t5DwgXilks5shmDDgaJpZM4PUc8n .

zivoko commented 6 years ago

Great task! We should only show the LL potential tenants who have a profile with at least image, name, email, position, and company so that they could really decide if they want to share their property with those users.

virtser commented 6 years ago

Or enrich it with pipl following the research #1477 or with Facebook data. :)