Skip to content

Commit

Permalink
update custom AQL UI
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed Nov 6, 2024
1 parent 46daa04 commit b14ae1b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
Binary file modified leo-data-processing-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-main-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-observer-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-scheduler-starter-v_0.9.0.jar
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,14 @@ <h4 id="segment_name" class="highlight_text" > </h4>
<i class="fa fa-object-group" aria-hidden="true"></i> Query with LEO AI
</button>
<label class="control-label" for="segment_custom_aql_editor" style="margin-bottom: 8px;">
<mark> ArangoDB Query Editor </mark> (You are an AQL expert. You know what you are doing) <br>
<p> Disallow 'update', 'remove', 'insert', or 'replace' or 'cdp_profile' keywords </p>
<mark> ArangoDB Query Editor </mark>
</label>
<p class="small">
You are an AQL expert. You know what you are doing. <br>
Disallow 'update', 'remove', 'insert', or 'replace' or 'cdp_profile' keywords <br>
The final query is "FOR d in cdp_profile FILTER d.status > 0 " + [Generated AQL from Visual Query Builder] + [Your Custom Query] + " RETURN d"
</p>

<div id="segment_custom_query_holder" style="width: 98%; border-left: 1px dotted;">
<textarea id="segment_custom_aql_editor" ></textarea>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,9 @@ <h4>You are looking for a group of people</h4>
<hr>
<div id="segment_custom_query_holder" >
<label class="control-label" for="segment_custom_aql_editor" style="margin-bottom: 8px;">
<mark> ArangoDB Query Editor </mark> (You are an AQL expert. You know what you are doing)
<mark> ArangoDB Query Editor </mark>
</label>
<p class="small"> Your custom query in the segment </p>
<div style="width: 98%; border-left: 1px dotted;">
<textarea id="segment_custom_aql_editor" ></textarea>
</div>
Expand Down

0 comments on commit b14ae1b

Please sign in to comment.