Add user search#15
Conversation
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||
59da94e to
eec8ca4
Compare

User description
Proposed change
Closes #(issue or discussion)
Type of change
Checklist:
pre-commithooks, see documentation.PR Type
Enhancement
Description
Added user search functionality alongside task search.
Updated backend
/searchendpoint to return both tasks and users.Enhanced frontend to display and search both tasks and users.
Improved sorting for both tasks and users in search results.
Changes walkthrough 📝
server.js
Add user dataset and enhance /search endpoint for usersgraphite-demo/server.js
usersdataset for search./searchendpoint to filter and return both tasks and users.tasksandusers.frontend.jsx
Update frontend to support user and task searchgraphite-demo/frontend.jsx
TaskAndUserSearchto reflect dual search.