Re: [Dev] [GSoC 2015] Icons used in Siddhi Visual Composer

2015-08-28 Thread Mohamed Fawzan
Thanks Jerad.

Actually We need some kind of box for the *Query, *Because we will put
other operators inside that (eg. windows, pattern etc. ).
BTW are you suggesting me to use the actual windows Logo to be used for CEP
window? (I am confused)

-Regards

On Sat, Aug 29, 2015 at 8:45 AM, Jerad Rutnam  wrote:

> Hi,
>
> Yes, as Dakshika mentioned sequence & filter icons are already there in
> the wso2 icon pack [1].
>
> Here are some suggestions,
>
> Filter - Looks fine (But check the icon on font library [1])
> Join - https://cdn2.iconfinder.com/data/icons/ui-1/70/09-128.png
> Pattern - Looks fine (But may be just sharp the stroke lines)
> Query - Not sure about this (how about something like this?
> http://icdn.pro/images/en/u/s/using-online-help-index-point-query-icone-7736-96.png
> )
> Sequence - Check the icon on font library [1]
> Windows - Looks fine
>
> [1] - http://wso2-dev-ux.github.io/font-wso2/icons.html
>
> Cheers!
> Jerad
>
> On Fri, Aug 28, 2015 at 3:49 PM, Dakshika Jayathilaka 
> wrote:
>
>> @Jerad + Sharon,
>>
>> Can you give some suggestions on above. AFAIK we have icon design for
>> sequence & filter.
>>
>> Regards,
>>
>> *Dakshika Jayathilaka*
>> PMC Member & Committer of Apache Stratos
>> Senior Software Engineer
>> WSO2, Inc.
>> lean.enterprise.middleware
>> 0771100911
>>
>> On Fri, Aug 28, 2015 at 12:00 PM, Dakshika Jayathilaka > > wrote:
>>
>>> Sure we'll do
>>>
>>> *Dakshika Jayathilaka*
>>> PMC Member & Committer of Apache Stratos
>>> Senior Software Engineer
>>> WSO2, Inc.
>>> lean.enterprise.middleware
>>> 0771100911
>>>
>>> On Fri, Aug 28, 2015 at 10:04 AM, Srinath Perera 
>>> wrote:
>>>
>>>> UX team
>>>>
>>>> Could you help us to figure out UX and icons for http://js.mutexlk.com/?
>>>> This is a GSoc project for CEP team.
>>>>
>>>> Thanks
>>>> Srinath
>>>>
>>>> On Fri, Aug 28, 2015 at 9:59 AM, Mohamed Fawzan 
>>>> wrote:
>>>>
>>>>> Hi Srinath,
>>>>>
>>>>>
>>>>> Please forward this to UX team and get them improved.
>>>>>
>>>>> -Regards
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Mohammed Fawzan
>>>>> Faculty of Engineering | UoP
>>>>> +94771121195
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> 
>>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
>>>> Site: http://people.apache.org/~hemapani/
>>>> Photos: http://www.flickr.com/photos/hemapani/
>>>> Phone: 0772360902
>>>>
>>>
>>>
>>
>
>
> --
> *Jerad Rutnam*
> *Software Engineer*
>
> WSO2 Inc.
> lean | enterprise | middleware
> M : +94 77 959 1609 | E : je...@wso2.com | W : www.wso2.com
>



-- 
Mohammed Fawzan
Faculty of Engineering | UoP
+94771121195
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC 2015] Icons used in Siddhi Visual Composer

2015-08-27 Thread Mohamed Fawzan
Hi Srinath,


Please forward this to UX team and get them improved.

-Regards



-- 
Mohammed Fawzan
Faculty of Engineering | UoP
+94771121195
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-08-20 Thread Mohamed Fawzan
Hi Srinath,

Here is the status of the project. as I tried some techniques to draw the
canvas with the interactions, I figures out that I was making a mistake
when I try the following things.

Drawing the static thing in the canvas is OK, but as per the meeting I was
asked to put operators inside an operator (query box), I was able to do
that, But after drawing them, the interactions became bit complex. My
approach was to move elements individually when dragging the query box, But
that was complicated because I had to move all the nodes, connected lines
etc. inside the query box, So I have tried some SVG feature, which is *SVG
groups*, I tried to organize the graph in groups, structure it in groups so
that the future implementation would become easy. That way I was able to
move all the elements by translating the group. check this link[1]
<http://js.mutexlk.com/> for that implementation. But that caused me
another problem, Which I tried to solve the following SO[2]
<http://stackoverflow.com/questions/32085240/d3js-transforming-nested-group-images>
question, I could not move the connected query boxes. I tired dev list as
well. But I could not find a work around for that as well. If I can get
couple more days, I can figure something out.Here the repo[3]
<https://github.com/Fawzanm/QBuild> as well.

Only issue is connecting the query boxes and dragging them if that is fixed
all the others stuff becomes OK. need some more time.


-Regards

[1] - http://js.mutexlk.com/
[2] -
http://stackoverflow.com/questions/32085240/d3js-transforming-nested-group-images
<http://stackoverflow.com/questions/32085240/d3js-transforming-nested-group-images?noredirect=1#comment52129192_32085240>
[3] - https://github.com/Fawzanm/QBuild


On Thu, Aug 20, 2015 at 8:11 PM, Srinath Perera  wrote:

> Please send an update? we need to finish tomorrow I think.
>
> On Tue, Jul 28, 2015 at 3:52 PM, Mohamed Fawzan  wrote:
>
>> Hi srinath,
>>
>> I.m in the exam week. Will send an update by friday. Please excuse.
>>
>>
>> On Tue, Jul 28, 2015 at 3:05 PM, Srinath Perera  wrote:
>>
>>> please send an update.
>>>
>>> On Thu, Jul 9, 2015 at 9:25 AM, Mohamed Fawzan 
>>> wrote:
>>>
>>>> Is this similar to what you have in your mind?
>>>>
>>>> graph = {
>>>>
>>>>nodeA : {
>>>>in : [ nodeB ],
>>>>out : [nodeC, nodeE]
>>>> },
>>>>
>>>>   nodeB : {
>>>>in : [nodeM],
>>>>out : [nodeA]
>>>>   }, 
>>>>
>>>>
>>>> }
>>>>
>>>> -Regards
>>>>
>>>>
>>>>
>>>> On Thu, Jul 9, 2015 at 8:45 AM, Srinath Perera 
>>>> wrote:
>>>>
>>>>> Typically, graph are represented by list if vertices and list of
>>>>> edges.
>>>>>
>>>>> Each vertice can keep a list references to  incoming and outgoing
>>>>> edges
>>>>>
>>>>> On Thu, Jul 9, 2015 at 8:28 AM, Mohamed Fawzan 
>>>>> wrote:
>>>>>
>>>>>> Yes, we can track the added streams an throw an error when we get the
>>>>>> same stream more than once.
>>>>>>
>>>>>> One more question on building the graph, i am struggling to find a
>>>>>> optimal data structure to sotre the graph information, because unlike
>>>>>> regular graphs, a particular node in our graph will have two vertices
>>>>>> (input & output). Can you please tell me whether you have any particular
>>>>>> data structure in mind?
>>>>>>
>>>>>>
>>>>>> -Regards
>>>>>>
>>>>>>
>>>>>> On Thursday, July 9, 2015, Srinath Perera  wrote:
>>>>>>
>>>>>>> not often, as that will lead to circles. Can we detect and give a
>>>>>>> error when he try to add a stream to canvus.
>>>>>>>
>>>>>>> On Wed, Jul 8, 2015 at 7:16 PM, Mohamed Fawzan 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Srinath,
>>>>>>>>
>>>>>>>> When we compose the query, Can we have the same stream appear twice
>>>>>>>> in the canvas?
>>>>>>>>
>>>>>>>> -Regards
>>>>>>>>
>>>>>>>>
&g

[Dev] [GSoC2015] D3.JS transforming nested group images

2015-08-20 Thread Mohamed Fawzan
Hi, Can someone help on this SO question[1]

?


[1]-
http://stackoverflow.com/questions/32085240/d3js-transforming-nested-group-images

-Regards

-- 
Mohammed Fawzan
Faculty of Engineering | UoP
+94771121195
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC2015] d3js Moving SVG elements inside a transforming group

2015-08-11 Thread Mohamed Fawzan
adding Dakshika.

On Tue, Aug 11, 2015 at 2:59 PM, Mohamed Fawzan  wrote:

>
> Hi, Can someone help on this SO question[1]
> <http://stackoverflow.com/questions/31935084/d3js-moving-svg-elements-inside-a-transforming-group>
> ?
>
>
> [1] -
> http://stackoverflow.com/questions/31935084/d3js-moving-svg-elements-inside-a-transforming-group
>
> -Regards
>
> --
> Mohammed Fawzan
> Faculty of Engineering | UoP
> +94771121195
>
>


-- 
Mohammed Fawzan
Faculty of Engineering | UoP
+94771121195
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC2015] d3js Moving SVG elements inside a transforming group

2015-08-11 Thread Mohamed Fawzan
Hi, Can someone help on this SO question[1]

?


[1] -
http://stackoverflow.com/questions/31935084/d3js-moving-svg-elements-inside-a-transforming-group

-Regards

-- 
Mohammed Fawzan
Faculty of Engineering | UoP
+94771121195
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC 2014] d3js connecting rectangles from different groups by a line

2015-08-04 Thread Mohamed Fawzan
Hi, I am working on this[1
]
GSoC proposal. I am stuck in a D3 Problem. Can anyone help me to over come
this issue [2]

?

-Regards


