Re: Getting more info from json

2009-02-11 Thread Srekel

Hi, thanks for the quick response!

I haven't really looked at any of the code for RB, so I don't know how
much I time would need to spend in order to get up and running to be
able to create those patches.

Is there a guide somewhere on how to get started, or could you perhaps
tell me here, so that I can consider how much time it would take for
me. I have pretty decent experience with Python, and have played a
little with Django.

I'm not sure about releasing the application - personally I would like
to contribute back but I'll have to verify that I can, first. Plus, it
was created in a short amount of time so it might need some
refactoring and cleaning up before doing something like that.

/Anders


On 11 Feb, 12:25, Christian Hammond  wrote:
> Hi,
>
> The API pretty much just contains the data and functionality that either
> we've needed so far for the Review Board UI or others have needed for their
> apps. We'll gladly flesh out the API more.
>
> The quickest way to get this added would be to provide patches for review
> (which we should be able to get in to 1.0). Otherwise, feel free to file a
> bug per-feature you need and we'll add it (though it may be after 1.0 in
> this case, since we have a lot on our plates right now).
>
> Your notification program sounds interesting. I've thought about developing
> something like that myself. Are there any plans to make this a publicly
> downloadable program? I'll be announcing adding a section for third party
> software/addons/customizations before long to the website if you decide to.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> VMware, Inc.
>
> On Wed, Feb 11, 2009 at 3:08 AM, Srekel  wrote:
>
> > Hi,
>
> > I'm fixing an internal notification program for Review Board. When a
> > new comment is made, for example, it shows a popup that can take the
> > user to the correct review page. This is written in C# and interfaces
> > with RB using it's json API.
>
> > Some things that have been requested but I haven't found a way to do
> > yet are...
>
> >  * Getting a list of all starred reviews (for a particular user). As
> > far as I can see in the API, it's only possible to get the reviews, or
> > star or unstar a review, but there is no information in the json data
> > if the user has starred it or not.
>
> >  * Show which reviews are possibly close-able. I.e., one version would
> > be to check the number of unique ShipIts (just count once per user)
> > and see if they are equal to the number of reviewers. I can't seem to
> > get this information from json either.
>
> >  * Find out which reviews have new updates that the user haven't seen
> > (like the speak bubble icon in the list of reviews). Doesn't seem to
> > be in json either.
>
> > Are these things there (and I'm not seeing them), or would it be
> > possible to fix it?  Maybe there's already an issue about this - but I
> > couldn't find that either.
>
> > Oh, and thanks for a great product!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Getting more info from json

2009-02-11 Thread Christian Hammond
Hi,

The API pretty much just contains the data and functionality that either
we've needed so far for the Review Board UI or others have needed for their
apps. We'll gladly flesh out the API more.

The quickest way to get this added would be to provide patches for review
(which we should be able to get in to 1.0). Otherwise, feel free to file a
bug per-feature you need and we'll add it (though it may be after 1.0 in
this case, since we have a lot on our plates right now).

Your notification program sounds interesting. I've thought about developing
something like that myself. Are there any plans to make this a publicly
downloadable program? I'll be announcing adding a section for third party
software/addons/customizations before long to the website if you decide to.

Christian

-- 
Christian Hammond - chip...@chipx86.com
VMware, Inc.


On Wed, Feb 11, 2009 at 3:08 AM, Srekel  wrote:

>
> Hi,
>
> I'm fixing an internal notification program for Review Board. When a
> new comment is made, for example, it shows a popup that can take the
> user to the correct review page. This is written in C# and interfaces
> with RB using it's json API.
>
> Some things that have been requested but I haven't found a way to do
> yet are...
>
>  * Getting a list of all starred reviews (for a particular user). As
> far as I can see in the API, it's only possible to get the reviews, or
> star or unstar a review, but there is no information in the json data
> if the user has starred it or not.
>
>  * Show which reviews are possibly close-able. I.e., one version would
> be to check the number of unique ShipIts (just count once per user)
> and see if they are equal to the number of reviewers. I can't seem to
> get this information from json either.
>
>  * Find out which reviews have new updates that the user haven't seen
> (like the speak bubble icon in the list of reviews). Doesn't seem to
> be in json either.
>
> Are these things there (and I'm not seeing them), or would it be
> possible to fix it?  Maybe there's already an issue about this - but I
> couldn't find that either.
>
>
> Oh, and thanks for a great product!
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Getting more info from json

2009-02-11 Thread Srekel

Hi,

I'm fixing an internal notification program for Review Board. When a
new comment is made, for example, it shows a popup that can take the
user to the correct review page. This is written in C# and interfaces
with RB using it's json API.

Some things that have been requested but I haven't found a way to do
yet are...

 * Getting a list of all starred reviews (for a particular user). As
far as I can see in the API, it's only possible to get the reviews, or
star or unstar a review, but there is no information in the json data
if the user has starred it or not.

 * Show which reviews are possibly close-able. I.e., one version would
be to check the number of unique ShipIts (just count once per user)
and see if they are equal to the number of reviewers. I can't seem to
get this information from json either.

 * Find out which reviews have new updates that the user haven't seen
(like the speak bubble icon in the list of reviews). Doesn't seem to
be in json either.

Are these things there (and I'm not seeing them), or would it be
possible to fix it?  Maybe there's already an issue about this - but I
couldn't find that either.


Oh, and thanks for a great product!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---