ab-ms-core / app /tests /unit

Commit History

Refactor services and repositories to remove stored procedures in favor of direct ORM queries
177abaf

MukeshKapoor25 commited on

feat(customers): add endpoint to retrieve projects associated with a specific customer with pagination
f5b378b

MukeshKapoor25 commited on

feat(projects): add endpoints to retrieve project customers and customer details with pagination
1326afb

MukeshKapoor25 commited on

Implement employee management features; add employee model, repository, service, and controller with CRUD operations, and include unit tests for validation
3593a14

MukeshKapoor25 commited on

Implement project listing with pagination and sorting; add repository and service methods, update models and schemas, and include unit tests for functionality
b79b0dc

MukeshKapoor25 commited on

Implement customer listing with pagination and ordering via stored procedure; update models, services, and tests
628320b

MukeshKapoor25 commited on