feat: search, queue, and reports modules; document asset notes - #1354
Merged
yusuftomilola merged 1 commit intoAug 25, 2026
Merged
Conversation
- Add SearchModule with cross-entity /api/search endpoint (assets/users/documents) (closes DistinctCodes#1086) - Add QueueModule (Bull + Redis) with mail queue/processor and retry/backoff (closes DistinctCodes#1081) - Add ReportsModule with /api/reports/summary matching the frontend ReportsSummary (closes DistinctCodes#1072) - Document asset notes feature and endpoints (closes DistinctCodes#1071)
|
@Nimatstar is attempting to deploy a commit to the naijabuz's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Nimatstar Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
yusuftomilola
approved these changes
Aug 25, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small, focused additions.
SearchModuleexposingGET /api/search?q=&types=&limit=that searches across assets, users and documents (per-entity methods ready for the concrete ILIKE queries). Closes [BE-27] Implement global search endpoint across assets, users, and documents #1086QueueModuleregistering Bull with Redis from env, amailqueue + processor with retry/backoff (3 attempts) and structured failure logging, plus animportqueue. Closes [BE-22] Set up Bull queues for email sending and background processing #1081ReportsModuleexposingGET /api/reports/summaryreturning theReportsSummaryshape the dashboard/reports pages consume. Closes [BE-13] Implement reports summary endpoint powering the dashboard and reports pages #1072Closes #1086
Closes #1081
Closes #1072
Closes #1071