Activity log for bug #1523596

Date Who What changed Old value New value Message
2015-12-07 16:54:14 Alexandre Abreu bug added bug
2015-12-07 16:56:28 Alexandre Abreu tags googlecodein
2015-12-07 18:38:16 Alexandre Abreu description Add support for Location serialization Description ----------- The unity js scopes package have a minimal set of tests associated with a few of the features exposed in the JS scopes api. Those tests need to be expanded. This bug targets the binding to the Location class that misses the serialization feature found in C++. Technical context ----------------- Scopes in the context of UbuntuTouch are a fundamental piece of user interaction with various sources of data either local or remote ones. https://developer.ubuntu.com/en/scopes/guides/scopes-guide/ The Unity Scopes API allows developers to create scopes in C++. https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/index.html Unity JS scopes is a package that enables the creation of Javascript Scopes by offering bindings of the Unity Scopes API in Javascript. In order to get started with the unity-js-scopes package, you can have a look at the README file found at the top of the package's sources: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/README.md In the context of the API, the Location class aggregates location specific data associated with a given SearchMetadata. https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/classunity_1_1scopes_1_1_location.html https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/classunity_1_1scopes_1_1_search_metadata.html The SearchMetadata is passed down to the scope search function as seen here: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/examples/simple/simple.js#L109 The Location class is exposed here: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/src/bindings/src/addon.cc#L227 One might nee to create a new Location wrapper class to handle the new serialize function. Deliverable ----------- Add support for Location::serialize and update the simple.js example to call the function.
2015-12-07 19:25:21 Alexandre Abreu description Description ----------- The unity js scopes package have a minimal set of tests associated with a few of the features exposed in the JS scopes api. Those tests need to be expanded. This bug targets the binding to the Location class that misses the serialization feature found in C++. Technical context ----------------- Scopes in the context of UbuntuTouch are a fundamental piece of user interaction with various sources of data either local or remote ones. https://developer.ubuntu.com/en/scopes/guides/scopes-guide/ The Unity Scopes API allows developers to create scopes in C++. https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/index.html Unity JS scopes is a package that enables the creation of Javascript Scopes by offering bindings of the Unity Scopes API in Javascript. In order to get started with the unity-js-scopes package, you can have a look at the README file found at the top of the package's sources: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/README.md In the context of the API, the Location class aggregates location specific data associated with a given SearchMetadata. https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/classunity_1_1scopes_1_1_location.html https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/classunity_1_1scopes_1_1_search_metadata.html The SearchMetadata is passed down to the scope search function as seen here: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/examples/simple/simple.js#L109 The Location class is exposed here: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/src/bindings/src/addon.cc#L227 One might nee to create a new Location wrapper class to handle the new serialize function. Deliverable ----------- Add support for Location::serialize and update the simple.js example to call the function. Description ----------- The unity-js-scopes package have a minimal set of tests associated with a few of the features exposed in the Javascript Scopes API it exposes. Those tests need to be expanded. This bug targets the binding to the Location class that lacks the serialization feature found in C++. Technical context ----------------- Scopes are a fundamental piece of the UbuntuTouch user experience. Each scope offers user driven way to interact with one of more sources of either local or remote data displayed in a uniform fashion from the Ubuntu Dash. https://developer.ubuntu.com/en/scopes/guides/scopes-guide/ The Unity Scopes API allows developers to create scopes in C++. https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/index.html Unity JS scopes is a package that enables the creation of Javascript Scopes by offering bindings of the Unity Scopes API in Javascript. In order to get started with the unity-js-scopes package, you can have a look at the README file found at the top of the package's sources: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/README.md In the context of the API, the Location class aggregates location specific data associated with a given SearchMetadata. https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/classunity_1_1scopes_1_1_location.html https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/classunity_1_1scopes_1_1_search_metadata.html The SearchMetadata is passed down to the scope search function as seen here: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/examples/simple/simple.js#L109 The Location class is exposed here: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/src/bindings/src/addon.cc#L227 One might nee to create a new Location wrapper class to handle the new serialize function. Deliverable ----------- Add support for Location::serialize and update the simple.js example to call the function.
2016-02-17 21:53:18 Alexandre Abreu unity-js-scopes: assignee Alexandre Abreu (abreu-alexandre)
2016-02-17 21:53:20 Alexandre Abreu unity-js-scopes: status New In Progress