Skip to content

Commit fd12b33

Browse files
authored
Add add-feature prompt tips
1 parent b9b3b2c commit fd12b33

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add to the dogs list a filter. Allow filtering by dog breed and adoption availablity. The breed filter is a dropdown and the availability a check box. If the filter changes the page is automatically refreshed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Create a filtering system for the dogs listing page with the following features:
2+
3+
1. Add two filter controls:
4+
- A dropdown menu for filtering by dog breed
5+
- A checkbox for filtering by adoption availability (checked = show only available dogs)
6+
7+
2. Implementation details:
8+
- Populate the breed dropdown with all unique breeds from the database
9+
- Include an "All Breeds" option as the default selection
10+
- Label the checkbox clearly as "Show only available dogs"
11+
- Position filters at the top of the dogs listing for visibility
12+
13+
3. User experience:
14+
- Apply filters automatically when changed (no separate "Filter" button needed)
15+
- Refresh the dogs list immediately when either filter is modified

0 commit comments

Comments
 (0)