feat(recommender): API endpoint + interest-detail panel + add-to-interest dialog
This commit is contained in:
@@ -41,6 +41,11 @@ interface InterestData {
|
||||
} | null;
|
||||
berthId: string | null;
|
||||
berthMooringNumber: string | null;
|
||||
/** Yacht-fit dimensions (numeric strings from postgres). Drive the
|
||||
* recommender panel guard ("Set desired dimensions to see recommendations"). */
|
||||
desiredLengthFt: string | null;
|
||||
desiredWidthFt: string | null;
|
||||
desiredDraftFt: string | null;
|
||||
pipelineStage: string;
|
||||
leadCategory: string | null;
|
||||
source: string | null;
|
||||
|
||||
Reference in New Issue
Block a user