We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create listing availability restriction entity and logic
ListingAvailabilityRestriction - one to many relationship with listing
ListingAvailabilityRestriction
HostIntended
Interval
InsufficientAvailability
ListingAvailabilityRestrictionCreatedEvent
ListingAvailabilityRestrictionUpdatedEvent
ListingAvailabilityRestrictionDeletedEvent
The text was updated successfully, but these errors were encountered:
Abdurasulovich
No branches or pull requests
Description
Create listing availability restriction entity and logic
Requirements
Create following entities
ListingAvailabilityRestriction
- one to many relationship with listingHostIntended
,Interval
,InsufficientAvailability
Deliverables
ListingAvailabilityRestriction
entity, foundation service, repository, migration, validation and endpointsListingAvailabilityRestrictionCreatedEvent
- event with only restriction Id and empty handler, published locally for create op.ListingAvailabilityRestrictionUpdatedEvent
- event with only restriction Id and empty handler, published locally for update op.ListingAvailabilityRestrictionDeletedEvent
- event with only restriction Id and empty handler, published locally for delete op.The text was updated successfully, but these errors were encountered: