Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackTogether: Fix Mismatch Prices

john0isaac opened this issue · comments

Are you accessing the project from the GitHub Codespaces?

  • Yes, I am using GitHub Codespaces.

Describe the bug
Prices on listing Home page are calculated based on the fourth list item while the prices in the detailed view page are calculated based on the fifth list item which results in price mismatch.

To Reproduce

  1. Open the Portal
  2. Click on any listing

Expected behavior
The price you see on the home page is the same as the listing page pricing.

Screenshots
The Date Returned
image

Portal Home Page Prices
image

Code that needs to be addressed packages/portal/src/app/shared/card/card.component.ts
image

Lisiting Page Price
image

Code that needs to be addressed packages/portal/src/app/shared/booking-form/booking-form.component.ts
image

Thanks for reporting! Looking forward to your PR!

@anfibiacreativa you are most welcome!

@john0isaac - both @GmausDev and @SammyBloom are also interested in collaborating on this one. Would that be okay?

Hi @juliamuiruri4 I was interested in #167 Not on this one :P

@juliamuiruri4 I will be fixing this one myself.
The solution is simple and won't take much time or effort so, I think they better work on something else.

Hi @juliamuiruri4 I was interested in #167 Not on this one :P

Sorry for that - I've added you to 167. Thanks

Hi @juliamuiruri4, I was interested in #257 and #251. I and @Surya-V-28

@juliamuiruri4 please, assign me to this issue as I will be making a pull request today.