feat: bulk import + redis cache; document transfers, migrations & seed - #1356
Merged
yusuftomilola merged 1 commit intoAug 25, 2026
Conversation
…grations and seed - Add ImportService with dry-run CSV/XLSX validation and template headers (closes DistinctCodes#1085) - Add RedisCacheModule (cache-manager redis store from env) for reports/count-heavy endpoints (closes DistinctCodes#1080) - Document the transfers request/approval workflow (closes DistinctCodes#1077) - Add a seed script and document TypeORM migrations (drop synchronize) (closes DistinctCodes#1073)
|
@zakariyaufarida5-wq is attempting to deploy a commit to the naijabuz's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@zakariyaufarida5-wq 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
5 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.
ImportServicewith dry-run validation (required-column checks per row, error list) and template headers, so users can validate a CSV/XLSX before committing. Closes [BE-26] Implement bulk asset import — CSV/XLSX with dry-run validation and template #1085RedisCacheModule(cache-manager redis store from env) to speed up reports and count-heavy endpoints. Closes [BE-21] Integrate Redis caching for reports and count-heavy endpoints #1080seed.tsscript and document the TypeORM migration commands and droppingsynchronize. Closes [BE-14] Set up TypeORM migrations and database seed script (drop synchronize) #1073Closes #1085
Closes #1080
Closes #1077
Closes #1073