Hi everyone - in getting ready for the UCLA presentation today, we've made some progress on the ENCORE Collaboration called "PAS Researcher Pack"
This is the place where new adopters/developers (not from TELS) of the PRP can form a wiki space, setting up "getting started" pages, describing adaptations, maybe wish lists etc -- whatever they choose. As you may recall, the idea here was to allow a new wiki to grow - not to replace docs.telscenter, which will remain the complex but comfortable home for tels developers - but rather to allow for a clean space to grow this new community. It also allows us all to make sure we have consensus on what we are putting forward (distilled from the convoluted mass of docs.telscenter) in terms of the descriptions, links, etc. Please have a look, see what you think - let me know if you want to "join" - so you can edit. I made it publicly viewable, but you have to be in the collaboration to make edits: http://www.encorewiki.org/display/encore/PAS+Researcher+Pack Jim ps - thanks to Laurel and Cynick for helping to get this together, and to Turadg for sprucing up some of the docs.telscenter pages and continuing to guide our overall thinking. On Feb 26, 2007, at 6:31 AM, [email protected] wrote: > > Hi Cynick, > > >Hi Stephen, > > > >I was wondering about whether you've made certain SDS queries > >available via REST that is not listed on the wiki page > >http://www.telscenter.org/confluence/display/SAIL/REST+protocol+for > +SAIL+Data+Services+%28SDS%29 > >In particular, I would like to perform the following two queries now. > > > >1. Given an offering O, return a list of all workgroups in which I > >belong. > >It would be something like the following in SQL speak. > >ie. SELECT workgroups.* FROM offerings, workgroups WHERE offerings.id > >= O AND offerings.id = workgroups.offering_id AND workgroups.member = > >my_user_id; > > > >2. Return a list of all offerings and its associated workgroup(s) in > >which I am a member. > >It would be something like the following in SQL speak. > >ie. SELECT offering.*, workgroups.* FROM offerings, workgroups WHERE > >offerings.id = workgroups.offering_id AND workgroups.member = > >my_user_id; > > > >I would like to avoid duplicating all of the SDS data within the > >portal due to a lack of external querying capabilities. > > Quick answers: > * no you can't do this now > * I'll add it shortly (within the next week) > * getting the info from the model objects is easy, reworking the > REST interface so that these and future queries on resources uses a > conceptually clean api is just a bit more work > -- > - Stephen Bannasch > Concord Consortium, http://www.concord.org > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
