Skip to content

Remove unused excluded modules under src/modules (gdpr, ccpa, sync). - #1217

Merged
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
funds0033-cmyk:fix/1200-remove-dead-modules-entities
Aug 25, 2026
Merged

Remove unused excluded modules under src/modules (gdpr, ccpa, sync).#1217
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
funds0033-cmyk:fix/1200-remove-dead-modules-entities

Conversation

@funds0033-cmyk

Copy link
Copy Markdown
Contributor

Description

Summary

Removes unused, dead code from the codebase — the src/modules/gdpr, ccpa, and sync directories were no longer referenced or in use, and their removal cleans up the module structure without affecting any active functionality.

What Was Removed

  • src/modules/gdpr
  • src/modules/ccpa
  • src/modules/sync

Verification

  • Confirmed these modules were dead code with no active references before removal.

Branch

fix/1200-remove-dead-modules-entities (7089ce6e), pushed to fork.

Related Issue

Fixes #1200

Closes #1200

These dirs held dead entity code outside TypeORM schema management and were never registered; keeps the real src/sync module intact. Fixes rinafcode#1200.

Co-authored-by: Cursor <[email protected]>
@drips-wave

drips-wave Bot commented Aug 25, 2026

Copy link
Copy Markdown

@funds0033-cmyk 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

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project.

@RUKAYAT-CODER
RUKAYAT-CODER merged commit 76711c3 into rinafcode:main Aug 25, 2026
3 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.

src/modules/** is excluded from tsconfig but contains entity files that don't compile

2 participants