test-fullautomation / RobotFramework_AIO_website

WebSite for RobotFramework AIO
Apache License 2.0
0 stars 1 forks source link

Interface specification wanted for dynamic web page content #2

Open HolQue opened 1 year ago

HolQue commented 1 year ago

It would be very helpful for users to have the possibility to search for content. To enable such a search functionality three things need to be introduced:

  1. We need content

    GenPackageDoc is already able to provide the docstrings of interface definitions. In future GenPackageDoc will also be able to provide input and output parameters of methods (as separate prototype such a parser extension I have already implemented).

  2. In web page we need an input text field where users can insert items to search for. We also need a text window in which the found content is displayed. Finally a copy-to-clipboard button for the content would be great.

  3. We need to specify the interface for dynamic web page content

    Which format is required for content that shall be accessible by such a search function:

    • static autogenerated java script code,
    • JSON format,
    • SQL database ?

In general the web page should provide the following informations (either by search function or by static HTML):

HolQue commented 1 year ago

WebPage.Search.Concept.pdf