mozilla-mobile / outreachy-UX-2020

INACTIVE - http://mzl.la/ghe-archive - A place to document UX contributions for the summer 2020 Outreachy program.
8 stars 7 forks source link

Ability to search all library items #6232-Riya #78

Closed riyasoganii closed 4 months ago

riyasoganii commented 4 years ago

What is the problem you are trying to solve?

Ability to search all library items #6232 https://github.com/mozilla-mobile/fenix/issues/6232

Why is it a problem?

As a user I might want to find a particular bookmark or delete a specific item from history which has not been recently accessed. I might also want to clean my collection of bookmarks and there is no easy way to do so.

How would you solve the problem? What is your design proposal?

Apart from adding a search icon in the header, we could also implement a 'Sort by' feature, including options like 'Newest to Oldest', 'Oldest to newest', 'Most to Least accessed', 'Least to Most accessed' This is in continuation with my design from issue #62. The header would look like this: Tabs (40) On clicking the search icon, it would get highlighted to emphasize the implementation of the search action. A search bar would appear, like so: Tabs (41) On clicking the sort by button, a drop down menu would appear, prompting users to select an action. Tabs (42)

How would you measure your designs effectiveness?

On monitoring user clicks, we can determine which of these functions is useful and add/remove/modify them accordingly.