Opened 12 years ago

Closed 11 years ago

#180 closed enhancement (fixed)

RSS feed for components, profiles and comments

Reported by: twagoo Owned by: olhsha
Priority: minor Milestone: ComponentRegistry-1.13
Component: ComponentRegistry Version:
Keywords: Cc: dietuyt, twagoo

Description (last modified by twagoo)

Users can add comments to components (see #144). It should be quite easy to create an RSS feed on the web service that has all recent comments. Probably the easiest way to go about is to use a RSS xml schema (e.g. http://rss2schema.codeplex.com/releases/view/18981), then use JAXB to generate classes and convert comment enumerations on the fly.

We can do the same thing for profiles and components.

Suggested URI's:
For profiles: http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/rss
For components: http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/rss
For comments e.g.: http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/clarin.eu:cr1:p_1297242111880/comments/rss

Change History (12)

comment:1 Changed 12 years ago by twagoo

Added an RSS schema and JAXB configuration to generate classes in r2134

Last edited 12 years ago by twagoo (previous) (diff)

comment:2 Changed 12 years ago by twagoo

Description: modified (diff)
Summary: RSS feed commentsRSS feed for components, profiles and comments

comment:3 Changed 12 years ago by twagoo

Owner: changed from twagoo to olhsha
Status: newassigned

comment:4 Changed 12 years ago by twagoo

Cc: twagoo added

comment:5 Changed 12 years ago by twagoo

Milestone: ComponentRegistry-1.13

comment:6 Changed 12 years ago by twagoo

Change in flex GUI in r2278:2279

comment:7 Changed 12 years ago by olhsha

Resolution: fixed
Status: assignedclosed

comment:8 Changed 12 years ago by olhsha

Resolution: fixed
Status: closedreopened

in principle fixed, but yet to be testes on lux 16 (already there) and merged.

comment:9 Changed 11 years ago by olhsha

fixed in Olha's branch

comment:10 Changed 11 years ago by twagoo

components in rss feed seem to be sorted by title instead of date

comment:11 Changed 11 years ago by olhsha

sorting fixed on Olha's machine and committed to svn.

comment:12 Changed 11 years ago by twagoo

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.