-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# PCF-WebFormStepsVisualizer | ||
|
||
Make it easier to work with Web Forms by visualizing your Web Form Steps as a flow chart. | ||
|
||
This is early version of the component, so bug and inconsistency may occur. Before submitting bug or an issue check known issues section below. | ||
|
||
## Known Issues | ||
|
||
* Incosistent placement of the last step | ||
* Sidebar show data only when clicking on the step label | ||
|
||
## Download Component (Current version 0.2.0.0) | ||
|
||
[Download](https://github.com/OOlashyn/PCF-WebFormStepsVisualizer/releases) | ||
|
||
## Planned updates | ||
|
||
* Add Create/Update/Delete operations | ||
* Allow update of order of steps by drag and drop + linking | ||
* Data refresh within component | ||
* Adding arrows to lines (as soon as library that I use will implent it) |