Commit History

feat(project): remove heavy nested collections from project customer response for performance improvement
4f4cfa4

MukeshKapoor25 commited on

feat(project): enhance customer retrieval with keyset pagination support
9d20b05

MukeshKapoor25 commited on

feat(project): optimize project detail retrieval to exclude customers and notes for performance
02a6b87

MukeshKapoor25 commited on

feat(projects): enhance project listing filters to exclude status 3 by default
21ab478

PupaClic commited on

feat(projects): add status filter to list_projects and implement direct SQL listing
b40f73e

MukeshKapoor25 commited on

fix(bidder, distributor, project): change EmployeeId type to string and update related schemas
8730c05

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

feat: Implement notes management with CRUD operations for projects, customers, and bidders
f8eac62

MukeshKapoor25 commited on

Enhance project management with stored procedures; update project retrieval and modification methods, and add comprehensive test scripts for validation
ea1b45f

MukeshKapoor25 commited on

Implement project creation via stored procedure; update ProjectCreate schema, ProjectService, and add test scripts for validation
4bd3006

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

Add initial project structure with FastAPI, Docker, and SQL Server integration
5fa5dc7

MukeshKapoor25 commited on