[1] -
https://www.google-melange.com/gsoc/project/details/google/gsoc2015/fawzanm/5741031244955648
[2] -
stackoverflow.com/questions/31798440/d3-connecting-rectangles-from-different-groups-by-a-line
-- 
Mohammed Fawzan
Faculty of Engineering | UoP
+94771121195
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-07-28 Thread Mohamed Fawzan
Hi srinath,

I.m in the exam week. Will send an update by friday. Please excuse.


On Tue, Jul 28, 2015 at 3:05 PM, Srinath Perera > wrote:

> please send an update.
>
> On Thu, Jul 9, 2015 at 9:25 AM, Mohamed Fawzan  > wrote:
>
>> Is this similar to what you have in your mind?
>>
>> graph = {
>>
>>nodeA : {
>>in : [ nodeB ],
>>out : [nodeC, nodeE]
>> },
>>
>>   nodeB : {
>>in : [nodeM],
>>out : [nodeA]
>>   }, 
>>
>>
>> }
>>
>> -Regards
>>
>>
>>
>> On Thu, Jul 9, 2015 at 8:45 AM, Srinath Perera > > wrote:
>>
>>> Typically, graph are represented by list if vertices and list of edges.
>>>
>>> Each vertice can keep a list references to  incoming and outgoing edges
>>>
>>> On Thu, Jul 9, 2015 at 8:28 AM, Mohamed Fawzan >> > wrote:
>>>
>>>> Yes, we can track the added streams an throw an error when we get the
>>>> same stream more than once.
>>>>
>>>> One more question on building the graph, i am struggling to find a
>>>> optimal data structure to sotre the graph information, because unlike
>>>> regular graphs, a particular node in our graph will have two vertices
>>>> (input & output). Can you please tell me whether you have any particular
>>>> data structure in mind?
>>>>
>>>>
>>>> -Regards
>>>>
>>>>
>>>> On Thursday, July 9, 2015, Srinath Perera >>> > wrote:
>>>>
>>>>> not often, as that will lead to circles. Can we detect and give a
>>>>> error when he try to add a stream to canvus.
>>>>>
>>>>> On Wed, Jul 8, 2015 at 7:16 PM, Mohamed Fawzan 
>>>>> wrote:
>>>>>
>>>>>> Hi Srinath,
>>>>>>
>>>>>> When we compose the query, Can we have the same stream appear twice
>>>>>> in the canvas?
>>>>>>
>>>>>> -Regards
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, Jul 6, 2015 at 8:29 AM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Srinath,
>>>>>>>
>>>>>>>
>>>>>>> I have removed the Drawing feature as I have encountered a bug,
>>>>>>> Looks like the 'click' event in d3 automatically triggers a 'drag' 
>>>>>>> event as
>>>>>>> well. I have tried to set a Flag and resolve the issue. But it seems 
>>>>>>> that
>>>>>>> only Opera (Web Browser) has the issue. Chrome and FF works fine. I will
>>>>>>> update the draw feature and notify.
>>>>>>>
>>>>>>> -Regards
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Jul 6, 2015 at 8:25 AM, Srinath Perera 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> I tried to draw, but failed. Can you do a small screencast on how
>>>>>>>> to draw and connect.
>>>>>>>>
>>>>>>>> On current palette, everything looks same, we need to indicate
>>>>>>>> queries are different than other operators.
>>>>>>>>
>>>>>>>> --Srinath
>>>>>>>>
>>>>>>>> On Fri, Jul 3, 2015 at 8:39 PM, Mohamed Fawzan 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Srinath,
>>>>>>>>>
>>>>>>>>> As per our discussion, I have modified the UI[1]
>>>>>>>>> <http://vc.mutexlk.com>. here is the list of updated features,
>>>>>>>>>
>>>>>>>>> 1. I have added an operator to compose queries. (icon : query).
>>>>>>>>> 2. Other operators can be dropped to query boxes(cannot dropped
>>>>>>>>> outside the query boxes), Also it can only be dragged inside query 
>>>>>>>>> boxes.
>>>>>>>>> 3. The query boxes itself can be dragged with operators.
>>>>>>>>> 4  IO Streams were re drawn.
>>>&g

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-07-08 Thread Mohamed Fawzan
Is this similar to what you have in your mind?

graph = {

   nodeA : {
   in : [ nodeB ],
   out : [nodeC, nodeE]
},

  nodeB : {
   in : [nodeM],
   out : [nodeA]
  }, 


}

-Regards



On Thu, Jul 9, 2015 at 8:45 AM, Srinath Perera  wrote:

> Typically, graph are represented by list if vertices and list of edges.
>
> Each vertice can keep a list references to  incoming and outgoing edges
>
> On Thu, Jul 9, 2015 at 8:28 AM, Mohamed Fawzan  wrote:
>
>> Yes, we can track the added streams an throw an error when we get the
>> same stream more than once.
>>
>> One more question on building the graph, i am struggling to find a
>> optimal data structure to sotre the graph information, because unlike
>> regular graphs, a particular node in our graph will have two vertices
>> (input & output). Can you please tell me whether you have any particular
>> data structure in mind?
>>
>>
>> -Regards
>>
>>
>> On Thursday, July 9, 2015, Srinath Perera  wrote:
>>
>>> not often, as that will lead to circles. Can we detect and give a error
>>> when he try to add a stream to canvus.
>>>
>>> On Wed, Jul 8, 2015 at 7:16 PM, Mohamed Fawzan 
>>> wrote:
>>>
>>>> Hi Srinath,
>>>>
>>>> When we compose the query, Can we have the same stream appear twice in
>>>> the canvas?
>>>>
>>>> -Regards
>>>>
>>>>
>>>>
>>>> On Mon, Jul 6, 2015 at 8:29 AM, Mohamed Fawzan 
>>>> wrote:
>>>>
>>>>> Hi Srinath,
>>>>>
>>>>>
>>>>> I have removed the Drawing feature as I have encountered a bug, Looks
>>>>> like the 'click' event in d3 automatically triggers a 'drag' event as 
>>>>> well.
>>>>> I have tried to set a Flag and resolve the issue. But it seems that only
>>>>> Opera (Web Browser) has the issue. Chrome and FF works fine. I will update
>>>>> the draw feature and notify.
>>>>>
>>>>> -Regards
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Jul 6, 2015 at 8:25 AM, Srinath Perera 
>>>>> wrote:
>>>>>
>>>>>> I tried to draw, but failed. Can you do a small screencast on how to
>>>>>> draw and connect.
>>>>>>
>>>>>> On current palette, everything looks same, we need to indicate
>>>>>> queries are different than other operators.
>>>>>>
>>>>>> --Srinath
>>>>>>
>>>>>> On Fri, Jul 3, 2015 at 8:39 PM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Srinath,
>>>>>>>
>>>>>>> As per our discussion, I have modified the UI[1]
>>>>>>> <http://vc.mutexlk.com>. here is the list of updated features,
>>>>>>>
>>>>>>> 1. I have added an operator to compose queries. (icon : query).
>>>>>>> 2. Other operators can be dropped to query boxes(cannot dropped
>>>>>>> outside the query boxes), Also it can only be dragged inside query 
>>>>>>> boxes.
>>>>>>> 3. The query boxes itself can be dragged with operators.
>>>>>>> 4  IO Streams were re drawn.
>>>>>>>
>>>>>>>
>>>>>>> Please check & comment on it so that I can proceed with making the
>>>>>>> Graph. you can find the repo here [2]
>>>>>>> <https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language>
>>>>>>>
>>>>>>>
>>>>>>> [1] - http://vc.mutexlk.com
>>>>>>> [2] -
>>>>>>> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
>>>>>>>
>>>>>>> -Regards
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Jun 23, 2015 at 6:51 PM, Mohamed Fawzan 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Srinath,
>>>>>>>>
>>>>>>>> I have found a workaround for connecting elements with click &
>>>>>>>> click. I will update the demo soon with the (progress of)

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-07-08 Thread Mohamed Fawzan
Yes, we can track the added streams an throw an error when we get the same
stream more than once.

One more question on building the graph, i am struggling to find a optimal
data structure to sotre the graph information, because unlike regular
graphs, a particular node in our graph will have two vertices (input &
output). Can you please tell me whether you have any particular data
structure in mind?


-Regards

On Thursday, July 9, 2015, Srinath Perera  wrote:

> not often, as that will lead to circles. Can we detect and give a error
> when he try to add a stream to canvus.
>
> On Wed, Jul 8, 2015 at 7:16 PM, Mohamed Fawzan  > wrote:
>
>> Hi Srinath,
>>
>> When we compose the query, Can we have the same stream appear twice in
>> the canvas?
>>
>> -Regards
>>
>>
>>
>> On Mon, Jul 6, 2015 at 8:29 AM, Mohamed Fawzan > > wrote:
>>
>>> Hi Srinath,
>>>
>>>
>>> I have removed the Drawing feature as I have encountered a bug, Looks
>>> like the 'click' event in d3 automatically triggers a 'drag' event as well.
>>> I have tried to set a Flag and resolve the issue. But it seems that only
>>> Opera (Web Browser) has the issue. Chrome and FF works fine. I will update
>>> the draw feature and notify.
>>>
>>> -Regards
>>>
>>>
>>>
>>> On Mon, Jul 6, 2015 at 8:25 AM, Srinath Perera >> > wrote:
>>>
>>>> I tried to draw, but failed. Can you do a small screencast on how to
>>>> draw and connect.
>>>>
>>>> On current palette, everything looks same, we need to indicate queries
>>>> are different than other operators.
>>>>
>>>> --Srinath
>>>>
>>>> On Fri, Jul 3, 2015 at 8:39 PM, Mohamed Fawzan >>> > wrote:
>>>>
>>>>> Hi Srinath,
>>>>>
>>>>> As per our discussion, I have modified the UI[1]
>>>>> <http://vc.mutexlk.com>. here is the list of updated features,
>>>>>
>>>>> 1. I have added an operator to compose queries. (icon : query).
>>>>> 2. Other operators can be dropped to query boxes(cannot dropped
>>>>> outside the query boxes), Also it can only be dragged inside query boxes.
>>>>> 3. The query boxes itself can be dragged with operators.
>>>>> 4  IO Streams were re drawn.
>>>>>
>>>>>
>>>>> Please check & comment on it so that I can proceed with making the
>>>>> Graph. you can find the repo here [2]
>>>>> <https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language>
>>>>>
>>>>>
>>>>> [1] - http://vc.mutexlk.com
>>>>> [2] -
>>>>> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
>>>>>
>>>>> -Regards
>>>>>
>>>>>
>>>>>
>>>>> On Tue, Jun 23, 2015 at 6:51 PM, Mohamed Fawzan >>>> > wrote:
>>>>>
>>>>>> Hi Srinath,
>>>>>>
>>>>>> I have found a workaround for connecting elements with click & click.
>>>>>> I will update the demo soon with the (progress of) improvements we have
>>>>>> discussed in the meeting on 19th.  .
>>>>>>
>>>>>> -Regards
>>>>>>
>>>>>> On Mon, Jun 15, 2015 at 5:13 AM, Mohamed Fawzan >>>>> > wrote:
>>>>>>
>>>>>>> Hi Srinath.
>>>>>>>
>>>>>>> I have added support for large file names in the streams [1]
>>>>>>> <http://vc.mutexlk.com/dashboard.html>  by showing the part of the
>>>>>>> stream name in the rectangle element. When you *hover *
>>>>>>> you can see the* full stream name. *Also when the user drag the
>>>>>>> element to the canvas, he get the same behavior their.
>>>>>>>
>>>>>>> Currently I'm working on connecting the elements. It is bit
>>>>>>> difficult. But I am close enough. I think i can present it by this week.
>>>>>>>
>>>>>>> -Regards
>>>>>>>
>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>>
>>>>>>> On Fri, Jun 12, 2015 at 4:29 PM, Mohamed Fawzan >>>>>> > wrote:
>>>>>>>
>

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-07-08 Thread Mohamed Fawzan
Hi Srinath,

When we compose the query, Can we have the same stream appear twice in the
canvas?

-Regards



On Mon, Jul 6, 2015 at 8:29 AM, Mohamed Fawzan  wrote:

> Hi Srinath,
>
>
> I have removed the Drawing feature as I have encountered a bug, Looks like
> the 'click' event in d3 automatically triggers a 'drag' event as well. I
> have tried to set a Flag and resolve the issue. But it seems that only
> Opera (Web Browser) has the issue. Chrome and FF works fine. I will update
> the draw feature and notify.
>
> -Regards
>
>
>
> On Mon, Jul 6, 2015 at 8:25 AM, Srinath Perera  wrote:
>
>> I tried to draw, but failed. Can you do a small screencast on how to draw
>> and connect.
>>
>> On current palette, everything looks same, we need to indicate queries
>> are different than other operators.
>>
>> --Srinath
>>
>> On Fri, Jul 3, 2015 at 8:39 PM, Mohamed Fawzan  wrote:
>>
>>> Hi Srinath,
>>>
>>> As per our discussion, I have modified the UI[1] <http://vc.mutexlk.com>.
>>> here is the list of updated features,
>>>
>>> 1. I have added an operator to compose queries. (icon : query).
>>> 2. Other operators can be dropped to query boxes(cannot dropped outside
>>> the query boxes), Also it can only be dragged inside query boxes.
>>> 3. The query boxes itself can be dragged with operators.
>>> 4  IO Streams were re drawn.
>>>
>>>
>>> Please check & comment on it so that I can proceed with making the
>>> Graph. you can find the repo here [2]
>>> <https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language>
>>>
>>>
>>> [1] - http://vc.mutexlk.com
>>> [2] -
>>> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
>>>
>>> -Regards
>>>
>>>
>>>
>>> On Tue, Jun 23, 2015 at 6:51 PM, Mohamed Fawzan 
>>> wrote:
>>>
>>>> Hi Srinath,
>>>>
>>>> I have found a workaround for connecting elements with click & click. I
>>>> will update the demo soon with the (progress of) improvements we have
>>>> discussed in the meeting on 19th.  .
>>>>
>>>> -Regards
>>>>
>>>> On Mon, Jun 15, 2015 at 5:13 AM, Mohamed Fawzan 
>>>> wrote:
>>>>
>>>>> Hi Srinath.
>>>>>
>>>>> I have added support for large file names in the streams [1]
>>>>> <http://vc.mutexlk.com/dashboard.html>  by showing the part of the
>>>>> stream name in the rectangle element. When you *hover *
>>>>> you can see the* full stream name. *Also when the user drag the
>>>>> element to the canvas, he get the same behavior their.
>>>>>
>>>>> Currently I'm working on connecting the elements. It is bit difficult.
>>>>> But I am close enough. I think i can present it by this week.
>>>>>
>>>>> -Regards
>>>>>
>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>
>>>>> On Fri, Jun 12, 2015 at 4:29 PM, Mohamed Fawzan 
>>>>> wrote:
>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>>
>>>>>> On Friday, June 12, 2015, Srinath Perera  wrote:
>>>>>>
>>>>>>> yes that is OK.
>>>>>>>
>>>>>>> On Fri, Jun 12, 2015 at 4:25 PM, Mohamed Fawzan 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Yes. It is a good time. I can take the 6.00AM Train from kandy. Can
>>>>>>>> reach colombo by 10.00 i guess. Is it o?
>>>>>>>>
>>>>>>>>
>>>>>>>> On Friday, June 12, 2015, Mohamed Fawzan  wrote:
>>>>>>>>
>>>>>>>>> Understood. Thanks Srinath.
>>>>>>>>>
>>>>>>>>> On Friday, June 12, 2015, Srinath Perera  wrote:
>>>>>>>>>
>>>>>>>>>> Input and output streams are the same thing. Sometimes, a stream
>>>>>>>>>> can be both inputs and outputs E.g. Stream 2.
>>>>>>>>>>
>>>>>>>>>> [image: Inline image 1]
>>>>>>>>>>
>>>>>>>>>> On Thu, Jun 11, 2015 at 1:53 PM, Mohamed Fawzan <
>>>>>&

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-07-05 Thread Mohamed Fawzan
Hi Srinath,


I have removed the Drawing feature as I have encountered a bug, Looks like
the 'click' event in d3 automatically triggers a 'drag' event as well. I
have tried to set a Flag and resolve the issue. But it seems that only
Opera (Web Browser) has the issue. Chrome and FF works fine. I will update
the draw feature and notify.

-Regards



On Mon, Jul 6, 2015 at 8:25 AM, Srinath Perera  wrote:

> I tried to draw, but failed. Can you do a small screencast on how to draw
> and connect.
>
> On current palette, everything looks same, we need to indicate queries are
> different than other operators.
>
> --Srinath
>
> On Fri, Jul 3, 2015 at 8:39 PM, Mohamed Fawzan  wrote:
>
>> Hi Srinath,
>>
>> As per our discussion, I have modified the UI[1] <http://vc.mutexlk.com>.
>> here is the list of updated features,
>>
>> 1. I have added an operator to compose queries. (icon : query).
>> 2. Other operators can be dropped to query boxes(cannot dropped outside
>> the query boxes), Also it can only be dragged inside query boxes.
>> 3. The query boxes itself can be dragged with operators.
>> 4  IO Streams were re drawn.
>>
>>
>> Please check & comment on it so that I can proceed with making the Graph.
>> you can find the repo here [2]
>> <https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language>
>>
>>
>> [1] - http://vc.mutexlk.com
>> [2] -
>> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
>>
>> -Regards
>>
>>
>>
>> On Tue, Jun 23, 2015 at 6:51 PM, Mohamed Fawzan 
>> wrote:
>>
>>> Hi Srinath,
>>>
>>> I have found a workaround for connecting elements with click & click. I
>>> will update the demo soon with the (progress of) improvements we have
>>> discussed in the meeting on 19th.  .
>>>
>>> -Regards
>>>
>>> On Mon, Jun 15, 2015 at 5:13 AM, Mohamed Fawzan 
>>> wrote:
>>>
>>>> Hi Srinath.
>>>>
>>>> I have added support for large file names in the streams [1]
>>>> <http://vc.mutexlk.com/dashboard.html>  by showing the part of the
>>>> stream name in the rectangle element. When you *hover *
>>>> you can see the* full stream name. *Also when the user drag the
>>>> element to the canvas, he get the same behavior their.
>>>>
>>>> Currently I'm working on connecting the elements. It is bit difficult.
>>>> But I am close enough. I think i can present it by this week.
>>>>
>>>> -Regards
>>>>
>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>
>>>> On Fri, Jun 12, 2015 at 4:29 PM, Mohamed Fawzan 
>>>> wrote:
>>>>
>>>>> Thanks.
>>>>>
>>>>>
>>>>> On Friday, June 12, 2015, Srinath Perera  wrote:
>>>>>
>>>>>> yes that is OK.
>>>>>>
>>>>>> On Fri, Jun 12, 2015 at 4:25 PM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>> Yes. It is a good time. I can take the 6.00AM Train from kandy. Can
>>>>>>> reach colombo by 10.00 i guess. Is it o?
>>>>>>>
>>>>>>>
>>>>>>> On Friday, June 12, 2015, Mohamed Fawzan  wrote:
>>>>>>>
>>>>>>>> Understood. Thanks Srinath.
>>>>>>>>
>>>>>>>> On Friday, June 12, 2015, Srinath Perera  wrote:
>>>>>>>>
>>>>>>>>> Input and output streams are the same thing. Sometimes, a stream
>>>>>>>>> can be both inputs and outputs E.g. Stream 2.
>>>>>>>>>
>>>>>>>>> [image: Inline image 1]
>>>>>>>>>
>>>>>>>>> On Thu, Jun 11, 2015 at 1:53 PM, Mohamed Fawzan >>>>>>>> > wrote:
>>>>>>>>>
>>>>>>>>>> Hi Srinath,
>>>>>>>>>>
>>>>>>>>>> Can you please help me to understand the streams? I mean the 
>>>>>>>>>> InputOutputNode
>>>>>>>>>> in.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> InputOutputNode : {
>>>>>>>>>>
>>>>>>>>>> connectionName : 'StockQuoteStrea

Re: [Dev] Unable to access jaggeryjs documentation

2015-07-05 Thread Mohamed Fawzan
Looks like it's down for everyone.

HTTP Status 500 - org.mozilla.javascript.WrappedException: Wrapped
org.jaggeryjs.scriptengine.exceptions.ScriptException:
java.io.FileNotFoundException:
/home/jaggery/newpack/jaggery-0.9.0-SNAPSHOT/apps/ROOT/config/properties/webSocket.json
(Too many open files) (//modules/loader.js#105)
--

*type* Status report

*message* *org.mozilla.javascript.WrappedException: Wrapped
org.jaggeryjs.scriptengine.exceptions.ScriptException:
java.io.FileNotFoundException:
/home/jaggery/newpack/jaggery-0.9.0-SNAPSHOT/apps/ROOT/config/properties/webSocket.json
(Too many open files) (//modules/loader.js#105)*

*description* *The server encountered an internal error that prevented it
from fulfilling this request.*
--
Apache Tomcat/7.0.34

On Sun, Jul 5, 2015 at 12:52 PM, Sabra Ossen  wrote:

> Hi All,
>
> I was searching for web sockets implementation using jaggery, but I am
> unable to access the jaggeryjs documentation in [1].
>
> Could someone check and resolve this issue.
>
> [1] http://jaggeryjs.org/documentation.jag?api=webSocket
>
> Thanks.
>
> --
> Sabra Ossen 
> Undergraduate | Department of Computer Science and Engineering
> University of Moratuwa
> Sri Lanka
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Mohammed Fawzan
Faculty of Engineering | UoP
+94771121195
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-07-03 Thread Mohamed Fawzan
Hi Srinath,

As per our discussion, I have modified the UI[1] <http://vc.mutexlk.com>.
here is the list of updated features,

1. I have added an operator to compose queries. (icon : query).
2. Other operators can be dropped to query boxes(cannot dropped outside the
query boxes), Also it can only be dragged inside query boxes.
3. The query boxes itself can be dragged with operators.
4  IO Streams were re drawn.


Please check & comment on it so that I can proceed with making the Graph.
you can find the repo here [2]
<https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language>


[1] - http://vc.mutexlk.com
[2] - https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language

-Regards



On Tue, Jun 23, 2015 at 6:51 PM, Mohamed Fawzan  wrote:

> Hi Srinath,
>
> I have found a workaround for connecting elements with click & click. I
> will update the demo soon with the (progress of) improvements we have
> discussed in the meeting on 19th.  .
>
> -Regards
>
> On Mon, Jun 15, 2015 at 5:13 AM, Mohamed Fawzan  wrote:
>
>> Hi Srinath.
>>
>> I have added support for large file names in the streams [1]
>> <http://vc.mutexlk.com/dashboard.html>  by showing the part of the
>> stream name in the rectangle element. When you *hover *
>> you can see the* full stream name. *Also when the user drag the element
>> to the canvas, he get the same behavior their.
>>
>> Currently I'm working on connecting the elements. It is bit difficult.
>> But I am close enough. I think i can present it by this week.
>>
>> -Regards
>>
>> [1] - http://vc.mutexlk.com/dashboard.html
>>
>> On Fri, Jun 12, 2015 at 4:29 PM, Mohamed Fawzan 
>> wrote:
>>
>>> Thanks.
>>>
>>>
>>> On Friday, June 12, 2015, Srinath Perera  wrote:
>>>
>>>> yes that is OK.
>>>>
>>>> On Fri, Jun 12, 2015 at 4:25 PM, Mohamed Fawzan 
>>>> wrote:
>>>>
>>>>> Yes. It is a good time. I can take the 6.00AM Train from kandy. Can
>>>>> reach colombo by 10.00 i guess. Is it o?
>>>>>
>>>>>
>>>>> On Friday, June 12, 2015, Mohamed Fawzan  wrote:
>>>>>
>>>>>> Understood. Thanks Srinath.
>>>>>>
>>>>>> On Friday, June 12, 2015, Srinath Perera  wrote:
>>>>>>
>>>>>>> Input and output streams are the same thing. Sometimes, a stream can
>>>>>>> be both inputs and outputs E.g. Stream 2.
>>>>>>>
>>>>>>> [image: Inline image 1]
>>>>>>>
>>>>>>> On Thu, Jun 11, 2015 at 1:53 PM, Mohamed Fawzan 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Srinath,
>>>>>>>>
>>>>>>>> Can you please help me to understand the streams? I mean the 
>>>>>>>> InputOutputNode
>>>>>>>> in.
>>>>>>>>
>>>>>>>>
>>>>>>>> InputOutputNode : {
>>>>>>>>
>>>>>>>> connectionName : 'StockQuoteStream',
>>>>>>>>
>>>>>>>> connectionType :'Stream',
>>>>>>>>
>>>>>>>> connectionTypeDetails : 'para1:string, para2:int'
>>>>>>>>
>>>>>>>> }
>>>>>>>>
>>>>>>>>
>>>>>>>> In the layout[1]  <http://vc.mutexlk.com/dashboard.html>I have 
>>>>>>>> considered Input & Output streams as separate things. Is it correct ? 
>>>>>>>> or else are they belong to same category?
>>>>>>>>
>>>>>>>>
>>>>>>>> -Regards
>>>>>>>>
>>>>>>>>
>>>>>>>> [1]-http://vc.mutexlk.com/dashboard.html
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Jun 11, 2015 at 10:53 AM, Mohamed Fawzan >>>>>>> > wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Jun 11, 2015 at 8:04 AM, Srinath Perera 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Need names inside canvas as well. ( need

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-23 Thread Mohamed Fawzan
Hi Srinath,

I have found a workaround for connecting elements with click & click. I
will update the demo soon with the (progress of) improvements we have
discussed in the meeting on 19th.  .

-Regards

On Mon, Jun 15, 2015 at 5:13 AM, Mohamed Fawzan  wrote:

> Hi Srinath.
>
> I have added support for large file names in the streams [1]
> <http://vc.mutexlk.com/dashboard.html>  by showing the part of the stream
> name in the rectangle element. When you *hover *
> you can see the* full stream name. *Also when the user drag the element
> to the canvas, he get the same behavior their.
>
> Currently I'm working on connecting the elements. It is bit difficult. But
> I am close enough. I think i can present it by this week.
>
> -Regards
>
> [1] - http://vc.mutexlk.com/dashboard.html
>
> On Fri, Jun 12, 2015 at 4:29 PM, Mohamed Fawzan  wrote:
>
>> Thanks.
>>
>>
>> On Friday, June 12, 2015, Srinath Perera  wrote:
>>
>>> yes that is OK.
>>>
>>> On Fri, Jun 12, 2015 at 4:25 PM, Mohamed Fawzan 
>>> wrote:
>>>
>>>> Yes. It is a good time. I can take the 6.00AM Train from kandy. Can
>>>> reach colombo by 10.00 i guess. Is it o?
>>>>
>>>>
>>>> On Friday, June 12, 2015, Mohamed Fawzan  wrote:
>>>>
>>>>> Understood. Thanks Srinath.
>>>>>
>>>>> On Friday, June 12, 2015, Srinath Perera  wrote:
>>>>>
>>>>>> Input and output streams are the same thing. Sometimes, a stream can
>>>>>> be both inputs and outputs E.g. Stream 2.
>>>>>>
>>>>>> [image: Inline image 1]
>>>>>>
>>>>>> On Thu, Jun 11, 2015 at 1:53 PM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Srinath,
>>>>>>>
>>>>>>> Can you please help me to understand the streams? I mean the 
>>>>>>> InputOutputNode
>>>>>>> in.
>>>>>>>
>>>>>>>
>>>>>>> InputOutputNode : {
>>>>>>>
>>>>>>> connectionName : 'StockQuoteStream',
>>>>>>>
>>>>>>> connectionType :'Stream',
>>>>>>>
>>>>>>> connectionTypeDetails : 'para1:string, para2:int'
>>>>>>>
>>>>>>> }
>>>>>>>
>>>>>>>
>>>>>>> In the layout[1]  <http://vc.mutexlk.com/dashboard.html>I have 
>>>>>>> considered Input & Output streams as separate things. Is it correct ? 
>>>>>>> or else are they belong to same category?
>>>>>>>
>>>>>>>
>>>>>>> -Regards
>>>>>>>
>>>>>>>
>>>>>>> [1]-http://vc.mutexlk.com/dashboard.html
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Jun 11, 2015 at 10:53 AM, Mohamed Fawzan 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Jun 11, 2015 at 8:04 AM, Srinath Perera 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Need names inside canvas as well. ( need to handle large names).
>>>>>>>>>
>>>>>>>>> What are the children of streams? attributes?
>>>>>>>>>
>>>>>>>> I was planning to categorize streams there. Please see the updated
>>>>>>>> names here[1]. <http://vc.mutexlk.com/dashboard.html>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> I would rather connect streams and operators, then click on
>>>>>>>>> operator and pick which attribute/ or attributes you use. If so I 
>>>>>>>>> would not
>>>>>>>>> show children against streams.
>>>>>>>>>
>>>>>>>>> On Thu, Jun 11, 2015 at 6:52 AM, Mohamed Fawzan >>>>>>>> > wrote:
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Hi Srinath,
>>>>>&g

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-14 Thread Mohamed Fawzan
Hi Srinath.

I have added support for large file names in the streams [1]
<http://vc.mutexlk.com/dashboard.html>  by showing the part of the stream
name in the rectangle element. When you *hover *
you can see the* full stream name. *Also when the user drag the element to
the canvas, he get the same behavior their.

Currently I'm working on connecting the elements. It is bit difficult. But
I am close enough. I think i can present it by this week.

-Regards

[1] - http://vc.mutexlk.com/dashboard.html

On Fri, Jun 12, 2015 at 4:29 PM, Mohamed Fawzan  wrote:

> Thanks.
>
>
> On Friday, June 12, 2015, Srinath Perera  wrote:
>
>> yes that is OK.
>>
>> On Fri, Jun 12, 2015 at 4:25 PM, Mohamed Fawzan 
>> wrote:
>>
>>> Yes. It is a good time. I can take the 6.00AM Train from kandy. Can
>>> reach colombo by 10.00 i guess. Is it o?
>>>
>>>
>>> On Friday, June 12, 2015, Mohamed Fawzan  wrote:
>>>
>>>> Understood. Thanks Srinath.
>>>>
>>>> On Friday, June 12, 2015, Srinath Perera  wrote:
>>>>
>>>>> Input and output streams are the same thing. Sometimes, a stream can
>>>>> be both inputs and outputs E.g. Stream 2.
>>>>>
>>>>> [image: Inline image 1]
>>>>>
>>>>> On Thu, Jun 11, 2015 at 1:53 PM, Mohamed Fawzan 
>>>>> wrote:
>>>>>
>>>>>> Hi Srinath,
>>>>>>
>>>>>> Can you please help me to understand the streams? I mean the 
>>>>>> InputOutputNode
>>>>>> in.
>>>>>>
>>>>>>
>>>>>> InputOutputNode : {
>>>>>>
>>>>>> connectionName : 'StockQuoteStream',
>>>>>>
>>>>>> connectionType :'Stream',
>>>>>>
>>>>>> connectionTypeDetails : 'para1:string, para2:int'
>>>>>>
>>>>>> }
>>>>>>
>>>>>>
>>>>>> In the layout[1]  <http://vc.mutexlk.com/dashboard.html>I have 
>>>>>> considered Input & Output streams as separate things. Is it correct ? or 
>>>>>> else are they belong to same category?
>>>>>>
>>>>>>
>>>>>> -Regards
>>>>>>
>>>>>>
>>>>>> [1]-http://vc.mutexlk.com/dashboard.html
>>>>>>
>>>>>>
>>>>>> On Thu, Jun 11, 2015 at 10:53 AM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Jun 11, 2015 at 8:04 AM, Srinath Perera 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Need names inside canvas as well. ( need to handle large names).
>>>>>>>>
>>>>>>>> What are the children of streams? attributes?
>>>>>>>>
>>>>>>> I was planning to categorize streams there. Please see the updated
>>>>>>> names here[1]. <http://vc.mutexlk.com/dashboard.html>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> I would rather connect streams and operators, then click on
>>>>>>>> operator and pick which attribute/ or attributes you use. If so I 
>>>>>>>> would not
>>>>>>>> show children against streams.
>>>>>>>>
>>>>>>>> On Thu, Jun 11, 2015 at 6:52 AM, Mohamed Fawzan 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Hi Srinath,
>>>>>>>>>
>>>>>>>>> I have just added the streams names inside the rectangles [1]
>>>>>>>>> <http://vc.mutexlk.com/dashboard.html> . Please check and comment
>>>>>>>>> on it.
>>>>>>>>>
>>>>>>>>> -Regards
>>>>>>>>>
>>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>>>>
>>>>>>>>> On Wed, Jun 10, 2015 at 5:55 PM, Mohamed Fawzan >>>>>>>> > wrote:
>>>>>

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-12 Thread Mohamed Fawzan
Yes. It is a good time. I can take the 6.00AM Train from kandy. Can reach
colombo by 10.00 i guess. Is it o?

On Friday, June 12, 2015, Mohamed Fawzan  wrote:

> Understood. Thanks Srinath.
>
> On Friday, June 12, 2015, Srinath Perera  > wrote:
>
>> Input and output streams are the same thing. Sometimes, a stream can be
>> both inputs and outputs E.g. Stream 2.
>>
>> [image: Inline image 1]
>>
>> On Thu, Jun 11, 2015 at 1:53 PM, Mohamed Fawzan 
>> wrote:
>>
>>> Hi Srinath,
>>>
>>> Can you please help me to understand the streams? I mean the InputOutputNode
>>> in.
>>>
>>>
>>> InputOutputNode : {
>>>
>>> connectionName : 'StockQuoteStream',
>>>
>>> connectionType :'Stream',
>>>
>>> connectionTypeDetails : 'para1:string, para2:int'
>>>
>>> }
>>>
>>>
>>> In the layout[1]  <http://vc.mutexlk.com/dashboard.html>I have considered 
>>> Input & Output streams as separate things. Is it correct ? or else are they 
>>> belong to same category?
>>>
>>>
>>> -Regards
>>>
>>>
>>> [1]-http://vc.mutexlk.com/dashboard.html
>>>
>>>
>>> On Thu, Jun 11, 2015 at 10:53 AM, Mohamed Fawzan 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>>
>>>>
>>>> On Thu, Jun 11, 2015 at 8:04 AM, Srinath Perera 
>>>> wrote:
>>>>
>>>>> Need names inside canvas as well. ( need to handle large names).
>>>>>
>>>>> What are the children of streams? attributes?
>>>>>
>>>> I was planning to categorize streams there. Please see the updated
>>>> names here[1]. <http://vc.mutexlk.com/dashboard.html>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>> I would rather connect streams and operators, then click on operator
>>>>> and pick which attribute/ or attributes you use. If so I would not show
>>>>> children against streams.
>>>>>
>>>>> On Thu, Jun 11, 2015 at 6:52 AM, Mohamed Fawzan 
>>>>> wrote:
>>>>>
>>>>>>
>>>>>> Hi Srinath,
>>>>>>
>>>>>> I have just added the streams names inside the rectangles [1]
>>>>>> <http://vc.mutexlk.com/dashboard.html> . Please check and comment on
>>>>>> it.
>>>>>>
>>>>>> -Regards
>>>>>>
>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>
>>>>>> On Wed, Jun 10, 2015 at 5:55 PM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>>
>>>>>>> On Wed, Jun 10, 2015 at 5:52 PM, Srinath Perera 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> We can do it several ways
>>>>>>>>
>>>>>>>> 1. have small connectors showing against each node ( Stream/
>>>>>>>> Operator), which you can click and drag to connector in other node.
>>>>>>>>
>>>>>>>
>>>>>>> +1, I had the same idea on my mind. I will work on that, Feel free
>>>>>>> to suggest other options as well.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> 2. Second option drop into other one as you mention.
>>>>>>>>
>>>>>>>> I think #2 run into a problem if you want to connect two streams to
>>>>>>>> same operator ( e.g. Join). So I prefer #1. But open for other options.
>>>>>>>>
>>>>>>>> --Srinath
>>>>>>>>
>>>>>>>> On Wed, Jun 10, 2015 at 5:46 PM, Mohamed Fawzan 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Are we talking about connecting the streams & operators phase? If
>>>>>>>>> so what is your preferred method of doing it?
>>>>>>>>>
>>>>>>>>> does the connection made when we drop an operator on another
>>>>>>>>> operator OR drop an operator on a stream?
>>>>>>>>>
>>>>>>>>> Am I correct ?
>>>>>>>>>
>>>>>>>&

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-11 Thread Mohamed Fawzan
Hi Srinath,

Can you please help me to understand the streams? I mean the InputOutputNode
in.


InputOutputNode : {

connectionName : 'StockQuoteStream',

connectionType :'Stream',

connectionTypeDetails : 'para1:string, para2:int'

}


In the layout[1]  <http://vc.mutexlk.com/dashboard.html>I have
considered Input & Output streams as separate things. Is it correct ?
or else are they belong to same category?


-Regards


[1]-http://vc.mutexlk.com/dashboard.html


On Thu, Jun 11, 2015 at 10:53 AM, Mohamed Fawzan  wrote:

> Hi,
>
>
>
> On Thu, Jun 11, 2015 at 8:04 AM, Srinath Perera  wrote:
>
>> Need names inside canvas as well. ( need to handle large names).
>>
>> What are the children of streams? attributes?
>>
> I was planning to categorize streams there. Please see the updated names
> here[1]. <http://vc.mutexlk.com/dashboard.html>
>
>
>
>
>
>> I would rather connect streams and operators, then click on operator and
>> pick which attribute/ or attributes you use. If so I would not show
>> children against streams.
>>
>> On Thu, Jun 11, 2015 at 6:52 AM, Mohamed Fawzan 
>> wrote:
>>
>>>
>>> Hi Srinath,
>>>
>>> I have just added the streams names inside the rectangles [1]
>>> <http://vc.mutexlk.com/dashboard.html> . Please check and comment on
>>> it.
>>>
>>> -Regards
>>>
>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>
>>> On Wed, Jun 10, 2015 at 5:55 PM, Mohamed Fawzan 
>>> wrote:
>>>
>>>>
>>>> On Wed, Jun 10, 2015 at 5:52 PM, Srinath Perera 
>>>> wrote:
>>>>
>>>>> We can do it several ways
>>>>>
>>>>> 1. have small connectors showing against each node ( Stream/
>>>>> Operator), which you can click and drag to connector in other node.
>>>>>
>>>>
>>>> +1, I had the same idea on my mind. I will work on that, Feel free to
>>>> suggest other options as well.
>>>>
>>>>
>>>>
>>>>> 2. Second option drop into other one as you mention.
>>>>>
>>>>> I think #2 run into a problem if you want to connect two streams to
>>>>> same operator ( e.g. Join). So I prefer #1. But open for other options.
>>>>>
>>>>> --Srinath
>>>>>
>>>>> On Wed, Jun 10, 2015 at 5:46 PM, Mohamed Fawzan 
>>>>> wrote:
>>>>>
>>>>>> Are we talking about connecting the streams & operators phase? If so
>>>>>> what is your preferred method of doing it?
>>>>>>
>>>>>> does the connection made when we drop an operator on another operator
>>>>>> OR drop an operator on a stream?
>>>>>>
>>>>>> Am I correct ?
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Wed, Jun 10, 2015 at 5:42 PM, Srinath Perera 
>>>>>> wrote:
>>>>>>
>>>>>>> We need to connect stream to operators and operator to other
>>>>>>> operators by connectors?
>>>>>>> Need to click on a connector and drg it to another operator or
>>>>>>> stream. Would that clear?
>>>>>>>
>>>>>>> On Wed, Jun 10, 2015 at 5:36 PM, Mohamed Fawzan 
>>>>>>> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Jun 10, 2015 at 5:31 PM, Srinath Perera 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> we need name of the stream in the box IMO.
>>>>>>>>>
>>>>>>>>
>>>>>>>> +1, I will make the changes.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> Also we need a way to draw from the stream to operators and
>>>>>>>>> between operators next.
>>>>>>>>>
>>>>>>>>> I can't quite understand that, Can you please explain it a bit?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> On Tue, Jun 9, 2015 at 7:24 PM, Mohamed Fawzan 
>>>>>>>>> wrote:
>

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-10 Thread Mohamed Fawzan
Hi,



On Thu, Jun 11, 2015 at 8:04 AM, Srinath Perera  wrote:

> Need names inside canvas as well. ( need to handle large names).
>
> What are the children of streams? attributes?
>
I was planning to categorize streams there. Please see the updated names
here[1]. <http://vc.mutexlk.com/dashboard.html>





> I would rather connect streams and operators, then click on operator and
> pick which attribute/ or attributes you use. If so I would not show
> children against streams.
>
> On Thu, Jun 11, 2015 at 6:52 AM, Mohamed Fawzan  wrote:
>
>>
>> Hi Srinath,
>>
>> I have just added the streams names inside the rectangles [1]
>> <http://vc.mutexlk.com/dashboard.html> . Please check and comment on it.
>>
>> -Regards
>>
>> [1] - http://vc.mutexlk.com/dashboard.html
>>
>> On Wed, Jun 10, 2015 at 5:55 PM, Mohamed Fawzan 
>> wrote:
>>
>>>
>>> On Wed, Jun 10, 2015 at 5:52 PM, Srinath Perera 
>>> wrote:
>>>
>>>> We can do it several ways
>>>>
>>>> 1. have small connectors showing against each node ( Stream/ Operator),
>>>> which you can click and drag to connector in other node.
>>>>
>>>
>>> +1, I had the same idea on my mind. I will work on that, Feel free to
>>> suggest other options as well.
>>>
>>>
>>>
>>>> 2. Second option drop into other one as you mention.
>>>>
>>>> I think #2 run into a problem if you want to connect two streams to
>>>> same operator ( e.g. Join). So I prefer #1. But open for other options.
>>>>
>>>> --Srinath
>>>>
>>>> On Wed, Jun 10, 2015 at 5:46 PM, Mohamed Fawzan 
>>>> wrote:
>>>>
>>>>> Are we talking about connecting the streams & operators phase? If so
>>>>> what is your preferred method of doing it?
>>>>>
>>>>> does the connection made when we drop an operator on another operator
>>>>> OR drop an operator on a stream?
>>>>>
>>>>> Am I correct ?
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Jun 10, 2015 at 5:42 PM, Srinath Perera 
>>>>> wrote:
>>>>>
>>>>>> We need to connect stream to operators and operator to other
>>>>>> operators by connectors?
>>>>>> Need to click on a connector and drg it to another operator or
>>>>>> stream. Would that clear?
>>>>>>
>>>>>> On Wed, Jun 10, 2015 at 5:36 PM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>>
>>>>>>> On Wed, Jun 10, 2015 at 5:31 PM, Srinath Perera 
>>>>>>> wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> we need name of the stream in the box IMO.
>>>>>>>>
>>>>>>>
>>>>>>> +1, I will make the changes.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> Also we need a way to draw from the stream to operators and between
>>>>>>>> operators next.
>>>>>>>>
>>>>>>>> I can't quite understand that, Can you please explain it a bit?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> On Tue, Jun 9, 2015 at 7:24 PM, Mohamed Fawzan 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Srinath,
>>>>>>>>>
>>>>>>>>> I have added the streams[1] <http://vc.mutexlk.com/dashboard.html>
>>>>>>>>> as well. Please check and comment.
>>>>>>>>>
>>>>>>>>> -Regards
>>>>>>>>>
>>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>>>>
>>>>>>>>> On Tue, Jun 9, 2015 at 9:43 AM, Srinath Perera 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Look good. And overall layout is OK. ( We can do bit of styling
>>>>>>>>>> with UI team later)
>>>>>>>>>>
>>>>>>>>>> --Srinath
>>>>>>>>>>
>>

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-10 Thread Mohamed Fawzan
Hi Srinath,

I have just added the streams names inside the rectangles [1]
<http://vc.mutexlk.com/dashboard.html> . Please check and comment on it.

-Regards

[1] - http://vc.mutexlk.com/dashboard.html

On Wed, Jun 10, 2015 at 5:55 PM, Mohamed Fawzan  wrote:

>
> On Wed, Jun 10, 2015 at 5:52 PM, Srinath Perera  wrote:
>
>> We can do it several ways
>>
>> 1. have small connectors showing against each node ( Stream/ Operator),
>> which you can click and drag to connector in other node.
>>
>
> +1, I had the same idea on my mind. I will work on that, Feel free to
> suggest other options as well.
>
>
>
>> 2. Second option drop into other one as you mention.
>>
>> I think #2 run into a problem if you want to connect two streams to same
>> operator ( e.g. Join). So I prefer #1. But open for other options.
>>
>> --Srinath
>>
>> On Wed, Jun 10, 2015 at 5:46 PM, Mohamed Fawzan 
>> wrote:
>>
>>> Are we talking about connecting the streams & operators phase? If so
>>> what is your preferred method of doing it?
>>>
>>> does the connection made when we drop an operator on another operator OR
>>> drop an operator on a stream?
>>>
>>> Am I correct ?
>>>
>>>
>>>
>>> On Wed, Jun 10, 2015 at 5:42 PM, Srinath Perera 
>>> wrote:
>>>
>>>> We need to connect stream to operators and operator to other operators
>>>> by connectors?
>>>> Need to click on a connector and drg it to another operator or stream.
>>>> Would that clear?
>>>>
>>>> On Wed, Jun 10, 2015 at 5:36 PM, Mohamed Fawzan 
>>>> wrote:
>>>>
>>>>>
>>>>> On Wed, Jun 10, 2015 at 5:31 PM, Srinath Perera 
>>>>> wrote:
>>>>>
>>>>>
>>>>>
>>>>>> we need name of the stream in the box IMO.
>>>>>>
>>>>>
>>>>> +1, I will make the changes.
>>>>>
>>>>>
>>>>>
>>>>>> Also we need a way to draw from the stream to operators and between
>>>>>> operators next.
>>>>>>
>>>>>> I can't quite understand that, Can you please explain it a bit?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>> On Tue, Jun 9, 2015 at 7:24 PM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Srinath,
>>>>>>>
>>>>>>> I have added the streams[1] <http://vc.mutexlk.com/dashboard.html>
>>>>>>> as well. Please check and comment.
>>>>>>>
>>>>>>> -Regards
>>>>>>>
>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>>
>>>>>>> On Tue, Jun 9, 2015 at 9:43 AM, Srinath Perera 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Look good. And overall layout is OK. ( We can do bit of styling
>>>>>>>> with UI team later)
>>>>>>>>
>>>>>>>> --Srinath
>>>>>>>>
>>>>>>>> On Mon, Jun 8, 2015 at 6:06 PM, Mohamed Fawzan 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Srinath,
>>>>>>>>>
>>>>>>>>> I have just added the right click delete option [1]
>>>>>>>>> <http://vc.mutexlk.com/dashboard.html> . Please check and comment
>>>>>>>>> on it.
>>>>>>>>>
>>>>>>>>> -Regards
>>>>>>>>>
>>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>>>>
>>>>>>>>> On Mon, Jun 8, 2015 at 3:54 PM, Mohamed Fawzan 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Yeah. Right now working on the stream, i will try the right click
>>>>>>>>>> -> delete. Btw what do you think of the complete svg layout? Is it 
>>>>>>>>>> ok?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Monday, June 8, 2015, Srinath Perera  wrote:
>>>>>>>>>>
>>>

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-10 Thread Mohamed Fawzan
On Wed, Jun 10, 2015 at 5:52 PM, Srinath Perera  wrote:

> We can do it several ways
>
> 1. have small connectors showing against each node ( Stream/ Operator),
> which you can click and drag to connector in other node.
>

+1, I had the same idea on my mind. I will work on that, Feel free to
suggest other options as well.



> 2. Second option drop into other one as you mention.
>
> I think #2 run into a problem if you want to connect two streams to same
> operator ( e.g. Join). So I prefer #1. But open for other options.
>
> --Srinath
>
> On Wed, Jun 10, 2015 at 5:46 PM, Mohamed Fawzan  wrote:
>
>> Are we talking about connecting the streams & operators phase? If so what
>> is your preferred method of doing it?
>>
>> does the connection made when we drop an operator on another operator OR
>> drop an operator on a stream?
>>
>> Am I correct ?
>>
>>
>>
>> On Wed, Jun 10, 2015 at 5:42 PM, Srinath Perera  wrote:
>>
>>> We need to connect stream to operators and operator to other operators
>>> by connectors?
>>> Need to click on a connector and drg it to another operator or stream.
>>> Would that clear?
>>>
>>> On Wed, Jun 10, 2015 at 5:36 PM, Mohamed Fawzan 
>>> wrote:
>>>
>>>>
>>>> On Wed, Jun 10, 2015 at 5:31 PM, Srinath Perera 
>>>> wrote:
>>>>
>>>>
>>>>
>>>>> we need name of the stream in the box IMO.
>>>>>
>>>>
>>>> +1, I will make the changes.
>>>>
>>>>
>>>>
>>>>> Also we need a way to draw from the stream to operators and between
>>>>> operators next.
>>>>>
>>>>> I can't quite understand that, Can you please explain it a bit?
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>> On Tue, Jun 9, 2015 at 7:24 PM, Mohamed Fawzan 
>>>>> wrote:
>>>>>
>>>>>> Hi Srinath,
>>>>>>
>>>>>> I have added the streams[1] <http://vc.mutexlk.com/dashboard.html>
>>>>>> as well. Please check and comment.
>>>>>>
>>>>>> -Regards
>>>>>>
>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>
>>>>>> On Tue, Jun 9, 2015 at 9:43 AM, Srinath Perera 
>>>>>> wrote:
>>>>>>
>>>>>>> Look good. And overall layout is OK. ( We can do bit of styling with
>>>>>>> UI team later)
>>>>>>>
>>>>>>> --Srinath
>>>>>>>
>>>>>>> On Mon, Jun 8, 2015 at 6:06 PM, Mohamed Fawzan 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Srinath,
>>>>>>>>
>>>>>>>> I have just added the right click delete option [1]
>>>>>>>> <http://vc.mutexlk.com/dashboard.html> . Please check and comment
>>>>>>>> on it.
>>>>>>>>
>>>>>>>> -Regards
>>>>>>>>
>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>>>
>>>>>>>> On Mon, Jun 8, 2015 at 3:54 PM, Mohamed Fawzan 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Yeah. Right now working on the stream, i will try the right click
>>>>>>>>> -> delete. Btw what do you think of the complete svg layout? Is it ok?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Monday, June 8, 2015, Srinath Perera  wrote:
>>>>>>>>>
>>>>>>>>>> Mohan said I need to move it to red box to delete. Not very
>>>>>>>>>> intuitive IMO.
>>>>>>>>>>
>>>>>>>>>> Can we support right click and delete?
>>>>>>>>>>
>>>>>>>>>> On Mon, Jun 8, 2015 at 3:25 PM, Srinath Perera 
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> I did not see any streams .. but can move the operators.
>>>>>>>>>>>
>>>>>>>>>>> I assume you have not done deletes yet.
>>>>>>>>>>>
>>>>>>>>>>

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-10 Thread Mohamed Fawzan
Are we talking about connecting the streams & operators phase? If so what
is your preferred method of doing it?

does the connection made when we drop an operator on another operator OR
drop an operator on a stream?

Am I correct ?



On Wed, Jun 10, 2015 at 5:42 PM, Srinath Perera  wrote:

> We need to connect stream to operators and operator to other operators by
> connectors?
> Need to click on a connector and drg it to another operator or stream.
> Would that clear?
>
> On Wed, Jun 10, 2015 at 5:36 PM, Mohamed Fawzan  wrote:
>
>>
>> On Wed, Jun 10, 2015 at 5:31 PM, Srinath Perera  wrote:
>>
>>
>>
>>> we need name of the stream in the box IMO.
>>>
>>
>> +1, I will make the changes.
>>
>>
>>
>>> Also we need a way to draw from the stream to operators and between
>>> operators next.
>>>
>>> I can't quite understand that, Can you please explain it a bit?
>>
>>
>>
>>
>>
>>> On Tue, Jun 9, 2015 at 7:24 PM, Mohamed Fawzan 
>>> wrote:
>>>
>>>> Hi Srinath,
>>>>
>>>> I have added the streams[1] <http://vc.mutexlk.com/dashboard.html> as
>>>> well. Please check and comment.
>>>>
>>>> -Regards
>>>>
>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>
>>>> On Tue, Jun 9, 2015 at 9:43 AM, Srinath Perera 
>>>> wrote:
>>>>
>>>>> Look good. And overall layout is OK. ( We can do bit of styling with
>>>>> UI team later)
>>>>>
>>>>> --Srinath
>>>>>
>>>>> On Mon, Jun 8, 2015 at 6:06 PM, Mohamed Fawzan 
>>>>> wrote:
>>>>>
>>>>>> Hi Srinath,
>>>>>>
>>>>>> I have just added the right click delete option [1]
>>>>>> <http://vc.mutexlk.com/dashboard.html> . Please check and comment on
>>>>>> it.
>>>>>>
>>>>>> -Regards
>>>>>>
>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>
>>>>>> On Mon, Jun 8, 2015 at 3:54 PM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>> Yeah. Right now working on the stream, i will try the right click ->
>>>>>>> delete. Btw what do you think of the complete svg layout? Is it ok?
>>>>>>>
>>>>>>>
>>>>>>> On Monday, June 8, 2015, Srinath Perera  wrote:
>>>>>>>
>>>>>>>> Mohan said I need to move it to red box to delete. Not very
>>>>>>>> intuitive IMO.
>>>>>>>>
>>>>>>>> Can we support right click and delete?
>>>>>>>>
>>>>>>>> On Mon, Jun 8, 2015 at 3:25 PM, Srinath Perera 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> I did not see any streams .. but can move the operators.
>>>>>>>>>
>>>>>>>>> I assume you have not done deletes yet.
>>>>>>>>>
>>>>>>>>> --Srinath
>>>>>>>>>
>>>>>>>>> On Sun, Jun 7, 2015 at 9:02 PM, Mohamed Fawzan 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> I have updated the SVG layout with icons. Please check [1]
>>>>>>>>>> <http://vc.mutexlk.com/dashboard.html>
>>>>>>>>>>
>>>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>>>>>
>>>>>>>>>> On Sun, Jun 7, 2015 at 3:35 PM, Mohamed Fawzan >>>>>>>>> > wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> Since our plan to create layout (as in milestone) failed, I have
>>>>>>>>>>> created a new layout[1] <http://vc.mutexlk.com/svg.html>. Which
>>>>>>>>>>> is completely made of SVG. I have hosted a demo so that you can 
>>>>>>>>>>> check it
>>>>>>>>>>> easily.  Expecting your feedback to proceed work.
>>>>>>>>>&g

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-10 Thread Mohamed Fawzan
On Wed, Jun 10, 2015 at 5:31 PM, Srinath Perera  wrote:



> we need name of the stream in the box IMO.
>

+1, I will make the changes.



> Also we need a way to draw from the stream to operators and between
> operators next.
>
> I can't quite understand that, Can you please explain it a bit?





> On Tue, Jun 9, 2015 at 7:24 PM, Mohamed Fawzan  wrote:
>
>> Hi Srinath,
>>
>> I have added the streams[1] <http://vc.mutexlk.com/dashboard.html> as
>> well. Please check and comment.
>>
>> -Regards
>>
>> [1] - http://vc.mutexlk.com/dashboard.html
>>
>> On Tue, Jun 9, 2015 at 9:43 AM, Srinath Perera  wrote:
>>
>>> Look good. And overall layout is OK. ( We can do bit of styling with UI
>>> team later)
>>>
>>> --Srinath
>>>
>>> On Mon, Jun 8, 2015 at 6:06 PM, Mohamed Fawzan 
>>> wrote:
>>>
>>>> Hi Srinath,
>>>>
>>>> I have just added the right click delete option [1]
>>>> <http://vc.mutexlk.com/dashboard.html> . Please check and comment on
>>>> it.
>>>>
>>>> -Regards
>>>>
>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>
>>>> On Mon, Jun 8, 2015 at 3:54 PM, Mohamed Fawzan 
>>>> wrote:
>>>>
>>>>> Yeah. Right now working on the stream, i will try the right click ->
>>>>> delete. Btw what do you think of the complete svg layout? Is it ok?
>>>>>
>>>>>
>>>>> On Monday, June 8, 2015, Srinath Perera  wrote:
>>>>>
>>>>>> Mohan said I need to move it to red box to delete. Not very
>>>>>> intuitive IMO.
>>>>>>
>>>>>> Can we support right click and delete?
>>>>>>
>>>>>> On Mon, Jun 8, 2015 at 3:25 PM, Srinath Perera 
>>>>>> wrote:
>>>>>>
>>>>>>> I did not see any streams .. but can move the operators.
>>>>>>>
>>>>>>> I assume you have not done deletes yet.
>>>>>>>
>>>>>>> --Srinath
>>>>>>>
>>>>>>> On Sun, Jun 7, 2015 at 9:02 PM, Mohamed Fawzan 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I have updated the SVG layout with icons. Please check [1]
>>>>>>>> <http://vc.mutexlk.com/dashboard.html>
>>>>>>>>
>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>>>
>>>>>>>> On Sun, Jun 7, 2015 at 3:35 PM, Mohamed Fawzan 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> Since our plan to create layout (as in milestone) failed, I have
>>>>>>>>> created a new layout[1] <http://vc.mutexlk.com/svg.html>. Which
>>>>>>>>> is completely made of SVG. I have hosted a demo so that you can check 
>>>>>>>>> it
>>>>>>>>> easily.  Expecting your feedback to proceed work.
>>>>>>>>>
>>>>>>>>> -Regards
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> [1] - http://vc.mutexlk.com/svg.html
>>>>>>>>> [2] -
>>>>>>>>> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
>>>>>>>>> --
>>>>>>>>> Fawsan M.M.M
>>>>>>>>> Faculty of Engineering, UoP
>>>>>>>>> +94771121195
>>>>>>>>> https://lk.linkedin.com/in/efawzan
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Fawzan~MMM
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> 
>>>>>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
>>>>>>> Site: http://people.apache.org/~hemapani/
>>>>>>> Photos: http://www.flickr.com/photos/hemapani/
>>>>>>> Phone: 0772360902
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> 
>>>>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
>>>>>> Site: http://people.apache.org/~hemapani/
>>>>>> Photos: http://www.flickr.com/photos/hemapani/
>>>>>> Phone: 0772360902
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Sent from iPad
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Fawzan~MMM
>>>>
>>>>
>>>
>>>
>>> --
>>> 
>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
>>> Site: http://people.apache.org/~hemapani/
>>> Photos: http://www.flickr.com/photos/hemapani/
>>> Phone: 0772360902
>>>
>>
>>
>>
>> --
>> Fawzan~MMM
>>
>>
>
>
> --
> 
> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
> Site: http://people.apache.org/~hemapani/
> Photos: http://www.flickr.com/photos/hemapani/
> Phone: 0772360902
>



-- 
Fawzan~MMM
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-09 Thread Mohamed Fawzan
Hi Srinath,

I have added the streams[1] <http://vc.mutexlk.com/dashboard.html> as well.
Please check and comment.

-Regards

[1] - http://vc.mutexlk.com/dashboard.html

On Tue, Jun 9, 2015 at 9:43 AM, Srinath Perera  wrote:

> Look good. And overall layout is OK. ( We can do bit of styling with UI
> team later)
>
> --Srinath
>
> On Mon, Jun 8, 2015 at 6:06 PM, Mohamed Fawzan  wrote:
>
>> Hi Srinath,
>>
>> I have just added the right click delete option [1]
>> <http://vc.mutexlk.com/dashboard.html> . Please check and comment on it.
>>
>> -Regards
>>
>> [1] - http://vc.mutexlk.com/dashboard.html
>>
>> On Mon, Jun 8, 2015 at 3:54 PM, Mohamed Fawzan  wrote:
>>
>>> Yeah. Right now working on the stream, i will try the right click ->
>>> delete. Btw what do you think of the complete svg layout? Is it ok?
>>>
>>>
>>> On Monday, June 8, 2015, Srinath Perera  wrote:
>>>
>>>> Mohan said I need to move it to red box to delete. Not very
>>>> intuitive IMO.
>>>>
>>>> Can we support right click and delete?
>>>>
>>>> On Mon, Jun 8, 2015 at 3:25 PM, Srinath Perera 
>>>> wrote:
>>>>
>>>>> I did not see any streams .. but can move the operators.
>>>>>
>>>>> I assume you have not done deletes yet.
>>>>>
>>>>> --Srinath
>>>>>
>>>>> On Sun, Jun 7, 2015 at 9:02 PM, Mohamed Fawzan 
>>>>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I have updated the SVG layout with icons. Please check [1]
>>>>>> <http://vc.mutexlk.com/dashboard.html>
>>>>>>
>>>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>>>
>>>>>> On Sun, Jun 7, 2015 at 3:35 PM, Mohamed Fawzan 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Since our plan to create layout (as in milestone) failed, I have
>>>>>>> created a new layout[1] <http://vc.mutexlk.com/svg.html>. Which is
>>>>>>> completely made of SVG. I have hosted a demo so that you can check it
>>>>>>> easily.  Expecting your feedback to proceed work.
>>>>>>>
>>>>>>> -Regards
>>>>>>>
>>>>>>>
>>>>>>> [1] - http://vc.mutexlk.com/svg.html
>>>>>>> [2] -
>>>>>>> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
>>>>>>> --
>>>>>>> Fawsan M.M.M
>>>>>>> Faculty of Engineering, UoP
>>>>>>> +94771121195
>>>>>>> https://lk.linkedin.com/in/efawzan
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Fawzan~MMM
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> 
>>>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
>>>>> Site: http://people.apache.org/~hemapani/
>>>>> Photos: http://www.flickr.com/photos/hemapani/
>>>>> Phone: 0772360902
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> 
>>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
>>>> Site: http://people.apache.org/~hemapani/
>>>> Photos: http://www.flickr.com/photos/hemapani/
>>>> Phone: 0772360902
>>>>
>>>
>>>
>>> --
>>> Sent from iPad
>>>
>>
>>
>>
>> --
>> Fawzan~MMM
>>
>>
>
>
> --
> 
> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
> Site: http://people.apache.org/~hemapani/
> Photos: http://www.flickr.com/photos/hemapani/
> Phone: 0772360902
>



-- 
Fawzan~MMM
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-08 Thread Mohamed Fawzan
Hi Srinath,

I have just added the right click delete option [1]
<http://vc.mutexlk.com/dashboard.html> . Please check and comment on it.

-Regards

[1] - http://vc.mutexlk.com/dashboard.html

On Mon, Jun 8, 2015 at 3:54 PM, Mohamed Fawzan  wrote:

> Yeah. Right now working on the stream, i will try the right click ->
> delete. Btw what do you think of the complete svg layout? Is it ok?
>
>
> On Monday, June 8, 2015, Srinath Perera  wrote:
>
>> Mohan said I need to move it to red box to delete. Not very
>> intuitive IMO.
>>
>> Can we support right click and delete?
>>
>> On Mon, Jun 8, 2015 at 3:25 PM, Srinath Perera  wrote:
>>
>>> I did not see any streams .. but can move the operators.
>>>
>>> I assume you have not done deletes yet.
>>>
>>> --Srinath
>>>
>>> On Sun, Jun 7, 2015 at 9:02 PM, Mohamed Fawzan 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I have updated the SVG layout with icons. Please check [1]
>>>> <http://vc.mutexlk.com/dashboard.html>
>>>>
>>>> [1] - http://vc.mutexlk.com/dashboard.html
>>>>
>>>> On Sun, Jun 7, 2015 at 3:35 PM, Mohamed Fawzan 
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Since our plan to create layout (as in milestone) failed, I have
>>>>> created a new layout[1] <http://vc.mutexlk.com/svg.html>. Which is
>>>>> completely made of SVG. I have hosted a demo so that you can check it
>>>>> easily.  Expecting your feedback to proceed work.
>>>>>
>>>>> -Regards
>>>>>
>>>>>
>>>>> [1] - http://vc.mutexlk.com/svg.html
>>>>> [2] -
>>>>> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
>>>>> --
>>>>> Fawsan M.M.M
>>>>> Faculty of Engineering, UoP
>>>>> +94771121195
>>>>> https://lk.linkedin.com/in/efawzan
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Fawzan~MMM
>>>>
>>>>
>>>
>>>
>>> --
>>> 
>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
>>> Site: http://people.apache.org/~hemapani/
>>> Photos: http://www.flickr.com/photos/hemapani/
>>> Phone: 0772360902
>>>
>>
>>
>>
>> --
>> 
>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
>> Site: http://people.apache.org/~hemapani/
>> Photos: http://www.flickr.com/photos/hemapani/
>> Phone: 0772360902
>>
>
>
> --
> Sent from iPad
>



-- 
Fawzan~MMM
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-07 Thread Mohamed Fawzan
Hi,

I have updated the SVG layout with icons. Please check [1]
<http://vc.mutexlk.com/dashboard.html>

[1] - http://vc.mutexlk.com/dashboard.html

On Sun, Jun 7, 2015 at 3:35 PM, Mohamed Fawzan  wrote:

> Hi,
>
> Since our plan to create layout (as in milestone) failed, I have created a
> new layout[1] <http://vc.mutexlk.com/svg.html>. Which is completely made
> of SVG. I have hosted a demo so that you can check it easily.  Expecting
> your feedback to proceed work.
>
> -Regards
>
>
> [1] - http://vc.mutexlk.com/svg.html
> [2] -
> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
> --
> Fawsan M.M.M
> Faculty of Engineering, UoP
> +94771121195
> https://lk.linkedin.com/in/efawzan
>
>


-- 
Fawzan~MMM
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-06-07 Thread Mohamed Fawzan
Hi,

Since our plan to create layout (as in milestone) failed, I have created a
new layout[1] . Which is completely made of
SVG. I have hosted a demo so that you can check it easily.  Expecting your
feedback to proceed work.

-Regards


[1] - http://vc.mutexlk.com/svg.html
[2] - https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language
-- 
Fawsan M.M.M
Faculty of Engineering, UoP
+94771121195
https://lk.linkedin.com/in/efawzan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Fwd: [GSoC 2015] : d3.js dragging svg elements between different svg elements.

2015-06-06 Thread Mohamed Fawzan
Hi,
I am working on GSOC Proposal 18 [1]
.
I am creating a Visual Composer for Siddhi Language[2]
. I
have a problem while moving elements between different SVG elements.

Actually, I am trying to drag items from operators section to Canvas (A -
See attached image).It seems I cannot do that. Can anyone help me out here?

If it is not possible to move elements between svg elements, What are my
options? To draw the entire page in a big svg?

-Regards




[1]
https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal18:ExtensibleVisualComposerSiddhiLanguage
[2] - https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language

-- 
Fawsan M.M.M
Faculty of Engineering, UoP
+94771121195
https://lk.linkedin.com/in/efawzan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev