Need departments choices in the Amazon and Ebay dash pages
Bug #1320847 reported by
Facundo Batista
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity API |
Fix Released
|
High
|
Albert Astals Cid | ||
unity-scopes-shell |
Fix Released
|
High
|
Michal Hruby | ||
unity8 (Ubuntu) |
Fix Released
|
High
|
Albert Astals Cid |
Bug Description
Currently in the dash pages for Amazon and Ebay there are no choices for selecting departments.
We should be able to choose in which departments to do the searches (some other subsystems may be needed for this, but already is support server side).
Thanks!
Related branches
lp://staging/~unity-team/unity-api/departments
- Michael Zanetti (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
- Albert Astals Cid (community): Approve
- Michal Hruby (community): Approve
-
Diff: 626 lines (+405/-12)11 files modifieddebian/changelog (+6/-0)
include/unity/shell/scopes/DepartmentInterface.h (+135/-0)
include/unity/shell/scopes/ScopeInterface.h (+34/-7)
include/unity/shell/scopes/ScopesInterface.h (+1/-1)
test/qmltest/mocks/plugins/Unity/Scopes/CMakeLists.txt (+2/-0)
test/qmltest/mocks/plugins/Unity/Scopes/Mocks/MockDepartment.cpp (+84/-0)
test/qmltest/mocks/plugins/Unity/Scopes/Mocks/MockDepartment.h (+45/-0)
test/qmltest/mocks/plugins/Unity/Scopes/Mocks/MockScope.cpp (+23/-2)
test/qmltest/mocks/plugins/Unity/Scopes/Mocks/MockScope.h (+6/-0)
test/qmltest/mocks/plugins/Unity/Scopes/TestScopesPlugin.cpp (+2/-0)
test/qmltest/unity/shell/scopes/tst_Scopes.qml (+67/-2)
lp://staging/~mhr3/unity-scopes-shell/department-support
Superseded
for merging
into
lp://staging/unity-scopes-shell
- Albert Astals Cid (community): Needs Fixing
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Paweł Stołowski (community): Needs Fixing
-
Diff: 1806 lines (+1206/-70)23 files modifieddebian/changelog (+6/-0)
debian/control (+2/-2)
src/Unity/CMakeLists.txt (+4/-1)
src/Unity/collectors.cpp (+24/-10)
src/Unity/collectors.h (+4/-3)
src/Unity/department.cpp (+167/-0)
src/Unity/department.h (+87/-0)
src/Unity/departmentnode.cpp (+126/-0)
src/Unity/departmentnode.h (+71/-0)
src/Unity/plugin.cpp (+2/-0)
src/Unity/scope.cpp (+162/-29)
src/Unity/scope.h (+71/-4)
src/Unity/scopes.cpp (+1/-1)
tests/CMakeLists.txt (+1/-0)
tests/data/CMakeLists.txt (+1/-0)
tests/data/mock-scope-departments/CMakeLists.txt (+16/-0)
tests/data/mock-scope-departments/mock-scope-departments.cpp (+201/-0)
tests/data/mock-scope-departments/mock-scope-departments.ini.in (+8/-0)
tests/data/mock-scope/CMakeLists.txt (+1/-1)
tests/data/mock-scope/mock-scope.cpp (+4/-3)
tests/departmentstest.cpp (+236/-0)
tests/previewtest.cpp (+3/-2)
tests/resultstest.cpp (+8/-14)
lp://staging/~aacid/unity8/departments
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Michał Sawicz: Approve
- Albert Astals Cid (community): Abstain
- Mike Nagle: Pending requested
-
Diff: 1099 lines (+813/-17)16 files modifieddebian/control (+1/-1)
plugins/Dash/listviewwithpageheader.cpp (+25/-5)
plugins/Dash/listviewwithpageheader.h (+3/-0)
qml/Components/PageHeader.qml (+16/-4)
qml/Dash/DashContent.qml (+9/-1)
qml/Dash/DashDepartments.qml (+202/-0)
qml/Dash/DashDepartmentsList.qml (+195/-0)
qml/Dash/ScopeItem.qml (+12/-0)
tests/mocks/Unity/CMakeLists.txt (+2/-0)
tests/mocks/Unity/fake_department.cpp (+127/-0)
tests/mocks/Unity/fake_department.h (+61/-0)
tests/mocks/Unity/fake_scope.cpp (+36/-1)
tests/mocks/Unity/fake_scope.h (+6/-0)
tests/mocks/Unity/fake_scopes.cpp (+2/-2)
tests/mocks/Unity/fake_unity_plugin.cpp (+2/-0)
tests/qmltests/Dash/tst_DashContent.qml (+114/-3)
lp://staging/~unity-api-team/unity-scopes-shell/department-support
- Albert Astals Cid (community): Approve
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Paweł Stołowski: Pending requested
-
Diff: 2000 lines (+1266/-110)24 files modifieddebian/changelog (+7/-0)
debian/control (+3/-3)
src/Unity/CMakeLists.txt (+3/-0)
src/Unity/collectors.cpp (+24/-10)
src/Unity/collectors.h (+4/-3)
src/Unity/department.cpp (+157/-0)
src/Unity/department.h (+86/-0)
src/Unity/departmentnode.cpp (+126/-0)
src/Unity/departmentnode.h (+71/-0)
src/Unity/plugin.cpp (+2/-0)
src/Unity/scope.cpp (+209/-29)
src/Unity/scope.h (+72/-4)
src/Unity/scopes.cpp (+1/-1)
tests/CMakeLists.txt (+1/-0)
tests/data/CMakeLists.txt (+1/-0)
tests/data/mock-scope-departments/CMakeLists.txt (+16/-0)
tests/data/mock-scope-departments/mock-scope-departments.cpp (+193/-0)
tests/data/mock-scope-departments/mock-scope-departments.ini.in (+8/-0)
tests/data/mock-scope-ttl/mock-scope-ttl.cpp (+6/-12)
tests/data/mock-scope/CMakeLists.txt (+2/-2)
tests/data/mock-scope/mock-scope.cpp (+26/-29)
tests/departmentstest.cpp (+236/-0)
tests/previewtest.cpp (+3/-2)
tests/resultstest.cpp (+9/-15)
Changed in unity-api: | |
status: | New → In Progress |
assignee: | nobody → Albert Astals Cid (aacid) |
Changed in unity-scopes-shell: | |
status: | New → In Progress |
assignee: | nobody → Michal Hruby (mhr3) |
Changed in unity8: | |
status: | New → In Progress |
assignee: | nobody → Albert Astals Cid (aacid) |
importance: | Undecided → High |
Changed in unity-api: | |
importance: | Undecided → High |
Changed in unity-scopes-shell: | |
importance: | Undecided → High |
Changed in unity8: | |
status: | In Progress → Fix Released |
Changed in unity-api: | |
status: | In Progress → Fix Released |
Changed in unity-scopes-shell: | |
status: | In Progress → Fix Released |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Albert Astals Cid (aacid) |
importance: | Undecided → High |
no longer affects: | unity8 |
To post a comment you must log in.
This bug was fixed in the package unity8 - 7.89+14. 10.20140619. 2-0ubuntu1
--------------- 10.20140619. 2-0ubuntu1) utopic; urgency=low
unity8 (7.89+14.
[ Albert Astals ]
* Departments support (LP: #1320847)
-- Ubuntu daily release <email address hidden> Thu, 19 Jun 2014 11:17:40 +0000