Commit graph

21 commits

Author SHA1 Message Date
Lord_Devi 337cca1053 fix: Display success messages immediately after IDS data modification 2024-09-16 23:27:36 -04:00
Lord_Devi af4ea8adc7 feat: Implement delete functionality for individual IDS Data entries 2024-09-16 23:24:50 -04:00
Lord_Devi ce58e08719 feat: Implement IDS Data detail view 2024-09-16 23:22:59 -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 01a8fc360e fix: Remove numbers and colons from column names in ids_data_import function 2024-09-16 23:09:50 -04:00
Lord_Devi 8698747dc0 feat: Add logging to CSV import functionality 2024-09-16 23:07:55 -04:00
Lord_Devi c6c910d806 feat: Implement CSV import functionality for IDS Data 2024-09-16 23:05:31 -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 a774ae23eb fix: Replace 'add_class' template tag with 'render_field' in lead_form.html 2024-09-16 21:42:28 -04:00
Lord_Devi 8b75babda1 feat: Integrate Bootstrap 5 into Django application 2024-09-16 21:19:22 -04:00
Lord_Devi 2dfdcbb455 chore: Remove PDF export functionality 2024-09-16 21:17:19 -04:00
Lord_Devi 0dca3cfcf7 feat: Add PDF export functionality for leads 2024-09-16 21:14:56 -04:00
Lord_Devi 9f6336ee35 fix: Add missing lead_confirm_delete.html template 2024-09-16 21:13:30 -04:00
Lord_Devi 2e83358352 feat: Add lead_detail.html template 2024-09-16 21:12:48 -04:00
Lord_Devi 519c9de86e fix: Add missing lead_form.html template and update lead_list.html 2024-09-16 21:11:35 -04:00
Lord_Devi ae7181ce59 feat: Add Lead model to admin interface 2024-09-16 20:58:23 -04:00
Lord_Devi d584bc2633 feat: Add lead model admin registration and basic templates 2024-09-16 20:57:19 -04:00
Lord_Devi 83addc39e6 fix: Create missing URLs files and update project settings 2024-09-16 20:50:00 -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