Scott Wilson
unread,Nov 13, 2012, 11:17:44 AM11/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to widge...@googlegroups.com
Hi everyone,
We have a new project kicking off soon where we want to develop Edukapp for a more generic software catalogue.
The main difference from a widget store is that the set of actions that apply to entries may differ.
For example, some software products are downloadable, and you have a link to the source repo. For others there is an online demo, etc.
As Gadgets and Widgets already have different affordances (e.g. you can download a widget but not a gadget) I thought it would make sense to model actions and product types in Edukapp.
E.g.
PRODUCT: W3C_WIDGET
ACTION: Download
URL: http://...
PRODUCT: DESKTOP_APPLICATION
ACTION: Download
URL: http://
PRODUCT: HOSTED_APPLICATION
ACTION: Demo
URL: http://
In Solr we would need to alter the schema for inbound metadata to convey the URLs for different action types.
How does this sound?
S