TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Creation of stack search page upon POST #58

Closed Amit-Oha closed 7 years ago

Amit-Oha commented 7 years ago

Instead of searching for results every time a user browse to a search address, we should create the results page when getting the trace from the user and save it to a database. This will save loading times for pages that already been visited at least once.

yonzarecki commented 7 years ago

Changing the milestone to Sprint 1, as @AmitOhayon stated he's close to finishing. Feel free to change the milestone to a closer date.

93

Amit-Oha commented 7 years ago

Currently debugging - no results found after change

Amit-Oha commented 7 years ago

@tonylekhtman getAllQuestionsWithTheException on com.bugquery.serverside.dbparsing.dbretriever.SQLDBConnector does not extract post id, which i later use to recover queries. Can you set the ids for retrieved MinSOPosts?

yonzarecki commented 7 years ago

Can I get an update on this issue ? I think it may be relevant for Google's crawling in #113

Amit-Oha commented 7 years ago

There is a working implementation in branch iss58, but since it is an old branch much have changed and there is also the db redesign we are doing atm so I intend to use this branch as reference only and implement again when we're done with #102

Amit-Oha commented 7 years ago

We ended up creating the stack search page upon first get - provides almost same functionality and needed for #70 .