Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Appraisal): added get comparables path to appraisals class #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alonssrodd3
Copy link
Contributor

No description provided.

@alonssrodd3 alonssrodd3 added the enhancement New feature or request label Jun 19, 2024
@alonssrodd3 alonssrodd3 self-assigned this Jun 19, 2024
Copy link

codesandbox-ci bot commented Jun 19, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@@ -71,6 +80,11 @@ export type AppraisalRequestInput = {
m2PrivateTerrace?: number
hasView?: number
developmentAmenities?: DevelopmentAmenities
isNewPropertyProb?: number
isHouse?: number
isSale?: number
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can align it as it is currently used in the other products and leave it as operationType

@@ -71,6 +80,11 @@ export type AppraisalRequestInput = {
m2PrivateTerrace?: number
hasView?: number
developmentAmenities?: DevelopmentAmenities
isNewPropertyProb?: number
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the name of the property is more like a Boolean type value

-isNewPropertyProb?: number
+ isNewPropertyProb?: boolean

@alonssrodd3 alonssrodd3 force-pushed the main branch 2 times, most recently from 8b60e09 to 360490d Compare August 20, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants