MyHome
MyHome copied to clipboard
Get all bookings for an amenity with an optional time range
⚠️ Is your feature request related to a problem? Please describe
- Get all bookings for an amenity with an optional time range
💡 Describe the solution you'd like
-
GET /amenities/{amenityId}/bookings?start='01-01-2020'&end='01-02-2020'
- The API should support pagination
- Code pointers for pagination -
CommunityService.java::listAll
- Update postman collection
Task Relationship
Subtask of: jmprathab/MyHome#94
Is pagination needed for result bookings list?
Is pagination needed for result bookings list?
Yes. It is required. I will modify the comments to include that. Thanks!
Hello, I will take this ticket for starting, is that ok? :)
@nlaert Sure. I have assigned it to you.
Hi @jmprathab @mslowiak , can I take on this task?
hi @mslowiak I have made the PR to this issue