mukundha / aar-bot

internal bot for aar
1 stars 0 forks source link

respond with a deep link #2

Open tenfourty opened 9 years ago

tenfourty commented 9 years ago

At the moment the rfp answers are very verbose, it would be great if every q was printed with the first line of the answer (or XX chars) and a deep link to the exact answer in aar.

I don't think AAR currently supports deep linking... so it would need a fix to handle this.

jeremybrown >> rfp soa
chatbot >> Question: Are both SOAP and REST supported?
chatbot >> Answer:Yes.  Both REST and SOAP are fully supported.
chatbot >> http://link.item/
chatbot >> Question: Are standard transformations included? (XML to JSON, JSON to XML, SOAP to REST, REST to SOAP)
chatbot >> Answer:The API Services component is designed to support HTTP fully and has additional support for JMS. It supports all of the following industry standards - HTTP, HTTPS, REST, SOAP 1.1/1.2, WSDL 1.0/2.0, XML (POX), XSD, XPATH, XQuery, REST, WADL, JSON, JSONP, JMS etc.
chatbot >> http://link.item/
chatbot >> Question: Does the product have out of the box capabilities to translate the document structure from one to another? For example XML to JSON
chatbot >> Answer:The product supports all of the following industry standards - HTTP, HTTPS, REST, SOAP 1.1/1.2, WSDL 1.0/2.0, XML (POX), XSD, XPATH, XQuery, REST, WADL, JSON, JSONP, JMS etc.
chatbot >> http://link.item/
mukundha commented 9 years ago

still figuring out a way to implement it, maybe cache in edge and provide a link [that will expire in say 30 mins]?, looks like will be a bit of work

tenfourty commented 9 years ago

I think Angular.js supports links but you guys aren't using it in the aar web app - that to me is the source of the problem because ideally the link should take you to the item in the aar web app.

For example you can't even click on home in the aar web app.