Challenge Overview
Competition Task Overview
In a previous challenge we built a visual diagram editor web app / prototype, in this challenge we are going to enhance the eidtor with some extra features. Here's the list:
- Drawing Edges with other styles (curves and straight lines)
- Drawing self-transition easily (it's possible to draw self-transition now, but it needs efforts for reshaping)
- Nodes/Edges: Metadata(optional Key-Value pairs)
- Nodes/Edges: Border(Line) style (solid, dashed, dotted, double)
Please note the editor now also receives server side push messages and can udpate itself based on the commands from the server, this should NOT be broken after adding the new features.
Technology Overview
REST
HTML
Javascript
Final Submission Guidelines
Submission Deliverables
1. Updated code that covers all requirements
2. Detailed guide to test / verify your submission
Final Submission
For each member, the final submission should be uploaded via the challenge detail page on topcoder.com.