You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,10 @@ The service will check the length to determine whether to use the session ID or
39
39
40
40
### Web API
41
41
42
-
The frontend doesn't have many options yet. It's a simple html page with a form to enter the basic needed data and jira issues IDs (multiple can be entered, separated by comma).
42
+
The frontend doesn't have all options yet. It's a simple html page with a form to enter options and jira issue IDs (multiple can be entered, separated by comma).
43
43
By default this will simply walk the graph, ignore epics and subtasks, and build everything into an SVG, which will be diplayed on the page.
44
44
The resulting SVG can be copied from dev tools. I might later add another button that puts the SVG into an `<img>` tag so it can simply be copied with a context click.
45
45
46
-
The backend supports all the options available to the CLI tool, there's a swagger page at `/swagger` to test it out.
46
+
Kiosk mode can be started via the Kiosk mode button. This will hide the form and periodically reload the page with the same options. Default period is 1 minute. Refresh the page to immediately refresh the graph.
47
+
48
+
The backend supports all the options available to the CLI tool, there's a `/swagger` page to test it out.
0 commit comments