Skip to content

Implement Transaction Tagging and Categorization#507

Merged
Devsol-01 merged 1 commit intoDevsol-01:mainfrom
MerlinTheWhiz:feat/transaction-tagging-and-categorization
Mar 29, 2026
Merged

Implement Transaction Tagging and Categorization#507
Devsol-01 merged 1 commit intoDevsol-01:mainfrom
MerlinTheWhiz:feat/transaction-tagging-and-categorization

Conversation

@MerlinTheWhiz
Copy link
Copy Markdown
Contributor

Closes #467

Changes I made:

  • transaction.entity.ts — Added category and tags.
  • transaction-response.dto.ts — Included category and tags in responses.
  • transaction-query.dto.ts — Added filters for category and tags.
  • tag-transaction.dto.ts, bulk-tag.dto.ts — New DTOs for tagging.
  • transactions.controller.ts — Added tagging, bulk tagging, and category endpoints.
  • transactions.service.ts — Added filtering, tagging logic, and CSV export support for category/tags.
  • auto-categorization.service.ts — Added rule-based categorization.
  • transactions.module.ts — Registered auto-categorization provider.
  • 1780000000000-AddTransactionTagsAndCategory.ts — Migration for category/tags.
  • transactions.service.tagging.spec.ts — Added service-level unit tests for tagging features

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nestera Ready Ready Preview, Comment Mar 29, 2026 0:15am

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

@MerlinTheWhiz 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! 🚀

Learn more about application limits

@Devsol-01 Devsol-01 merged commit 391af34 into Devsol-01:main Mar 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Transaction Tagging and Categorization

2 participants