RoshnaVakkeel / Little_Learners_Lab_Logs

A website where curious kids of all ages can explore, create activity logs and also post fun science experiments that can be performed even at home.

Home Page:https://little-learners-lab-logs.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY US16: Sorting and Searching

RoshnaVakkeel opened this issue · comments

As a Site user I can see distinct search criteria so that I can sort and find the log posts easily

Acceptance Criteria

Acceptance Criteria 1:
Given that new/returning user visits the Lab Logs page
When they can see a dropdown menu with options of selecting different titles
Then they can select a log post directly from the menu list and don't need to scroll down and find the posts

Acceptance Criteria 2:
Given that new/returning user is on a lab log post
When they can see a category tag
Then they can identify what is the difficulty level of the experiment

Acceptance Criteria 3:
Given that new/returning user visits the Lab Logs nav link
When they can see a dropdown menu with options in an alphabetical order
Then they can select a log post easily

Acceptance Criteria 4:
Given that new/returning user visits
When they wish to search a post using keyword
Then they can type in keyword in Search input field and can arrive at the post with matching keyword

AC1 done.

All done