canmove, Confirmed users
640
edits
(Fix repo link.) |
|||
| (6 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
* Wednesday 9-9:30am PST, Mobile vidyo room | * Wednesday 9-9:30am PST, Mobile vidyo room | ||
* Notes: https://mobile.etherpad.mozilla.org/search-activity | * Notes: https://mobile.etherpad.mozilla.org/search-activity | ||
== Bugs == | |||
=== Shovel Ready === | |||
Looking for a place to jump in and get started? Look no further! | |||
<bugzilla> | |||
{ | |||
"blocks": "1017135", | |||
"include_fields": "id, priority, summary, whiteboard, status, assigned_to", | |||
"order": "bug_id", | |||
"resolution": "---", | |||
"whiteboard": "shovel-ready" | |||
} | |||
</bugzilla> | |||
=== P1 Bugs === | |||
These are bugs we want to fix before we would ship this, even as a v1. | |||
<bugzilla> | |||
{ | |||
"blocks": "1017135", | |||
"include_fields": "id, priority, summary, whiteboard, status, assigned_to", | |||
"order": "bug_id", | |||
"resolution": "---", | |||
"priority": "P1" | |||
} | |||
</bugzilla> | |||
=== All Bugs === | |||
<bugzilla> | |||
{ | |||
"blocks": "1017135", | |||
"include_fields": "id, priority, summary, whiteboard, status, assigned_to", | |||
"order": "bug_id", | |||
"resolution": "---" | |||
} | |||
</bugzilla> | |||
== Overview == | == Overview == | ||
| Line 47: | Line 82: | ||
*** Some results could be shown in a richer format | *** Some results could be shown in a richer format | ||
*** If user picks an item, show more detailed information or open in external app (native or browser) | *** If user picks an item, show more detailed information or open in external app (native or browser) | ||
== UX designs == | == UX designs == | ||
| Line 129: | Line 142: | ||
== Source == | == Source == | ||
* | * Github repo for standalone search activity development: https://github.com/mozilla/fennec-search | ||
* Search activity built with Fennec: http://hg.mozilla.org/mozilla-central/file/tip/mobile/android/search | |||