bounswe / 2021SpringGroup11

Welcome to our github repository. We are 11th group of CMPE451 Fundamentals of Software Engineering course. We will work on a software project as a team throughout this term.
http://bounswe11.com.s3-website.us-east-2.amazonaws.com/
4 stars 0 forks source link

Fixing problems with Search-Path Endpoint #395

Closed Hazerank closed 2 years ago

Hazerank commented 2 years ago

Among other endpoints, Search Path is not implemented properly. So in order to implement search feature in general, firstly the search path http request should be implemented.

Hazerank commented 2 years ago

The implementation is done in several steps. After working on the framework for a while ( commit d8a7605d7611b545cd1937f921b7b767c45c136a), an initial version is implemented which is basically traversing backend result and processing data, in commit 2158f037437e428a9bd7d2094d3d4a2681a6565c.

Hazerank commented 2 years ago

After arguing and investigating the previous code written by Kürşat, a fancier way of search service is implemented via creating a new model for data. In this manner, search started to work more steadily. ( Regarding commit bb33cdbb1d3b4d657d682759c03fdb509e8ec193)

Hazerank commented 2 years ago

Implemented and closed with successful Pull Request.