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: sell, buy & cancel estates #493

Merged
merged 12 commits into from
Oct 4, 2018
Merged

feat: sell, buy & cancel estates #493

merged 12 commits into from
Oct 4, 2018

Conversation

nachomazzara
Copy link
Contributor

@nachomazzara nachomazzara commented Oct 1, 2018

Closes #346, #345 & #496

@@ -232,38 +282,18 @@
"requested": "Pedido",
"required_deposit": "Depósito requerido: {deposit}"
},
"name": {
"estate": "Inmuebles",
Copy link
Contributor

Choose a reason for hiding this comment

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

😅

cazala
cazala previously requested changes Oct 1, 2018
}

static defaultProps = {
publication: { price: 0 }
Copy link
Contributor

Choose a reason for hiding this comment

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

we should let the UI handle an undefined/null publication rather than mocking a default one

}

renderMessage() {
const { wallet, publication } = this.props
Copy link
Contributor

Choose a reason for hiding this comment

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

The following +80 lines are pretty much the same as the ones in BuyParcelPage, could we componentize them?

@nachomazzara nachomazzara removed the wip label Oct 3, 2018
@nachomazzara nachomazzara changed the title WIP Feat: sell, buy & cancel estates Feat: sell, buy & cancel estates Oct 3, 2018
@nicosantangelo nicosantangelo changed the title Feat: sell, buy & cancel estates feat: sell, buy & cancel estates Oct 3, 2018
@nicosantangelo nicosantangelo merged commit 6e2be41 into master Oct 4, 2018
@nicosantangelo nicosantangelo deleted the feat/sell-states branch October 4, 2018 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants