TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Explore adding quick answers on markers #138

Closed yonzarecki closed 7 years ago

yonzarecki commented 7 years ago

A major enhancement to the plugin's markers is to add quick suggestion from the server to the user.

In this issue we will explore what we will need to implement such feature (from the server or any other part of the system).

mdoron commented 7 years ago

yes, the idea is that even if we cannot give a summary of the answer, we can still say something like - "XXXException: BugQuery advices you to check this link"

Or even implement it as some sort of quickfix

The plugin infrastructure is already built

mdoron commented 7 years ago

@AmitOhayon , I'm assigning you as the representative of the server side. We will think about this together. If you want someone else to deal this issue with me, assign him instead/additionaly.

yonzarecki commented 7 years ago

We discussed adding a page that returns the results as JSON instead of a full HTML. This way it will be easier to parse in the plugin.

yonzarecki commented 7 years ago

I think Adi's opinion is clear in this matter, as we DON'T want the client to remain in eclipse and send him\her to the website whenever possible.

mdoron commented 7 years ago

Still, we do need to clarify what is going to be written on the markers, and we decided that a quickfix mechanism will be implemented, which will direct the user to the website.