redhat-beyond / roo.me

An interactive and easy web-app for finding roommate apartments. Developed in Python with Django.
MIT License
8 stars 11 forks source link

Add preferences and connected users filter to homepage search #255

Closed nadavsu closed 3 years ago

nadavsu commented 3 years ago

Description

Now when the get_all_relevant_apartments function is called, it filters all the apartments which are already connected and the users which do not have matching preferences.

Also removed the 10 apartments limit.

Manual Tests

Tested two connected users, they did not show in the homepage as expected. Tested users which do not have matching preferences and they did not show in the homepage as expected.