Mobile/Projects/Dynamic URL bar: Difference between revisions
Jump to navigation
Jump to search
Full Query
(Created page with "==Tracking== <bugzilla> { "whiteboard": "NavBar", "include_fields": "id, priority, summary, status, assigned_to", "order": "bug_id" } </bugzilla>") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Tracking== | ==Tracking== | ||
<onlyinclude> | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "blocks": "716403", | ||
"resolution": "---", | |||
"include_fields": "id, priority, summary, status, assigned_to", | "include_fields": "id, priority, summary, status, assigned_to", | ||
"order": "bug_id" | "order": "bug_id" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
</onlyinclude> | |||
== Resolved/Fixed == | |||
<bugzilla> | |||
{ | |||
"blocks": "716403", | |||
"resolution": "FIXED", | |||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
== Goals == | |||
* Declutters the viewing screen when browsing by free-ing up screen real estate | |||
* Of special import for smaller, lower-to-mid tier smartphones where screens are physically smaller, therefore freeing up viewing real estate is even more important to the user | |||
== Specifications == | |||
* Show the URL bar when a user actively seeks to interact with it | |||
* When a user is simply reading a page, make the URL bar hide | |||
* Make the bar visible when a user 'pulls down' the screen | |||
== User stories == | |||
* As a user, I want the navigation bar to hide so that my entire screen is used for browsing. | |||
* As a user, I want to be able to pull down the navigation bar, so that I can have access to this bar whenever I want it easily and seamlessly. | |||
== UX design == | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=716403#c6 Associated bug for tracking] | |||
** NB: One difference in implementation from the animation and current implementation is that the bar is pulled down wherever in the screen the user 'pulls down' | |||
== Quality criteria == | |||
# User stories are satisfied | |||
# Specifications are met |
Latest revision as of 22:17, 17 June 2013
Tracking
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Resolved/Fixed
45 Total; 0 Open (0%); 18 Resolved (40%); 27 Verified (60%);
Goals
- Declutters the viewing screen when browsing by free-ing up screen real estate
- Of special import for smaller, lower-to-mid tier smartphones where screens are physically smaller, therefore freeing up viewing real estate is even more important to the user
Specifications
- Show the URL bar when a user actively seeks to interact with it
- When a user is simply reading a page, make the URL bar hide
- Make the bar visible when a user 'pulls down' the screen
User stories
- As a user, I want the navigation bar to hide so that my entire screen is used for browsing.
- As a user, I want to be able to pull down the navigation bar, so that I can have access to this bar whenever I want it easily and seamlessly.
UX design
- Associated bug for tracking
- NB: One difference in implementation from the animation and current implementation is that the bar is pulled down wherever in the screen the user 'pulls down'
Quality criteria
- User stories are satisfied
- Specifications are met