qstudio icon indicating copy to clipboard operation
qstudio copied to clipboard

Click Table Result "link" to view associated data.

Open jdjohn555 opened this issue 11 months ago • 1 comments

I want to be able to query a function e.g. getTodaysPrices[]


date ticker exchange bid ask weblink exchangeinfo
2011.01.01 GOOG LSE 1.1 2.2 http://google.com
2011.01.01 META NYSE 1.1 2.2 META@NYSE

and then

  • Click GOOG to go see information on GOOG
  • Click on the weblink column to go to that web page
  • CLick on Meta@NYSE to make the API call getBidAsk[ NYSE; META]

This should be javadoc driven and based on column names e.g.

// @return table of date ticker ... // @result-lookup exchange getExchangeInfo[exchange] // @result-lookup [exchange,ticker] getBidAsk[ exchange; ticker] getTodaysPrices:{}

A way of documenting links between API calls and showing them to user.

3 Types of link:

  1. If table returned contains nested kdb structure allow clicking to expand into that structure.
  2. A query link, that sends another kdb query.
  3. An HTTP link, that opens a web page.

jdjohn555 avatar Jan 21 '25 11:01 jdjohn555

Display docpage per namespace when browsing. Use #140 and these links to generate useful links.

jdjohn555 avatar Jan 21 '25 11:01 jdjohn555