You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the behavior you are expecting
The dog-owner user will search for day-care that relevant for him.
The search will filter by "Area" , "City" and "Max price per day".
If the user didnt search for day-care he will see all Day-Cares in dog-owner homepage.
What is the current behavior?
dog-owner homepage present all day-cares without filters.
Steps to Reproduce
Extend dog_owner_home view and send compatible context.
Create form for the search.
Delete "search" button from navbar.
Extend dog_owner_homepage.html and present the search form.
Cover with tests.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Please describe the behavior you are expecting
The dog-owner user will search for day-care that relevant for him.
The search will filter by "Area" , "City" and "Max price per day".
If the user didnt search for day-care he will see all Day-Cares in dog-owner homepage.
What is the current behavior?
dog-owner homepage present all day-cares without filters.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: