mikeymicrophone / commissulator

Commissulator is a set of tools that help Real Estate Agents working with Citi Pads in Manhattan streamline their paperwork.
Other
3 stars 4 forks source link

All agents should be collaborators on landlords in Follow Up Boss #10

Open mikeymicrophone opened 5 years ago

mikeymicrophone commented 5 years ago

screen shot 2018-10-23 at 9 07 36 pm

This is a modal interface on Follow Up Boss that enables you to add collaborators to a person.

mikeymicrophone commented 5 years ago

This is a Watir driver that can add all those agents to the list. https://github.com/mikeymicrophone/commissulator/blob/master/app/webdrivers/fub_collaborator.rb

Just use that to add all agents to each landlord.

mikeymicrophone commented 5 years ago

To develop this you should set up according to https://github.com/mikeymicrophone/commissulator/wiki/Follow-Up-Boss-configuration

You should use your own account for this one, since the list of agents will have to match the list in your local db.

mikeymicrophone commented 5 years ago

There's no logic currently in place for when this should be triggered or how it should know which landlords need collaborators added. Probably the best way is to add a job to the queue after the landlord is created. The whole round trip to the Follow Up Boss API can be pushed into the background, and we'll add resque to the stack.

mikeymicrophone commented 5 years ago

Then optionally move other Follow Up Boss API access into the background.