Activity log for bug #1523595

Date Who What changed Old value New value Message
2015-12-07 16:53:48 Alexandre Abreu bug added bug
2015-12-07 16:56:31 Alexandre Abreu tags googlecodein
2015-12-07 19:20:12 Alexandre Abreu description Add support for ResultsTtlType in ScopeMetadata 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 ScopeMetadata class that lack an explicit support for the ResultsTtlType type enumeration 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 ResultsTtlType enumeration type can be found defined as part of the ScopeMetadata class. https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/classunity_1_1scopes_1_1_scope_metadata.html#a6fb29deb86215b969a721b9c67328eeb This type should be made available to the API users along with the associated ScopeMetadata function using it: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/src/bindings/src/addon.cc#L380 The way to make it available should be similar to other enumerations: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/src/bindings/index.js#L169 Deliverable ----------- Add support for the ResultsTtlType enumeration and update the simple.js example to call the results_ttl_type function.
2015-12-07 19:25:38 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 ScopeMetadata class that lack an explicit support for the ResultsTtlType type enumeration 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 ResultsTtlType enumeration type can be found defined as part of the ScopeMetadata class. https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/classunity_1_1scopes_1_1_scope_metadata.html#a6fb29deb86215b969a721b9c67328eeb This type should be made available to the API users along with the associated ScopeMetadata function using it: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/src/bindings/src/addon.cc#L380 The way to make it available should be similar to other enumerations: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/src/bindings/index.js#L169 Deliverable ----------- Add support for the ResultsTtlType enumeration and update the simple.js example to call the results_ttl_type function. 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 ScopeMetadata class that lacks an explicit support for the ResultsTtlType type enumeration 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 ResultsTtlType enumeration type can be found defined as part of the ScopeMetadata class. https://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/classunity_1_1scopes_1_1_scope_metadata.html#a6fb29deb86215b969a721b9c67328eeb This type should be made available to the API users along with the associated ScopeMetadata function using it: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/src/bindings/src/addon.cc#L380 The way to make it available should be similar to other enumerations: http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/src/bindings/index.js#L169 Deliverable ----------- Add support for the ResultsTtlType enumeration and update the simple.js example to call the results_ttl_type function.
2016-01-02 15:02:02 Daniel Lim branch linked lp:~daniellim0611/unity-js-scopes/unity-js-scopes-bug1523595
2016-01-15 05:07:07 Marcus Tomlinson unity-js-scopes: status New Fix Committed
2016-01-15 05:07:31 Marcus Tomlinson unity-js-scopes: assignee Daniel Lim (daniellim0611)
2016-01-15 05:07:41 Marcus Tomlinson unity-js-scopes: importance Undecided Medium
2016-02-18 21:13:32 Alexandre Abreu unity-js-scopes: status Fix Committed Fix Released