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

User and Stack Routes Structured #129

Closed shivamarora96 closed 6 years ago

shivamarora96 commented 6 years ago

106

shivamarora96 commented 6 years ago

@tharindupr Please have a look at the PR

psnmissaka commented 6 years ago

Fix this warning in the PR as well WARNING: The useMongoClient option is no longer necessary in mongoose 5.x, please remove it.

psnmissaka commented 6 years ago

Not related to this issue but in the API endpoint localhost:8080/api/post/create, validator is not working properly. The reason is due to validator checking for an attribute called link_issue. The attribute should be linkIssue

shivamarora96 commented 6 years ago

Sure @psnmissaka

shivamarora96 commented 6 years ago

@psnmissaka @tharindupr changes made, kindly review it. #106