Commit graph

9 commits

Author SHA1 Message Date
Lord_Devi 4a0ce60a05 feat: Add import log functionality 2024-09-17 17:25:09 -04:00
Lord_Devi 7c6924e757 feat: Increase max_length for IDSData model fields 2024-09-17 02:01:26 -04:00
Lord_Devi 114c52ed8f feat: Increase max length of model fields to 255 characters 2024-09-17 01:39:16 -04:00
Lord_Devi 159d9a6b37 fix: Increase character limit for gbp_business_phone field and add detailed error logging for CSV import 2024-09-17 01:28:05 -04:00
Lord_Devi 76fdf8b71f fix: Update IDSData model to allow non-unique business_uuid
feat: Add bulk delete functionality for IDS Data records
docs: Update commit message structure

fix: Update IDSData model to allow non-unique business_uuid
- Changed the `business_uuid` field in the `IDSData` model to not be unique
- This allows the import function to handle duplicate `business_uuid` values

feat: Add bulk delete functionality for IDS Data records
- Added a new view `ids_data_delete_all` to handle deleting all IDS Data records
- Added a new template `ids_data_delete_confirm.html` for the delete confirmation
- Updated the `ids_data` view to include a "Delete All" button

docs: Update commit message structure
- The commit message follows the structure: <type>: <description>
- The type uses the following values: fix, feat, build, chore, ci, docs, style, refactor, perf, test
2024-09-16 23:20:18 -04:00
Lord_Devi 1cd1295202 fix: update IDSData model and import function
The commit message is:

fix: update IDSData model and import function to handle decimal values in CSV data
2024-09-16 23:14:49 -04:00
Lord_Devi f713483abf feat: Add IDSData model and data source pages
chore: Update main menu with "Data" dropdown

docs: Add CSV header information
2024-09-16 23:02:28 -04:00
Lord_Devi 307735d63a feat: Implement lead scoring and prioritization 2024-09-16 20:48:30 -04:00
Lord_Devi 842d3c5d31 feat: Add 'leads' app to Django project 2024-09-16 20:47:44 -04:00