Module: FruitToLime::NoteClassification

Defined in:
lib/fruit_to_lime/model/note_classification.rb

Overview

Defines a note’s classification. This defines what kind of action that happened before the note was written.

Constant Summary collapse

SalesCall =

We talked to the client about a sale. This might be a phone call or a talk in person.

0
Comment =

This is a general comment about the organization or deal.

1
TalkedTo =

This is a general comment regarding a talk we had with someone at the client.

2
TriedToReach =

We tried to reach someone but failed.

3
ClientVisit =

We had a meeting at the client’s site.

4