Amaresh taking over for Alisha - feat(listing-overview): add listing overview backend implementation#1780
Open
alishawalunj wants to merge 6 commits into
Open
Amaresh taking over for Alisha - feat(listing-overview): add listing overview backend implementation#1780alishawalunj wants to merge 6 commits into
alishawalunj wants to merge 6 commits into
Conversation
akshith312
approved these changes
Oct 18, 2025
added 4 commits
June 10, 2026 19:19
…dated controller import, kept both route registrations
DeepighaJ
requested changes
Jun 17, 2026
|
@DeepighaJ Use raw format in the Body tab as JSON instead of Text in the dropdown. Could you please re-review when you get a chance? Thank you!
If you use an invalid date range, a message will be returned |
kzou55
requested changes
Jun 20, 2026
kzou55
left a comment
There was a problem hiding this comment.
|
@kzou55 Fixed the invalid date value issue. Added explicit Number.isNaN() validation for both rentingFrom and rentingTill before any DB operations, so bad date values now return a proper 400 with the
Could you please re-review when you get a chance? Thank you!
|
|
kzou55
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.































Description
Related PRS (if any):
This backend PR is not related to any backend PR.
Main Changes
How to Test
npm installand start the server (e.g.,npm run dev).Get Listing Overview
681fdece9b28a081622ba76c,681fdee39b28a081622ba76eSubmit Booking Request
{ "listingId": "68c5e69e7b6edc12ba7402cc", "rentingFrom": "2025-10-28", "rentingTill": "2025-10-29" }rentingFrommust be beforerentingTill.Screenshots or videos of changes: