Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-03-19 Thread Heshan Jayasinghe
HI, Could you please tell me how server side involve in this project? Web Editor can developed as a single page application and we can run it in java server.hope this application haven't any server side development.Please let me know if there server side development involve.if there any server side

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-03-19 Thread Isuru Wijesinghe
Hi Heshan, We appreciate your quick response. The main deliverable of this project is a javascript/D3 based BPMN editor which allows Process Center users to define business processes using a graphical notation from the *web UI*. (No server side involvement). Keep on progressing on the project and

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-03-22 Thread Isuru Wijesinghe
Hi Heshan, We have already added few comments. Could you please fix them and share the updated proposal ? Thanks and Best Regards, On Fri, Mar 18, 2016 at 9:48 PM, Isuru Wijesinghe wrote: > Hi Heshan, > > We appreciate your quick response. The main deliverable of this project is > a javascript

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-03-24 Thread Heshan Jayasinghe
Hi, I submit my final proposal through GSOC site.Could you please read my proposal and add some comments. Thank you! regards, Heshan Jayasinghe On Wed, Mar 23, 2016 at 8:38 AM, Isuru Wijesinghe wrote: > Hi Heshan, > > We have already added few comments. Could you please fix them and share > the

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-05-17 Thread Isuru Wijesinghe
Hi Heshan, Any update on your progress? Could you please share with us your code through github. Then we can give some feedback. Thanks, Isuru On Thu, Mar 24, 2016 at 1:23 PM, Heshan Jayasinghe wrote: > Hi, > I submit my final proposal through GSOC site.Could you please read my > proposal and

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-05-19 Thread Heshan Jayasinghe
Hi Isuru, I completed Start Event,End Event,Gateways and Task.Currently these component can move in the canvas.As we discussed in our last meeting I am working for packaging the current source code,drawing flows,component re-sizing,creating property window and adding text areas to Task component.Af

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Isuru Wijesinghe
Hi Heshan, Please update the meeting notes. In addition to that can you please share with us the milestone plan as we discussed in the last week. Thanks, Isuru. On Thu, May 26, 2016 at 11:04 PM, Heshan Jayasinghe wrote: > github url - https://github.com/heshanjse/BPMNEditor > > On Thu, May 19,

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Hasitha Aravinda
Hi Heshan, Could you please update the code repository with your latest code ? Thanks, Hasitha. On Mon, Jun 20, 2016 at 2:32 PM, Isuru Wijesinghe wrote: > Hi Heshan, > > Please update the meeting notes. In addition to that can you please share > with us the milestone plan as we discussed in th

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Heshan Jayasinghe
*milestone plan* - flow remove and redraw when move a node -24/6 - add properties to the flow - 24/6 - add delete functionality (delete flow if delete a node,delete only flow if we delete flow) -24/6 - put arrow and text to tooltip -24/6 - text centre (multi line ) -1/7 - ta

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Heshan Jayasinghe
HI, These days i am restructuring my code.Untill I put my restructured code I like to share this committed code.this code committed before proper restructuring and with our fully completed JSON array. github url - https://github.com/heshanjse/BPMNEditor Thank you! regards, Heshan Jayasinghe On M

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Heshan Jayasinghe
Hi Isuru, This is the milestone plan we discussed in the last week. 24/6 - draw flows when moving a node - add properties to the flow - create delete functionality to every node. - add arrow and text to the toolbox 1/7- add text to the task - task resizing

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Heshan Jayasinghe
github url - https://github.com/heshanjse/BPMNEditor On Tue, Jun 21, 2016 at 6:57 AM, Heshan Jayasinghe wrote: > Hi Isuru, > > This is the milestone plan we discussed in the last week. > > 24/6 - draw flows when moving a node > - add properties to the flow > - create delete fu

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-07-05 Thread Heshan Jayasinghe
Hi, As we discussed in last meeting this week we plan to finish - flow reposition when BPMN element position changes. - task resizing - text attaching - changing task/event/gateway type using property (element icon changed with property) I created "flow reposition when BPMN elemen

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-07-06 Thread Isuru Wijesinghe
Hi Heshan, Please add only *general*, *main config* and *form* properties for each component as you mentioned in your proposal. Thanks, Isuru. On Wed, Jul 6, 2016 at 9:42 AM, Heshan Jayasinghe wrote: > Hi, > As we discussed in last meeting this week we plan to finish > >- flow reposition w

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-07-13 Thread Heshan Jayasinghe
Hi, I added following element to BPMN tool box.I added only boundary events instead of Intermediate event because both look like same and last discussion we plan to come up with only boundary events. Intermediate event have time catching event Signal catching event Message catching Event,etc.

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-07-27 Thread Hasitha Aravinda
Heshan, Could you please update this mail with your current progress ? Also can you update the git repo with latest code base. It was last updated 23 days ago. Thanks, Hasitha. On Thu, Jul 14, 2016 at 9:25 AM, Heshan Jayasinghe wrote: > Hi, > I added following element to BPMN tool box.I added

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-07-30 Thread Heshan Jayasinghe
HI Hasitha, My git repo is up to date .please check develop branch in GitHub.I completed task text and new flow drawing.now i am working on flow change with element drag events and text area resize with task resizing. Thank you! regards, Hesh

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-08-12 Thread Heshan Jayasinghe
Hi All, After 3 months contributing on Web based BPMN editor i completed following tasks - drag and drop elements(start event/end event/gateway/task) from tool box to drawing canvas - display popup tool box with element(start event/end event/gateway/task) on click event - flow drawi

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-08-14 Thread Chathura Ekanayake
Hi Heshan, It looks good so far.. However, there are few fixes to be done. - Properties box cannot be closed. - Circles in bending positions of edges have to be shown only when mouse gets over them - Gateways should allow multiple connection points (at least 4) Regards, Chathura On Fri, Aug 12,

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-08-15 Thread Heshan Jayasinghe
HI Chathura, I completed both download and upload json file functionalities.now I am working on few fixes that we discussed on last meeting.i will fix above mention bugs too. Thank You! Regards, Heshan Jayasinghe On Mon, Aug 15, 2016 at 10:35 AM, Chathura Ekanayake wrote: > Hi Heshan, > > It

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-08-23 Thread Heshan Jayasinghe
Hi All, I completed and submit "Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs" project in google summer of code dashboard.Hope i completed most of the task you gave to me in this project.I have some known issues in the project.I published my last com