- Implement GitHub Search Features
- Homepage:
- At homepage, by default, will search
Users
. - Can specify
query string
anditem count per page
at home page.
- At homepage, by default, will search
- Result page:
- Can switch to search
Repositories
. - Can change
query string
anditem count per page
in topsearch bar
to search again. - Result page will have pagination, can show
prev
,next
button, click will showprev/next
list of content. And will also showcurrent page
andtotal page
number. - Result page will also show
total count
. - If error occurs, will show in
list area
.
- Can switch to search
- Homepage:
- Add unit cases for services and components.