ManPhamQuang / COSC2769-rmit

Further web programming - COSC2769
cosc-2769-rmit.vercel.app
MIT License
0 stars 0 forks source link

category filter #105

Closed ThienAn1010 closed 3 years ago

ThienAn1010 commented 3 years ago

close #94

ManPhamQuang commented 3 years ago

Please change the api call to add a limit so as the call would fetch all rooms with the corresponding category. With the current api call, the maximum rooms the api would return is 6 image Additionally, change the layout of the category results screen to be a grid layout similar to the search screen instead of using the card slider. image

ThienAn1010 commented 3 years ago

@ManPhamQuang Everything is updated.

ManPhamQuang commented 3 years ago

Hi @s3825455 I just discovered a new bug while testing your work. image This happens when I clicked on No-code development category and some other categories, it seems that this happen when user select a category with no rooms associated. I suggest that you investigate.

ThienAn1010 commented 3 years ago

@ManPhamQuang I have fixed it. Please check.