Skip to content

implemented Asset Subcategory Module#281

Merged
truthixify merged 1 commit intoDistinctCodes:mainfrom
Mkalbani:feat/asset-sub
Sep 30, 2025
Merged

implemented Asset Subcategory Module#281
truthixify merged 1 commit intoDistinctCodes:mainfrom
Mkalbani:feat/asset-sub

Conversation

@Mkalbani
Copy link
Contributor

Closes #234

Summary

  • Implements asset subcategories for more detailed classification (e.g., IT Equipment → Laptops → Dell).
  • Adds asset_subcategories table with id, name, and parentCategoryId.
  • Provides CRUD APIs for asset subcategories.
  • Links assets (inventory items) to subcategories.

Details

  • Generated asset-subcategories NestJS module.
  • Defined AssetSubcategory entity and DTOs (create, update).
  • Implemented service and controller for CRUD operations.
  • Updated asset entity to reference subcategory.

Impact

  • Enables hierarchical asset categorization.
  • Assets can now be linked to specific subcategories for improved organization and reporting.

@vercel
Copy link

vercel bot commented Sep 29, 2025

@Mkalbani is attempting to deploy a commit to the naijabuz's projects Team on Vercel.

A member of the Team first needs to authorize it.

@truthixify
Copy link
Collaborator

Thank you @Mkalbani

Appreciate the work you did, LGTM 🚀

@truthixify truthixify merged commit f06624b into DistinctCodes:main Sep 30, 2025
6 of 7 checks passed
@Mkalbani
Copy link
Contributor Author

@truthixify it's my pleasure!!

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.

8. [BACKEND] Implement Asset Subcategory Module

2 participants