MyHome icon indicating copy to clipboard operation
MyHome copied to clipboard

Get all bookings for an amenity with an optional time range

Open jmprathab opened this issue 4 years ago • 6 comments

⚠️ 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

jmprathab avatar Aug 08 '20 09:08 jmprathab

Is pagination needed for result bookings list?

DDmit04 avatar Aug 08 '20 13:08 DDmit04

Is pagination needed for result bookings list?

Yes. It is required. I will modify the comments to include that. Thanks!

jmprathab avatar Aug 08 '20 15:08 jmprathab

Hello, I will take this ticket for starting, is that ok? :)

nlaert avatar Sep 25 '20 21:09 nlaert

@nlaert Sure. I have assigned it to you.

jmprathab avatar Sep 26 '20 02:09 jmprathab

Hi @jmprathab @mslowiak , can I take on this task?

bayotheman avatar Oct 08 '22 02:10 bayotheman

hi @mslowiak I have made the PR to this issue

bayotheman avatar Oct 25 '22 01:10 bayotheman