You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Luke Foxton (JIRA)" <ji...@apache.org> on 2009/08/04 08:47:15 UTC

[jira] Created: (WOOKIE-8) Categories for widgets

Categories for widgets
----------------------

                 Key: WOOKIE-8
                 URL: https://issues.apache.org/jira/browse/WOOKIE-8
             Project: Apache Wookie
          Issue Type: Improvement
            Reporter: Luke Foxton


When there are alot of widgets, it might be a good idea to be able to organise them into a set of pre-defined categories. That way a nice browsing interface can be made where users can look for widgets that might be useful to them. The category/categories that the widget falls under should be included in the xml definitions returned from the advertise servlet. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WOOKIE-8) Categories for widgets

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson reassigned WOOKIE-8:
---------------------------------

    Assignee: Scott Wilson

> Categories for widgets
> ----------------------
>
>                 Key: WOOKIE-8
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-8
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Wookie REST API
>            Reporter: Luke Foxton
>            Assignee: Scott Wilson
>             Fix For: 0.8.2
>
>          Time Spent: 4h
>  Remaining Estimate: 0h
>
> When there are alot of widgets, it might be a good idea to be able to organise them into a set of pre-defined categories. That way a nice browsing interface can be made where users can look for widgets that might be useful to them. The category/categories that the widget falls under should be included in the xml definitions returned from the advertise servlet. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-8) Categories for widgets

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-8:
------------------------------

    Component/s: Wookie REST API

> Categories for widgets
> ----------------------
>
>                 Key: WOOKIE-8
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-8
>             Project: Apache Wookie
>          Issue Type: Improvement
>          Components: Wookie REST API
>            Reporter: Luke Foxton
>
> When there are alot of widgets, it might be a good idea to be able to organise them into a set of pre-defined categories. That way a nice browsing interface can be made where users can look for widgets that might be useful to them. The category/categories that the widget falls under should be included in the xml definitions returned from the advertise servlet. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WOOKIE-8) Categories for widgets

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738904#action_12738904 ] 

Scott Wilson commented on WOOKIE-8:
-----------------------------------

The WidgetType class is used to relate a Widget to a WidgetService (category); currently this is only exposed through the GET {wookie}/widgetinstances  method to retrieve the default widget for a given service. 

We can implement a browse on this in two ways:

GET {wookie}/widgets/{category_name}

or

GET {wookie}/services/{service_name}

It should be easy enough to implement both; as noted in the original description the representations returned should be consistent with the Widget "advertise" request.

See also: http://cwiki.apache.org/WOOKIE/wookie-rest-api.html for more info on the API

> Categories for widgets
> ----------------------
>
>                 Key: WOOKIE-8
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-8
>             Project: Apache Wookie
>          Issue Type: Improvement
>            Reporter: Luke Foxton
>
> When there are alot of widgets, it might be a good idea to be able to organise them into a set of pre-defined categories. That way a nice browsing interface can be made where users can look for widgets that might be useful to them. The category/categories that the widget falls under should be included in the xml definitions returned from the advertise servlet. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work logged: (WOOKIE-8) Categories for widgets

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-8?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_10917 ]

Scott Wilson logged work on WOOKIE-8:
-------------------------------------

                Author: Scott Wilson
            Created on: 23/Sep/09 09:41 AM
            Start Date: 23/Sep/09 09:41 AM
    Worklog Time Spent: 4h 
      Work Description: Fixing...

Issue Time Tracking
-------------------

            Time Spent: 4h
    Remaining Estimate: 0h

> Categories for widgets
> ----------------------
>
>                 Key: WOOKIE-8
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-8
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Wookie REST API
>            Reporter: Luke Foxton
>             Fix For: 0.8.2
>
>          Time Spent: 4h
>  Remaining Estimate: 0h
>
> When there are alot of widgets, it might be a good idea to be able to organise them into a set of pre-defined categories. That way a nice browsing interface can be made where users can look for widgets that might be useful to them. The category/categories that the widget falls under should be included in the xml definitions returned from the advertise servlet. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-8) Categories for widgets

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-8:
------------------------------

    Fix Version/s: 0.8.2

Fix in 0.8.2

> Categories for widgets
> ----------------------
>
>                 Key: WOOKIE-8
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-8
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Wookie REST API
>            Reporter: Luke Foxton
>             Fix For: 0.8.2
>
>
> When there are alot of widgets, it might be a good idea to be able to organise them into a set of pre-defined categories. That way a nice browsing interface can be made where users can look for widgets that might be useful to them. The category/categories that the widget falls under should be included in the xml definitions returned from the advertise servlet. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.