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
Search functionality of stack is not working. #173
Before you describe your issue, idea or feature, please consider using this issue template.
Search functionality of stack is not working.
Type of issue:
[x] Bug / Error
[ ] Idea / Feature
[x] Improvement detail
Short description on the issue
After running both the server and client-side move to http://localhost:4200/app/commonFeed
Create some stacks and after that try to search using the search bar in the sidebar and check the network tab, it's neither sending any request to the server for searching nor showing any result.
Possible fix
Make a request to the server for the search stack (if backend exists for this functionality else create API as well) and then retrieve the result and then render it.
Before you describe your issue, idea or feature, please consider using this issue template.
Search functionality of stack is not working.
Type of issue:
Short description on the issue
After running both the server and client-side move to http://localhost:4200/app/commonFeed Create some stacks and after that try to search using the search bar in the sidebar and check the network tab, it's neither sending any request to the server for searching nor showing any result.
Possible fix
Make a request to the server for the search stack (if backend exists for this functionality else create API as well) and then retrieve the result and then render it.