Module: MoveToGo::Relation

Defined in:
lib/move-to-go/model/relation.rb

Constant Summary collapse

NoRelation =

This is the default, we have not been in contact with this organization in any way.

0
WorkingOnIt =

Something is happening with this organization, we might have booked a meeting with them or created a deal, etc.

1
IsACustomer =

We have made a deal with this organization.

2
WasACustomer =

We have made a deal with this organization but it was some time ago and we don’t consider them a customer any more.

3
BeenInTouch =

We had something going with this organization but we couldn’t close the deal and we don’t think they will be a customer to us in the foreseeable future.

4