On Fri, Aug 21, 2009 at 12:34 AM, Indika Jayasinghe<[email protected]> wrote:
>
> @davidnicol: Thanks for the quick response! Actually that is exactly
> how I use Trac at the moment, having it sit in a separate tab.
>
> There are a couple of reasons why I wanted to know whether there were
> any  Trac plugins:
> a) I frequently find myself adding Trac tickets with screen shots of a
> couple of web applications I'm working on attached to the ticket.
> b) I am planning to write a Firefox plugin that would take much of the
> pain from that process.
> c) I want to make sure this functionality doesn't already exist in
> some plugin or some other tool, and save myself a whole lot of work if
> it does.
> d) See if there are any plugins that can add a basic ticket, and
> contribute my code to that project, still saving myself a bit of
> coding, and hopefully making a lot of users of the plugin very happy.
>
> I write web applications and the scenario I mentioned in bullet point
> (a) goes a bit like this...
>
> 1) Notice a UI issue in the Web App.
> 2) Switch to the Trac tab in Firefox and start a new ticket.
> 3) Check the checkbox marked "I have attachments" (or something of the
> sort) and save the ticket.
> 4) Take a screen shot of the browser window with the web app.
> 5) Crop the area containing the UI issue
> 6) Save it to the local hard disk as an image.
> 7) Attach the image to the Trac ticket created in step (3)  (...after
> all, a picture is worth a thousand words...).
>
>
> Instead, the hope is it would go a bit like this:
>
> 1) Notice a UI issue in the Web App.
> 2) Highlight the area of concern.
> 3) Right click and select something like "Add Trac Ticket..." from the
> context menu
> 4) Write summary, description, etc, and click "Submit".
> 5) The plugin saves a screen shot of the selected area to a file and
> uploads it Trac along with the newly created ticket.
>
> I can imagine a lot of other web developers doing the same thing, and
> wishing for a tool that does  what I have in mind... Your comments and
> suggestions are much appreciated.
>

Looks nice ... dont know anything like that. My sugestion :

  - Use RPC to the ticket stuff and interaction with the Trac instance
  - A Firefox plugin is cool, but what about other browsers or
    standalone apps ? So ...
  - A script (e.g. using `xwininfo` in GNU/Linux or Win32 API through
    `ctypes`) would be very useful as well ;o)

Good luck ! ... and pls report progress here. I'm sure you'll have a
lot of users :)

-- 
Regards,

Olemis.

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

Featured article:

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" 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/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to