Add support for Location serialization
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-js-scopes |
In Progress
|
Undecided
|
Alexandre Abreu |
Bug Description
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:/
The Unity Scopes API allows developers to create scopes in C++.
https:/
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://
In the context of the API, the Location class aggregates location specific data associated with a given SearchMetadata.
The SearchMetadata is passed down to the scope search function as seen here:
http://
The Location class is exposed here:
http://
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.
tags: | added: googlecodein |
description: | updated |
description: | updated |
Changed in unity-js-scopes: | |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
status: | New → In Progress |