CMU-313 / spring23-nodebb-team-a1

spring23-nodebb-team-a1 created by GitHub Classroom
GNU General Public License v3.0
5 stars 2 forks source link

Completed front-end search #14

Closed denisekaur closed 1 year ago

denisekaur commented 1 year ago

What -- I added functionality for the search bar on the Recents tab so that it correctly searches for a post. Why -- This is the remaining task left in order to close issue #5 How -- This feature is implemented by creating a search function in the recents.tpl file that searches by post title. Testing -- User interface testing was completed on this feature.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4300460260


Files with Coverage Reduction New Missed Lines %
src/database/mongo/sorted.js 2 92.7%
src/database/postgres/transaction.js 2 52.38%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 4180828302: -0.02%
Covered Lines: 22579
Relevant Lines: 25344

💛 - Coveralls