Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.
MIT License
870 stars 525 forks source link

HackTogether: Fix Mismatch Prices #251

Closed john0isaac closed 1 year ago

john0isaac commented 1 year ago

Are you accessing the project from the 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

anfibiacreativa commented 1 year ago

Thanks for reporting! Looking forward to your PR!

john0isaac commented 1 year ago

@anfibiacreativa you are most welcome!

juliamuiruri4 commented 1 year ago

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

GmausDev commented 1 year ago

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

john0isaac commented 1 year ago

@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.

juliamuiruri4 commented 1 year ago

277

juliamuiruri4 commented 1 year ago

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

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

SammyBloom commented 1 year ago

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

john0isaac commented 1 year ago

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