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

Explain booking unavailable field #73

Merged
merged 1 commit into from
Dec 16, 2014
Merged

Explain booking unavailable field #73

merged 1 commit into from
Dec 16, 2014

Conversation

Fredar
Copy link
Contributor

@Fredar Fredar commented Nov 27, 2014

Current explanation "Booking's unavailable status" doesn't say much.

@@ -74,7 +74,7 @@ notes | Text | Read | Booking's notes.
paid_amount | [Decimal](/reference/enums#formats) | Read | Booking's amount that have already been paid.
review_requests_count | Integer | Read | Booking's number of review requests.
status | String | Read | Booking's status.
unavailable | Boolean | Read | Booking's unavailable status.
unavailable | Boolean | Read | Booking's unavailable status, false by default. When set to true, marks an unavailable period on rental to prevent regular booking.
Copy link
Member

Choose a reason for hiding this comment

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

Does feel easy to understand, what about When set to true, marks the given period as unavailable. Commonly used for closed or maintenance periods. ?

@ZenCocoon
Copy link
Member

I believe the tentative_expires_at needs more details as well. What about:

null by default. When set, it will mark the period as "on hold" until the given date, once this date passed, this period will become automatically available again.

@Fredar
Copy link
Contributor

Fredar commented Nov 28, 2014

Updated with suggestions.

ZenCocoon added a commit that referenced this pull request Dec 16, 2014
Explain booking unavailable field
@ZenCocoon ZenCocoon merged commit 5353425 into master Dec 16, 2014
@ZenCocoon ZenCocoon deleted the bookings-update branch December 16, 2014 12:02
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.

2 participants