scorelab / Stackle

Stackle is an web communication portal aimed at providing Open Source organizations a platform to have discussions on their github projects and their issues. It provides Github intergration which allows adminstrator of an organization to create a forum thread for the particualr organization. Users signing in is able to view forums of the organizations they contribute to and engage in the forum discussions.
Apache License 2.0
104 stars 146 forks source link

established the frontend for search functionality #176

Open Rupeshiya opened 4 years ago

Rupeshiya commented 4 years ago

Fixes #173 WIP

Established the frontend for search

After implementing backend for this, search functionality will be

As of now, /api/name/:organisationname route is not working.

Check if you have done the following before creating the PR

Rupeshiya commented 4 years ago

@psnmissaka , @tharindupr Please review.

carpecodeum commented 4 years ago

@Rupeshiya have you implemented the backend functionality or can i do it?

Rupeshiya commented 4 years ago

@Rupeshiya have you implemented the backend functionality or can i do it?

@carpecodeum It's already implemented there, only now I have to render the result, so waiting for maintainers reply, in which component to render the result.