You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bloodhound.apache.org by Antonia Horincar <an...@gmail.com> on 2013/04/29 23:35:22 UTC

[GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Hi,

I recently sent a message regarding the GSoC project on embedding
Bloodhound tickets and objects. I have given some more thought on how
to approach the project and my idea is using ajax to retrieve
information about the objects through JSON, and therefore create a
JavaScript API for the client side and a JSON generator on the server
side.

I would appreciate some feedback on this idea. Thank you.

Regards,
Antonia Horincar

Re: [GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Posted by Olemis Lang <ol...@gmail.com>.
Hi Antonia !
:)

On 4/30/13, Olemis Lang <ol...@gmail.com> wrote:
> On 4/30/13, Olemis Lang <ol...@gmail.com> wrote:
> [...]
>>
>> RestOnTracPlugin is currently developed in a private repository @
>> Bitbucket .
> [...]
>
> I take this back . It's not private
>
> https://bitbucket.org/olemis/restontrac
>
> Enjoy !
>

I'm not sure now of whether this repository includes the latest
versions . If there is something missing in there repository I'll
publish those changesets and let you know asap .

> Requests for enhancements , test cases , ideas , ... are welcome . If
> you need any help please contact me ,

I'm still open to help you in case you need it .

> preferably after creating your
> own fork or patch queue .

... so that you'd be able to make some progress on your own in case
I'll be busy working on other (urgent) things .

Good luck with GSoC applications !

-- 
Regards,

Olemis.

Re: [GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Posted by Olemis Lang <ol...@gmail.com>.
On 4/30/13, Olemis Lang <ol...@gmail.com> wrote:
[...]
>
> RestOnTracPlugin is currently developed in a private repository @
> Bitbucket .
[...]

I take this back . It's not private

https://bitbucket.org/olemis/restontrac

Enjoy !

Requests for enhancements , test cases , ideas , ... are welcome . If
you need any help please contact me , preferably after creating your
own fork or patch queue . I look forward to see some pull requests or
patches in the (near) future , since there's definitely some room for
enhancements in there

-- 
Regards,

Olemis.

Re: [GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Posted by Olemis Lang <ol...@gmail.com>.
Hi !

I've been trying to fix top-posting in this thread because TBH it was
hard to read . Excuse me if you notice any inconsistencies , and also
for the delay .

On 4/30/13, Antonia Horincar <an...@gmail.com> wrote:
> On Tue, Apr 30, 2013 at 5:50 PM, Joachim Dreimann
> <jo...@wandisco.com> wrote:
>> Olemis: The RestOnTracPlugin SVN repo is empty apart from two (empty)
>> folders. I can't find a download link either, and no documentation. In
>> fact
>> the only commit to the SVN repo I could find was the one adding the two
>> empty folders:
>> https://trac-hacks.org/log/restontracplugin?rev=13017&stop_rev=7797
>>

all this is true ...

>> Did you mean that you only created a space for it on trac-hacks, or did
>> you
>> do further work that just isn't committed to the repo yet?
>>

... in general , all plugins we develop from scratch are not managed
by svn repositories . We use DVCS (mercurial) instead . So most of my
plugins are hosted outside t.h.o (80% in Bitbucket + Sourceforge)

RestOnTracPlugin is currently developed in a private repository @
Bitbucket . Most (all ?) of what's been achieved in there has been
developed by @franco . So I'm looking adding him to Cc so that he can
tell us more about what's been done , current status , other lower
level details , and his opinion about publishing that repository .
Since I did had some influence on the plugin architecture and reviewed
the code I do can say that :

  - It depends on trachacks:XmlRpcPlugin
    * So it will benefit with the Bloodhound-specific
      enhancements I'm developing now for that
      plugin
  - It depends on pypi:Routes
  - If you notice similarities with Django Piston ,
    that's not a coincidence

>>
>> On 30 April 2013 16:14, Antony Semonella <as...@gmail.com> wrote:
>>
>>> RE: Same Origin Policy
>>>
>>> JSONP *may* be worth a look at:
>>> http://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/
>>>
>>> However do take heed of the security concerns as described here:
>>> http://en.wikipedia.org/wiki/JSONP
>>>
>
> After having a look over JSONP, I would like to ask if you think that
> it would a good approach for this project.
>

JSON-P will make it possible to retrieve JSON data hosted beyond
domain boundaries . AFAICR there's also built-in support for JSON-P in
jquery ajax transports , cmiiw .

-- 
Regards,

Olemis.

Re: [GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Posted by Antonia Horincar <an...@gmail.com>.
After having a look over JSONP, I would like to ask if you think that
it would a good approach for this project.

Also, what other technologies would you suggest researching, related
to the project?

Regards,
Antonia

On Tue, Apr 30, 2013 at 5:50 PM, Joachim Dreimann
<jo...@wandisco.com> wrote:
> Olemis: The RestOnTracPlugin SVN repo is empty apart from two (empty)
> folders. I can't find a download link either, and no documentation. In fact
> the only commit to the SVN repo I could find was the one adding the two
> empty folders:
> https://trac-hacks.org/log/restontracplugin?rev=13017&stop_rev=7797
>
> Did you mean that you only created a space for it on trac-hacks, or did you
> do further work that just isn't committed to the repo yet?
>
>
> On 30 April 2013 16:14, Antony Semonella <as...@gmail.com> wrote:
>
>> RE: Same Origin Policy
>>
>> JSONP *may* be worth a look at:
>> http://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/
>>
>> However do take heed of the security concerns as described here:
>> http://en.wikipedia.org/wiki/JSONP
>>
>> Cheers,
>> Antony
>>
>>
>> On 30 April 2013 10:54, Antonia Horincar <an...@gmail.com>
>> wrote:
>>
>> > Can you tell me more about how the RestOnTracPlugin works, please? I
>> > can't seem to find any documentation for this plugin. Do you have any
>> > suggestions on how can it be used for this project?
>> > Also, what other technologies do you suggest for this project so I can
>> > have a closer look at them?
>> >
>> > Regards,
>> > Antonia Horincar
>> >
>> > On Tue, Apr 30, 2013 at 10:35 AM, Joachim Dreimann
>> > <jo...@wandisco.com> wrote:
>> > > On 30 April 2013 06:18, Olemis Lang <ol...@gmail.com> wrote:
>> > >
>> > >> On 4/29/13, Antonia Horincar <an...@gmail.com> wrote:
>> > >> > Hi,
>> > >> >
>> > >>
>> > >> :)
>> > >>
>> > >> > I recently sent a message regarding the GSoC project on embedding
>> > >> > Bloodhound tickets and objects. I have given some more thought on
>> how
>> > >> > to approach the project and my idea is using ajax to retrieve
>> > >> > information about the objects through JSON,
>> > >>
>> > >> AFAICT , Ajax is problematic while embedding content in third-party
>> > >> sites due to browser's same origin policy .
>> > >
>> > >
>> > > ..if you're more interested in the Ajax side you could look at
>> > introducing
>> > > it to Bloodhound itself.
>> > >
>> > > I'm sure there is plenty you could achieve that would make a big impact
>> > on
>> > > the application from a user's perspective, like using Ajax to update
>> > ticket
>> > > pages, change history, activity feeds..
>> > >
>> > >> and therefore create a
>> > >> > JavaScript API for the client side and a JSON generator on the
>> server
>> > >> > side.
>> > >> >
>> > >>
>> > >> FWIW , we have started a plugin (namely trackhacks:RestOnTracPlugin)
>> > >> implementing Trac REST API on top of trachacks:XmlRpcPlugin
>> > >>
>> > >
>> > > You're welcome to use plugins like this (and improve them if you need)
>> to
>> > > implement your project.
>> > >
>> > >
>> > >>
>> > >> --
>> > >> Regards,
>> > >>
>> > >> Olemis.
>> > >>
>> > >> Apache™ Bloodhound contributor
>> > >> http://issues.apache.org/bloodhound
>> > >>
>> > >> Blog ES: http://simelo-es.blogspot.com/
>> > >> Blog EN: http://simelo-en.blogspot.com/
>> > >>
>> > >> Featured article:
>> > >>
>> > >
>> > >
>> > >
>> > > Hi,
>> > >> My name is Antonia Horincar and I'm a student planning on applying for
>> > >> the GSoC program. The project I am most interested in is Creating
>> > >> embeddable tickets or objects for Bloodhound.
>> > >> I would like to find out more details about the implementation of the
>> > >> project (what features should the system have and what implementation
>> > >> techniques would be most appropriate for this project), as I am
>> > >> currently writing my proposal. Also, what is the suggested timeframe
>> > >> for implementing the project?
>> > >
>> > >
>> > >> Regards,
>> > >> Antonia Horincar
>> > >
>> > >
>> > > There is clear timeline defined by Google:
>> > > June 17 - September 23
>> > > http://www.google-melange.com/gsoc/events/google/gsoc2013
>> > >
>> > > There is some flexibility in how much time you spend per week on the
>> > > project, but it should be your primary focus this summer:
>> > >
>> >
>> http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2013/help_page#11._How_much_time_is_required_to
>> > >
>> > > Cheers,
>> > > Joe
>> > >
>> > > --
>> > > Joe Dreimann | *User Experience Designer* | WANdisco<
>> > http://www.wandisco.com/>
>> > >
>> > > @jdreimann <https://twitter.com/jdreimann>
>> >
>>
>
>
>
> --
> Joe Dreimann | *User Experience Designer* | WANdisco<http://www.wandisco.com/>
>
> @jdreimann <https://twitter.com/jdreimann>
> *
> *
> *Join one of our free daily demo sessions on* *Scaling Subversion for the
> Enterprise <http://www.wandisco.com/training/webinars>*
>
> THIS MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL, PROPRIETARY, AND MAY BE
> PRIVILEGED.  If this message was misdirected, WANdisco, Inc. and its
> subsidiaries, ("WANdisco") does not waive any confidentiality or privilege.
>  If you are not the intended recipient, please notify us immediately and
> destroy the message without disclosing its contents to anyone.  Any
> distribution, use or copying of this e-mail or the information it contains
> by other than an intended recipient is unauthorized.  The views and
> opinions expressed in this e-mail message are the author's own and may not
> reflect the views and opinions of WANdisco, unless the author is authorized
> by WANdisco to express such views or opinions on its behalf.  All email
> sent to or from this address is subject to electronic storage and review by
> WANdisco.  Although WANdisco operates anti-virus programs, it does not
> accept responsibility for any damage whatsoever caused by viruses being
> passed.

Re: [GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Posted by Joachim Dreimann <jo...@wandisco.com>.
Olemis: The RestOnTracPlugin SVN repo is empty apart from two (empty)
folders. I can't find a download link either, and no documentation. In fact
the only commit to the SVN repo I could find was the one adding the two
empty folders:
https://trac-hacks.org/log/restontracplugin?rev=13017&stop_rev=7797

Did you mean that you only created a space for it on trac-hacks, or did you
do further work that just isn't committed to the repo yet?


On 30 April 2013 16:14, Antony Semonella <as...@gmail.com> wrote:

> RE: Same Origin Policy
>
> JSONP *may* be worth a look at:
> http://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/
>
> However do take heed of the security concerns as described here:
> http://en.wikipedia.org/wiki/JSONP
>
> Cheers,
> Antony
>
>
> On 30 April 2013 10:54, Antonia Horincar <an...@gmail.com>
> wrote:
>
> > Can you tell me more about how the RestOnTracPlugin works, please? I
> > can't seem to find any documentation for this plugin. Do you have any
> > suggestions on how can it be used for this project?
> > Also, what other technologies do you suggest for this project so I can
> > have a closer look at them?
> >
> > Regards,
> > Antonia Horincar
> >
> > On Tue, Apr 30, 2013 at 10:35 AM, Joachim Dreimann
> > <jo...@wandisco.com> wrote:
> > > On 30 April 2013 06:18, Olemis Lang <ol...@gmail.com> wrote:
> > >
> > >> On 4/29/13, Antonia Horincar <an...@gmail.com> wrote:
> > >> > Hi,
> > >> >
> > >>
> > >> :)
> > >>
> > >> > I recently sent a message regarding the GSoC project on embedding
> > >> > Bloodhound tickets and objects. I have given some more thought on
> how
> > >> > to approach the project and my idea is using ajax to retrieve
> > >> > information about the objects through JSON,
> > >>
> > >> AFAICT , Ajax is problematic while embedding content in third-party
> > >> sites due to browser's same origin policy .
> > >
> > >
> > > ..if you're more interested in the Ajax side you could look at
> > introducing
> > > it to Bloodhound itself.
> > >
> > > I'm sure there is plenty you could achieve that would make a big impact
> > on
> > > the application from a user's perspective, like using Ajax to update
> > ticket
> > > pages, change history, activity feeds..
> > >
> > >> and therefore create a
> > >> > JavaScript API for the client side and a JSON generator on the
> server
> > >> > side.
> > >> >
> > >>
> > >> FWIW , we have started a plugin (namely trackhacks:RestOnTracPlugin)
> > >> implementing Trac REST API on top of trachacks:XmlRpcPlugin
> > >>
> > >
> > > You're welcome to use plugins like this (and improve them if you need)
> to
> > > implement your project.
> > >
> > >
> > >>
> > >> --
> > >> Regards,
> > >>
> > >> Olemis.
> > >>
> > >> Apache™ Bloodhound contributor
> > >> http://issues.apache.org/bloodhound
> > >>
> > >> Blog ES: http://simelo-es.blogspot.com/
> > >> Blog EN: http://simelo-en.blogspot.com/
> > >>
> > >> Featured article:
> > >>
> > >
> > >
> > >
> > > Hi,
> > >> My name is Antonia Horincar and I'm a student planning on applying for
> > >> the GSoC program. The project I am most interested in is Creating
> > >> embeddable tickets or objects for Bloodhound.
> > >> I would like to find out more details about the implementation of the
> > >> project (what features should the system have and what implementation
> > >> techniques would be most appropriate for this project), as I am
> > >> currently writing my proposal. Also, what is the suggested timeframe
> > >> for implementing the project?
> > >
> > >
> > >> Regards,
> > >> Antonia Horincar
> > >
> > >
> > > There is clear timeline defined by Google:
> > > June 17 - September 23
> > > http://www.google-melange.com/gsoc/events/google/gsoc2013
> > >
> > > There is some flexibility in how much time you spend per week on the
> > > project, but it should be your primary focus this summer:
> > >
> >
> http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2013/help_page#11._How_much_time_is_required_to
> > >
> > > Cheers,
> > > Joe
> > >
> > > --
> > > Joe Dreimann | *User Experience Designer* | WANdisco<
> > http://www.wandisco.com/>
> > >
> > > @jdreimann <https://twitter.com/jdreimann>
> >
>



-- 
Joe Dreimann | *User Experience Designer* | WANdisco<http://www.wandisco.com/>

@jdreimann <https://twitter.com/jdreimann>
*
*
*Join one of our free daily demo sessions on* *Scaling Subversion for the
Enterprise <http://www.wandisco.com/training/webinars>*

THIS MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL, PROPRIETARY, AND MAY BE
PRIVILEGED.  If this message was misdirected, WANdisco, Inc. and its
subsidiaries, ("WANdisco") does not waive any confidentiality or privilege.
 If you are not the intended recipient, please notify us immediately and
destroy the message without disclosing its contents to anyone.  Any
distribution, use or copying of this e-mail or the information it contains
by other than an intended recipient is unauthorized.  The views and
opinions expressed in this e-mail message are the author's own and may not
reflect the views and opinions of WANdisco, unless the author is authorized
by WANdisco to express such views or opinions on its behalf.  All email
sent to or from this address is subject to electronic storage and review by
WANdisco.  Although WANdisco operates anti-virus programs, it does not
accept responsibility for any damage whatsoever caused by viruses being
passed.

Re: [GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Posted by Antony Semonella <as...@gmail.com>.
RE: Same Origin Policy

JSONP *may* be worth a look at:
http://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/

However do take heed of the security concerns as described here:
http://en.wikipedia.org/wiki/JSONP

Cheers,
Antony


On 30 April 2013 10:54, Antonia Horincar <an...@gmail.com> wrote:

> Can you tell me more about how the RestOnTracPlugin works, please? I
> can't seem to find any documentation for this plugin. Do you have any
> suggestions on how can it be used for this project?
> Also, what other technologies do you suggest for this project so I can
> have a closer look at them?
>
> Regards,
> Antonia Horincar
>
> On Tue, Apr 30, 2013 at 10:35 AM, Joachim Dreimann
> <jo...@wandisco.com> wrote:
> > On 30 April 2013 06:18, Olemis Lang <ol...@gmail.com> wrote:
> >
> >> On 4/29/13, Antonia Horincar <an...@gmail.com> wrote:
> >> > Hi,
> >> >
> >>
> >> :)
> >>
> >> > I recently sent a message regarding the GSoC project on embedding
> >> > Bloodhound tickets and objects. I have given some more thought on how
> >> > to approach the project and my idea is using ajax to retrieve
> >> > information about the objects through JSON,
> >>
> >> AFAICT , Ajax is problematic while embedding content in third-party
> >> sites due to browser's same origin policy .
> >
> >
> > ..if you're more interested in the Ajax side you could look at
> introducing
> > it to Bloodhound itself.
> >
> > I'm sure there is plenty you could achieve that would make a big impact
> on
> > the application from a user's perspective, like using Ajax to update
> ticket
> > pages, change history, activity feeds..
> >
> >> and therefore create a
> >> > JavaScript API for the client side and a JSON generator on the server
> >> > side.
> >> >
> >>
> >> FWIW , we have started a plugin (namely trackhacks:RestOnTracPlugin)
> >> implementing Trac REST API on top of trachacks:XmlRpcPlugin
> >>
> >
> > You're welcome to use plugins like this (and improve them if you need) to
> > implement your project.
> >
> >
> >>
> >> --
> >> Regards,
> >>
> >> Olemis.
> >>
> >> Apache™ Bloodhound contributor
> >> http://issues.apache.org/bloodhound
> >>
> >> Blog ES: http://simelo-es.blogspot.com/
> >> Blog EN: http://simelo-en.blogspot.com/
> >>
> >> Featured article:
> >>
> >
> >
> >
> > Hi,
> >> My name is Antonia Horincar and I'm a student planning on applying for
> >> the GSoC program. The project I am most interested in is Creating
> >> embeddable tickets or objects for Bloodhound.
> >> I would like to find out more details about the implementation of the
> >> project (what features should the system have and what implementation
> >> techniques would be most appropriate for this project), as I am
> >> currently writing my proposal. Also, what is the suggested timeframe
> >> for implementing the project?
> >
> >
> >> Regards,
> >> Antonia Horincar
> >
> >
> > There is clear timeline defined by Google:
> > June 17 - September 23
> > http://www.google-melange.com/gsoc/events/google/gsoc2013
> >
> > There is some flexibility in how much time you spend per week on the
> > project, but it should be your primary focus this summer:
> >
> http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2013/help_page#11._How_much_time_is_required_to
> >
> > Cheers,
> > Joe
> >
> > --
> > Joe Dreimann | *User Experience Designer* | WANdisco<
> http://www.wandisco.com/>
> >
> > @jdreimann <https://twitter.com/jdreimann>
>

Re: [GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Posted by Antonia Horincar <an...@gmail.com>.
Can you tell me more about how the RestOnTracPlugin works, please? I
can't seem to find any documentation for this plugin. Do you have any
suggestions on how can it be used for this project?
Also, what other technologies do you suggest for this project so I can
have a closer look at them?

Regards,
Antonia Horincar

On Tue, Apr 30, 2013 at 10:35 AM, Joachim Dreimann
<jo...@wandisco.com> wrote:
> On 30 April 2013 06:18, Olemis Lang <ol...@gmail.com> wrote:
>
>> On 4/29/13, Antonia Horincar <an...@gmail.com> wrote:
>> > Hi,
>> >
>>
>> :)
>>
>> > I recently sent a message regarding the GSoC project on embedding
>> > Bloodhound tickets and objects. I have given some more thought on how
>> > to approach the project and my idea is using ajax to retrieve
>> > information about the objects through JSON,
>>
>> AFAICT , Ajax is problematic while embedding content in third-party
>> sites due to browser's same origin policy .
>
>
> ..if you're more interested in the Ajax side you could look at introducing
> it to Bloodhound itself.
>
> I'm sure there is plenty you could achieve that would make a big impact on
> the application from a user's perspective, like using Ajax to update ticket
> pages, change history, activity feeds..
>
>> and therefore create a
>> > JavaScript API for the client side and a JSON generator on the server
>> > side.
>> >
>>
>> FWIW , we have started a plugin (namely trackhacks:RestOnTracPlugin)
>> implementing Trac REST API on top of trachacks:XmlRpcPlugin
>>
>
> You're welcome to use plugins like this (and improve them if you need) to
> implement your project.
>
>
>>
>> --
>> Regards,
>>
>> Olemis.
>>
>> Apache™ Bloodhound contributor
>> http://issues.apache.org/bloodhound
>>
>> Blog ES: http://simelo-es.blogspot.com/
>> Blog EN: http://simelo-en.blogspot.com/
>>
>> Featured article:
>>
>
>
>
> Hi,
>> My name is Antonia Horincar and I'm a student planning on applying for
>> the GSoC program. The project I am most interested in is Creating
>> embeddable tickets or objects for Bloodhound.
>> I would like to find out more details about the implementation of the
>> project (what features should the system have and what implementation
>> techniques would be most appropriate for this project), as I am
>> currently writing my proposal. Also, what is the suggested timeframe
>> for implementing the project?
>
>
>> Regards,
>> Antonia Horincar
>
>
> There is clear timeline defined by Google:
> June 17 - September 23
> http://www.google-melange.com/gsoc/events/google/gsoc2013
>
> There is some flexibility in how much time you spend per week on the
> project, but it should be your primary focus this summer:
> http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2013/help_page#11._How_much_time_is_required_to
>
> Cheers,
> Joe
>
> --
> Joe Dreimann | *User Experience Designer* | WANdisco<http://www.wandisco.com/>
>
> @jdreimann <https://twitter.com/jdreimann>

Re: [GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Posted by Joachim Dreimann <jo...@wandisco.com>.
On 30 April 2013 06:18, Olemis Lang <ol...@gmail.com> wrote:

> On 4/29/13, Antonia Horincar <an...@gmail.com> wrote:
> > Hi,
> >
>
> :)
>
> > I recently sent a message regarding the GSoC project on embedding
> > Bloodhound tickets and objects. I have given some more thought on how
> > to approach the project and my idea is using ajax to retrieve
> > information about the objects through JSON,
>
> AFAICT , Ajax is problematic while embedding content in third-party
> sites due to browser's same origin policy .


..if you're more interested in the Ajax side you could look at introducing
it to Bloodhound itself.

I'm sure there is plenty you could achieve that would make a big impact on
the application from a user's perspective, like using Ajax to update ticket
pages, change history, activity feeds..

> and therefore create a
> > JavaScript API for the client side and a JSON generator on the server
> > side.
> >
>
> FWIW , we have started a plugin (namely trackhacks:RestOnTracPlugin)
> implementing Trac REST API on top of trachacks:XmlRpcPlugin
>

You're welcome to use plugins like this (and improve them if you need) to
implement your project.


>
> --
> Regards,
>
> Olemis.
>
> Apache™ Bloodhound contributor
> http://issues.apache.org/bloodhound
>
> Blog ES: http://simelo-es.blogspot.com/
> Blog EN: http://simelo-en.blogspot.com/
>
> Featured article:
>



Hi,
> My name is Antonia Horincar and I'm a student planning on applying for
> the GSoC program. The project I am most interested in is Creating
> embeddable tickets or objects for Bloodhound.
> I would like to find out more details about the implementation of the
> project (what features should the system have and what implementation
> techniques would be most appropriate for this project), as I am
> currently writing my proposal. Also, what is the suggested timeframe
> for implementing the project?


> Regards,
> Antonia Horincar


There is clear timeline defined by Google:
June 17 - September 23
http://www.google-melange.com/gsoc/events/google/gsoc2013

There is some flexibility in how much time you spend per week on the
project, but it should be your primary focus this summer:
http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2013/help_page#11._How_much_time_is_required_to

Cheers,
Joe

-- 
Joe Dreimann | *User Experience Designer* | WANdisco<http://www.wandisco.com/>

@jdreimann <https://twitter.com/jdreimann>

Re: [GSoC] Bloodhound: Embeddable tickets / objects - Request for idea feedback

Posted by Olemis Lang <ol...@gmail.com>.
On 4/29/13, Antonia Horincar <an...@gmail.com> wrote:
> Hi,
>

:)

> I recently sent a message regarding the GSoC project on embedding
> Bloodhound tickets and objects. I have given some more thought on how
> to approach the project and my idea is using ajax to retrieve
> information about the objects through JSON,

AFAICT , Ajax is problematic while embedding content in third-party
sites due to browser's same origin policy .

> and therefore create a
> JavaScript API for the client side and a JSON generator on the server
> side.
>

FWIW , we have started a plugin (namely trackhacks:RestOnTracPlugin)
implementing Trac REST API on top of trachacks:XmlRpcPlugin

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article: