Spaces:
Paused
Paused
Commit History
refactor(reference): add customer_type_id filter to company types and lead sources retrieval 901a0a1
docs: update README with setup instructions and common commands 3761a0f
refactor(reference): update LeadGeneratedFrom model to change source_name to customer_type_id and adjust enabled flag 0c74977
phone type reference data c2fa6c9
refactor(reference): remove enabled flag from EstShipDate and EstFreight models 88aeac6
product application str to int cda6d33
refactor(reference): remove enabled flag from FOB models fe41bcb
Revert "refactor(reference): improve fob creation by filtering input data" c4c25e9
refactor(reference): improve fob creation by filtering input data 74caffb
product applications a7ed183
feat(reference): add comprehensive test script for POST and PUT reference data endpoints f833e7a
refactor(reference): update return statements to use mapper for column keys in CRUD operations 0f2e4e2
refactor(reference): update column access method to use column.key instead of column.name 372d925
feat(reference): add delete operations for various reference data entities cce9e60
feat: Add CRUD operations for reference data entities 91187f2
feat(project): add functionality to insert project notes during project creation 1ff6317
refactor(reference): remove enabled field filtering from FOB and EstFreight queries 4aa1865
feat(notes): add followup_date parameter to update_customer_note method c0ba66d
feat(notes): add followup_date field to CustomerNoteUpdate schema 51acd03
followup date 78bde0a
feat(notes): add followup_date to customer note creation and schema caf905b
customer detele 9a5dc04
feat(notes): enhance FollowupDate updates with logging and error handling c4ab641
feat(customer): implement cascade delete for customer and related records f2af800
feat(contact): enhance contact retrieval with address_id from ContactAddress 4e39620
Merge branch 'main' of https://huggingface.co/spaces/aquabarrier/ab-ms-core aedcdbd
feat(contact): add ContactAddress model and repository for managing contact addresses 8c83744
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
feat(reference): add status_info retrieval to reference data repository 8564efd
feat(employee): enhance employee creation and update methods to handle sensitive fields securely 3074163
feat(reference): refactor FOB and EstFreight classes to top-level for improved structure and accessibility 94866d7
feat(bidder): simplify SQL queries by removing unnecessary index hints for improved readability dd08f57
feat(reference): add FOB and EstFreight models with necessary fields and defaults cac96f2
feat(bidder): optimize bidder retrieval by removing unnecessary fields and adding performance indexes ec286d9
feat(project): remove heavy nested collections from project customer response for performance improvement 4f4cfa4
feat(project): enhance customer retrieval with keyset pagination support 9d20b05
feat(project): optimize bidder contact retrieval by omitting unnecessary data for performance e100d27
feat(project): optimize project detail retrieval to exclude customers and notes for performance 02a6b87
feat(project): add created_date and modified_date fields to track timestamps 8b39fb7
feat(dashboard): update new projects query to use CreatedDate instead of BidDate 36d0907
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