Skip Menu |

This queue is for tickets about the SVG-Timeline CPAN distribution.

Report information
The Basics
Id: 123018
Status: resolved
Priority: 0/
Queue: SVG-Timeline

People
Owner: Nobody in particular
Requestors: jahagirdar.vs [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Feature Request: Support DateTime Object for start, end etc.
Date: Tue, 12 Sep 2017 12:53:30 +0530
To: bug-SVG-Timeline [...] rt.cpan.org
From: vijayvithal jahagirdar <jahagirdar.vs [...] gmail.com>
Hi, From the doc it looks like the granularity of year seems to be encoded in the module. I would like to use it to plot the timeline for various activities that take place in a day/week/month etc. Is it possible to change the code to accept a DateTime object instead of a year string? Regards Vijay -- https://www.facebook.com/vijayvithal.jahagirdar https://twitter.com/jahagirdar_vs http://democracies-janitor.blogspot.in/
Hi, Yes, that seems useful (and possible!) I'm a bit busy for the next ten days or so, though. Feel free to send a patch :-) Dave... On Tue Sep 12 03:23:46 2017, jahagirdar.vs@gmail.com wrote: Show quoted text
> Hi, > From the doc it looks like the granularity of year seems to be encoded in > the module. > I would like to use it to plot the timeline for various activities that > take place in a day/week/month etc. > Is it possible to change the code to accept a DateTime object instead of a > year string? > Regards > Vijay >
Subject: Re: [rt.cpan.org #123018] Feature Request: Support DateTime Object for start, end etc.
Date: Wed, 13 Sep 2017 23:25:45 +0530
To: bug-SVG-Timeline [...] rt.cpan.org
From: vijayvithal jahagirdar <jahagirdar.vs [...] gmail.com>
I have forked the code on GitHub, I will try to understand it and modify it sometimes this month. Regards Vijay On Tue, Sep 12, 2017 at 1:13 PM, Dave Cross via RT < bug-SVG-Timeline@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=123018 > > > Hi, > > Yes, that seems useful (and possible!) > > I'm a bit busy for the next ten days or so, though. Feel free to send a > patch :-) > > Dave... > > On Tue Sep 12 03:23:46 2017, jahagirdar.vs@gmail.com wrote:
> > Hi, > > From the doc it looks like the granularity of year seems to be encoded in > > the module. > > I would like to use it to plot the timeline for various activities that > > take place in a day/week/month etc. > > Is it possible to change the code to accept a DateTime object instead of
> a
> > year string? > > Regards > > Vijay > >
> > > >
-- https://www.facebook.com/vijayvithal.jahagirdar https://twitter.com/jahagirdar_vs http://democracies-janitor.blogspot.in/
Subject: Re: [rt.cpan.org #123018] Feature Request: Support DateTime Object for start, end etc.
Date: Thu, 21 Sep 2017 10:07:49 +0530
To: bug-SVG-Timeline [...] rt.cpan.org
From: vijayvithal jahagirdar <jahagirdar.vs [...] gmail.com>
Dave, I experimented with the code and found that my requirements were different. Basically I wanted to optimise the Y-Axis and cram each event in any available row(See attached SVG). Due to this I ended up writing my own version of the Timeline module. The differences in my Implementation are as follows. - Auto-calculation of timescale( min,hours,days,months,years) based on the events and grid size. - Color coding based on Status. - multiple events on same row. - Uses DateTime for event start and end. - Display to Tooltips. In the next few weeks I will cleanup my code and upload it to GitHub. I wanted to check whether you would be interested in adding these features to the existing timeline module. On Wed, Sep 13, 2017 at 11:25 PM, vijayvithal jahagirdar < jahagirdar.vs@gmail.com> wrote: Show quoted text
> I have forked the code on GitHub, I will try to understand it and modify > it sometimes this month. > Regards > Vijay > > On Tue, Sep 12, 2017 at 1:13 PM, Dave Cross via RT < > bug-SVG-Timeline@rt.cpan.org> wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=123018 > >> >> Hi, >> >> Yes, that seems useful (and possible!) >> >> I'm a bit busy for the next ten days or so, though. Feel free to send a >> patch :-) >> >> Dave... >> >> On Tue Sep 12 03:23:46 2017, jahagirdar.vs@gmail.com wrote:
>> > Hi, >> > From the doc it looks like the granularity of year seems to be encoded
>> in
>> > the module. >> > I would like to use it to plot the timeline for various activities that >> > take place in a day/week/month etc. >> > Is it possible to change the code to accept a DateTime object instead
>> of a
>> > year string? >> > Regards >> > Vijay >> >
>> >> >> >>
> > > -- > https://www.facebook.com/vijayvithal.jahagirdar > https://twitter.com/jahagirdar_vs > http://democracies-janitor.blogspot.in/ >
-- https://www.facebook.com/vijayvithal.jahagirdar https://twitter.com/jahagirdar_vs http://democracies-janitor.blogspot.in/
Download t1.svg
image/svg+xml 8.5k

Message body is not shown because sender requested not to inline it.

Hi Vijay, Do you have a working version? I want to use it for visually showing execution times of tasks. jason On Thu Sep 21 00:38:07 2017, jahagirdar.vs@gmail.com wrote: Show quoted text
> Dave, > I experimented with the code and found that my requirements were different. > Basically I wanted to optimise the Y-Axis and cram each event in any > available row(See attached SVG). Due to this I ended up writing my own > version of the Timeline module. > The differences in my Implementation are as follows. > > - Auto-calculation of timescale( min,hours,days,months,years) based on > the events and grid size. > - Color coding based on Status. > - multiple events on same row. > - Uses DateTime for event start and end. > - Display to Tooltips. > > In the next few weeks I will cleanup my code and upload it to GitHub. I > wanted to check whether you would be interested in adding these features to > the existing timeline module. > > On Wed, Sep 13, 2017 at 11:25 PM, vijayvithal jahagirdar < > jahagirdar.vs@gmail.com> wrote: >
> > I have forked the code on GitHub, I will try to understand it and modify > > it sometimes this month. > > Regards > > Vijay > > > > On Tue, Sep 12, 2017 at 1:13 PM, Dave Cross via RT < > > bug-SVG-Timeline@rt.cpan.org> wrote: > >
> >> <URL: https://rt.cpan.org/Ticket/Display.html?id=123018 > > >> > >> Hi, > >> > >> Yes, that seems useful (and possible!) > >> > >> I'm a bit busy for the next ten days or so, though. Feel free to send a > >> patch :-) > >> > >> Dave... > >> > >> On Tue Sep 12 03:23:46 2017, jahagirdar.vs@gmail.com wrote:
> >> > Hi, > >> > From the doc it looks like the granularity of year seems to be encoded
> >> in
> >> > the module. > >> > I would like to use it to plot the timeline for various activities that > >> > take place in a day/week/month etc. > >> > Is it possible to change the code to accept a DateTime object instead
> >> of a
> >> > year string? > >> > Regards > >> > Vijay > >> >
> >> > >> > >> > >>
> > > > > > -- > > https://www.facebook.com/vijayvithal.jahagirdar > > https://twitter.com/jahagirdar_vs > > http://democracies-janitor.blogspot.in/ > >
> > >
Subject: Re: [rt.cpan.org #123018] Feature Request: Support DateTime Object for start, end etc.
Date: Wed, 6 Dec 2017 03:33:47 +0530
To: bug-SVG-Timeline [...] rt.cpan.org
From: vijayvithal jahagirdar <jahagirdar.vs [...] gmail.com>
Yes I do, I have uploaded my current version to Github at https://github.com/jahagirdar/SVG-Timeline-slotted There is a small example in t/001.t on how to use it. I will eventually clean it up and upload to CPAN in a day or two. BTW, My requirement was the same as yours, To show the execution time of various tasks... On Wed, Dec 6, 2017 at 12:40 AM, Jason L. Froebe via RT < bug-SVG-Timeline@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=123018 > > > Hi Vijay, > > Do you have a working version? I want to use it for visually showing > execution times of tasks. > > jason > > On Thu Sep 21 00:38:07 2017, jahagirdar.vs@gmail.com wrote:
> > Dave, > > I experimented with the code and found that my requirements were
> different.
> > Basically I wanted to optimise the Y-Axis and cram each event in any > > available row(See attached SVG). Due to this I ended up writing my own > > version of the Timeline module. > > The differences in my Implementation are as follows. > > > > - Auto-calculation of timescale( min,hours,days,months,years) based on > > the events and grid size. > > - Color coding based on Status. > > - multiple events on same row. > > - Uses DateTime for event start and end. > > - Display to Tooltips. > > > > In the next few weeks I will cleanup my code and upload it to GitHub. I > > wanted to check whether you would be interested in adding these features
> to
> > the existing timeline module. > > > > On Wed, Sep 13, 2017 at 11:25 PM, vijayvithal jahagirdar < > > jahagirdar.vs@gmail.com> wrote: > >
> > > I have forked the code on GitHub, I will try to understand it and
> modify
> > > it sometimes this month. > > > Regards > > > Vijay > > > > > > On Tue, Sep 12, 2017 at 1:13 PM, Dave Cross via RT < > > > bug-SVG-Timeline@rt.cpan.org> wrote: > > >
> > >> <URL: https://rt.cpan.org/Ticket/Display.html?id=123018 > > > >> > > >> Hi, > > >> > > >> Yes, that seems useful (and possible!) > > >> > > >> I'm a bit busy for the next ten days or so, though. Feel free to send
> a
> > >> patch :-) > > >> > > >> Dave... > > >> > > >> On Tue Sep 12 03:23:46 2017, jahagirdar.vs@gmail.com wrote:
> > >> > Hi, > > >> > From the doc it looks like the granularity of year seems to be
> encoded
> > >> in
> > >> > the module. > > >> > I would like to use it to plot the timeline for various activities
> that
> > >> > take place in a day/week/month etc. > > >> > Is it possible to change the code to accept a DateTime object
> instead
> > >> of a
> > >> > year string? > > >> > Regards > > >> > Vijay > > >> >
> > >> > > >> > > >> > > >>
> > > > > > > > > -- > > > https://www.facebook.com/vijayvithal.jahagirdar > > > https://twitter.com/jahagirdar_vs > > > http://democracies-janitor.blogspot.in/ > > >
> > > > > >
> > > >
-- https://www.facebook.com/vijayvithal.jahagirdar https://twitter.com/jahagirdar_vs http://democracies-janitor.blogspot.in/
Subject: Re: [rt.cpan.org #123018] Feature Request: Support DateTime Object for start, end etc.
Date: Fri, 8 Dec 2017 13:40:43 +0530
To: bug-SVG-Timeline [...] rt.cpan.org
From: vijayvithal jahagirdar <jahagirdar.vs [...] gmail.com>
The code is now available on CPAN at https://metacpan.org/release/SVG-Timeline-Compact Regards Vijay On Wed, Dec 6, 2017 at 3:33 AM, vijayvithal jahagirdar < jahagirdar.vs@gmail.com> wrote: Show quoted text
> Yes I do, I have uploaded my current version to Github at > https://github.com/jahagirdar/SVG-Timeline-slotted > There is a small example in t/001.t on how to use it. > I will eventually clean it up and upload to CPAN in a day or two. > > > BTW, My requirement was the same as yours, To show the execution time of > various tasks... > > On Wed, Dec 6, 2017 at 12:40 AM, Jason L. Froebe via RT < > bug-SVG-Timeline@rt.cpan.org> wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=123018 > >> >> Hi Vijay, >> >> Do you have a working version? I want to use it for visually showing >> execution times of tasks. >> >> jason >> >> On Thu Sep 21 00:38:07 2017, jahagirdar.vs@gmail.com wrote:
>> > Dave, >> > I experimented with the code and found that my requirements were
>> different.
>> > Basically I wanted to optimise the Y-Axis and cram each event in any >> > available row(See attached SVG). Due to this I ended up writing my own >> > version of the Timeline module. >> > The differences in my Implementation are as follows. >> > >> > - Auto-calculation of timescale( min,hours,days,months,years) based
>> on
>> > the events and grid size. >> > - Color coding based on Status. >> > - multiple events on same row. >> > - Uses DateTime for event start and end. >> > - Display to Tooltips. >> > >> > In the next few weeks I will cleanup my code and upload it to GitHub. I >> > wanted to check whether you would be interested in adding these
>> features to
>> > the existing timeline module. >> > >> > On Wed, Sep 13, 2017 at 11:25 PM, vijayvithal jahagirdar < >> > jahagirdar.vs@gmail.com> wrote: >> >
>> > > I have forked the code on GitHub, I will try to understand it and
>> modify
>> > > it sometimes this month. >> > > Regards >> > > Vijay >> > > >> > > On Tue, Sep 12, 2017 at 1:13 PM, Dave Cross via RT < >> > > bug-SVG-Timeline@rt.cpan.org> wrote: >> > >
>> > >> <URL: https://rt.cpan.org/Ticket/Display.html?id=123018 > >> > >> >> > >> Hi, >> > >> >> > >> Yes, that seems useful (and possible!) >> > >> >> > >> I'm a bit busy for the next ten days or so, though. Feel free to
>> send a
>> > >> patch :-) >> > >> >> > >> Dave... >> > >> >> > >> On Tue Sep 12 03:23:46 2017, jahagirdar.vs@gmail.com wrote:
>> > >> > Hi, >> > >> > From the doc it looks like the granularity of year seems to be
>> encoded
>> > >> in
>> > >> > the module. >> > >> > I would like to use it to plot the timeline for various activities
>> that
>> > >> > take place in a day/week/month etc. >> > >> > Is it possible to change the code to accept a DateTime object
>> instead
>> > >> of a
>> > >> > year string? >> > >> > Regards >> > >> > Vijay >> > >> >
>> > >> >> > >> >> > >> >> > >>
>> > > >> > > >> > > -- >> > > https://www.facebook.com/vijayvithal.jahagirdar >> > > https://twitter.com/jahagirdar_vs >> > > http://democracies-janitor.blogspot.in/ >> > >
>> > >> > >> >
>> >> >> >>
> > > -- > https://www.facebook.com/vijayvithal.jahagirdar > https://twitter.com/jahagirdar_vs > http://democracies-janitor.blogspot.in/ >
-- https://www.facebook.com/vijayvithal.jahagirdar https://twitter.com/jahagirdar_vs http://democracies-janitor.blogspot.in/
I'm reviewing my CPAN RT queues before the service closes down next year. I think that the existence of SVG::Timeline::Compact means that this ticket can be closed. Thanks, Dave...