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
As a user,
I want to specify filtering options,
so that I only browse through the media I want.
Acceptance criteria
Search panel:
is added to the homepage, right below the top bar.
contains following filtering options:
"Include" field
"Exclude" field
"Timestamp range" field/fields
When a user starts writing in the search field (be it "Include" or "Exclude"), a drop-down menu with suggested tags shows up. When a menu option is clicked, it is added to the respective search field.
Searching options:
Following options are available:
"Include" tags - a media instance (MI) must contain such a tag (or its child tag)
"Exclude" tags - MI must not contain such a tag (and none of its children)
Time range - MI's timestamp must be within given time range
Additional notes
Suggested tags: those tags that match user's input. In regex: .*userinput.*
The text was updated successfully, but these errors were encountered:
The story
As a user,
I want to specify filtering options,
so that I only browse through the media I want.
Acceptance criteria
Search panel:
Searching options:
Additional notes
.*userinput.*
The text was updated successfully, but these errors were encountered: