[
https://issues.apache.org/jira/browse/VXQUERY-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15191348#comment-15191348
]
Preston Carman commented on VXQUERY-182:
----------------------------------------
Lets collect all our comments about this issue on the wiki. If you don't have
access, post your username so we can add you to the authorized list.
As for the results you need to return (AST, result, etc.), the API will need to
accomplish two tasks. First would be to collect all the values that need to be
returned to the client. Second, would be to consider the format that those
results are returned. Both of these ideas can be discussed. At first, I think I
would just keep the format of the AST as is and return it as a string. After
this process is working, I would then look at improving the formatting to allow
for better UI display of the AST. Does this make sense?
> Web-based Query Interface
> -------------------------
>
> Key: VXQUERY-182
> URL: https://issues.apache.org/jira/browse/VXQUERY-182
> Project: VXQuery
> Issue Type: New Feature
> Reporter: Preston Carman
> Labels: api, css, gsoc2016, html, java, javascript, restful
>
> The web-based query interface allows a user to execute a query from a web
> browser and get the result. The interface should support giving the user
> additional details and statistics about the query. The command line interface
> provides theses details. The web interface will need to connect to the
> RESTful api and report these to the user. The specific details include: the
> abstract syntax tree, logical plan, optimized plan, job details, and query
> statistics.
> The web interface will present these items in an easy to read format that is
> pleasing to the eye.
> Key tasks:
> * Create a web-based query interface.
> * Present the user with options for receiving additional query details and
> statistics
> * Tasteful display the result of the query and additional query details
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)