Skip to content

implemented the branch module establishing relationship - #365

Merged
yusuftomilola merged 2 commits into
DistinctCodes:mainfrom
Kaylahray:feat/branch-module
Oct 4, 2025
Merged

implemented the branch module establishing relationship#365
yusuftomilola merged 2 commits into
DistinctCodes:mainfrom
Kaylahray:feat/branch-module

Conversation

@Kaylahray

@Kaylahray Kaylahray commented Oct 4, 2025

Copy link
Copy Markdown
Contributor

Branches, Departments, and Company Modules with Asset Integration. closes #339

Key Features Implemented

  • Branches Module
    Handles company physical locations with CRUD APIs, including name, location, and linked company ID.

  • Departments Module
    Represents business units within companies and branches, fully relational with Department CRUD endpoints.

  • Company Module
    Supports companies with basic information and relations to branches and departments.

  • Asset Entity Update
    Enhanced the existing asset entity to optionally relate to branches, aligning asset management with company locations.

  • All modules include strong entity definitions using TypeORM with relations.

  • Input validation with DTOs using class-validator.

  • Services encapsulate business logic for CRUD operations.

  • RESTful controllers expose the APIs to interact with these modules.

  • The project follows NestJS best practices for modular architecture and maintainability.

@vercel

vercel Bot commented Oct 4, 2025

Copy link
Copy Markdown

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

A member of the Team first needs to authorize it.

@yusuftomilola
yusuftomilola merged commit 46af8ca into DistinctCodes:main Oct 4, 2025
4 of 5 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 Branch Module

2 participants