Commit History

feat(reference): add customer_type_id filtering to reference data endpoints
f9a1cab

rajeshbms commited on

refactor(reference): add customer_type_id filter to company types and lead sources retrieval
901a0a1

rajeshbms commited on

docs: update README with setup instructions and common commands
3761a0f

rajeshbms commited on

refactor(reference): update LeadGeneratedFrom model to change source_name to customer_type_id and adjust enabled flag
0c74977

MukeshKapoor25 commited on

phone type reference data
c2fa6c9

MukeshKapoor25 commited on

refactor(reference): remove enabled flag from EstShipDate and EstFreight models
88aeac6

MukeshKapoor25 commited on

product application str to int
cda6d33

MukeshKapoor25 commited on

refactor(reference): remove enabled flag from FOB models
fe41bcb

MukeshKapoor25 commited on

Revert "refactor(reference): improve fob creation by filtering input data"
c4c25e9

MukeshKapoor25 commited on

refactor(reference): improve fob creation by filtering input data
74caffb

MukeshKapoor25 commited on

feat(reference): add comprehensive test script for POST and PUT reference data endpoints
f833e7a

MukeshKapoor25 commited on

refactor(reference): update return statements to use mapper for column keys in CRUD operations
0f2e4e2

MukeshKapoor25 commited on

refactor(reference): update column access method to use column.key instead of column.name
372d925

MukeshKapoor25 commited on

feat(reference): add delete operations for various reference data entities
cce9e60

MukeshKapoor25 commited on

feat: Add CRUD operations for reference data entities
91187f2

MukeshKapoor25 commited on

feat(project): add functionality to insert project notes during project creation
1ff6317

MukeshKapoor25 commited on

refactor(reference): remove enabled field filtering from FOB and EstFreight queries
4aa1865

MukeshKapoor25 commited on

feat(notes): add followup_date parameter to update_customer_note method
c0ba66d

MukeshKapoor25 commited on

feat(notes): add followup_date field to CustomerNoteUpdate schema
51acd03

MukeshKapoor25 commited on

feat(notes): add followup_date to customer note creation and schema
caf905b

MukeshKapoor25 commited on

feat(notes): enhance FollowupDate updates with logging and error handling
c4ab641

MukeshKapoor25 commited on

feat(customer): implement cascade delete for customer and related records
f2af800

MukeshKapoor25 commited on

feat(contact): enhance contact retrieval with address_id from ContactAddress
4e39620

MukeshKapoor25 commited on

Merge branch 'main' of https://huggingface.co/spaces/aquabarrier/ab-ms-core
aedcdbd

MukeshKapoor25 commited on

feat(contact): add ContactAddress model and repository for managing contact addresses
8c83744

MukeshKapoor25 commited on

Added enabled and Send Literature fieled while updating the contact
08718b6
verified

Rajeshkumar commited on

feat(bidder): add additional fields to bidder SQL queries for enhanced data retrieval
30b56fc
verified

Rajeshkumar commited on

feat(bidder): implement cascade delete for bidder and related records in delete method
5bcd6a3

MukeshKapoor25 commited on

feat(reference): add status_info retrieval to reference data repository
8564efd

MukeshKapoor25 commited on

feat(employee): enhance employee creation and update methods to handle sensitive fields securely
3074163

MukeshKapoor25 commited on

feat(reference): refactor FOB and EstFreight classes to top-level for improved structure and accessibility
94866d7

MukeshKapoor25 commited on

feat(bidder): simplify SQL queries by removing unnecessary index hints for improved readability
dd08f57

MukeshKapoor25 commited on

feat(reference): add FOB and EstFreight models with necessary fields and defaults
cac96f2

MukeshKapoor25 commited on

feat(bidder): optimize bidder retrieval by removing unnecessary fields and adding performance indexes
ec286d9

MukeshKapoor25 commited on

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 bidder contact retrieval by omitting unnecessary data for performance
e100d27

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

feat(project): add created_date and modified_date fields to track timestamps
8b39fb7

MukeshKapoor25 commited on

feat(dashboard): update new projects query to use CreatedDate instead of BidDate
36d0907

MukeshKapoor25 commited on

feat(bidders): implement deletion of all barrier sizes associated with a bidder
28b4202

PupaClic commited on

feat(barrier-sizes): add update functionality for barrier sizes with and without bidder associations
229973a

PupaClic commited on

feat(barrier-sizes): add CRUD operations and update associations for barrier sizes
75d92aa

PupaClic commited on

Add comprehensive unit tests for various endpoints and features
7ff20d3

PupaClic commited on

feat(bidders): remove SQL-like barrier size creation and refactor update to use BarrierSizesUpdate schema
739c246

PupaClic commited on

feat(bidders): improve barrier size deletion with existence check and error handling
a97f5f1

PupaClic commited on

feat(bidders): enhance barrier size update to include bidder association and optional fields
abeaaf9

PupaClic commited on