Commit graph

159 commits

Author SHA1 Message Date
Lord_Devi a2573a14fa feat: Implement session-based approach for handling selected IDs 2024-09-19 22:59:33 -04:00
Lord_Devi 13c8500352 fix: update pagination links to avoid duplicate page parameters in URL 2024-09-19 22:55:37 -04:00
Lord_Devi 0b6c1c79b9 fix: Preserve selected IDs when navigating between pages 2024-09-19 22:51:44 -04:00
Lord_Devi a93445cfb9 fix: Preserve selected IDs when navigating pagination 2024-09-19 22:50:20 -04:00
Lord_Devi 2d43df7697 feat: Preserve selected IDs when using pagination in leads/templates/ids_data.html 2024-09-19 22:48:08 -04:00
Lord_Devi bfe41566df fix: Preserve selected IDs in pagination links 2024-09-19 22:45:30 -04:00
Lord_Devi c53d22fb0d feat: Maintain selected entries across pagination 2024-09-19 22:44:02 -04:00
Lord_Devi 139241f27d fix: update URL path in leads/urls.py 2024-09-19 22:41:42 -04:00
Lord_Devi 7f29db518d fix: Add ids_data_bulk_delete view and URL pattern 2024-09-19 22:41:14 -04:00
Lord_Devi 53ff09e86a feat: Add bulk delete functionality with checkbox selection and pagination support 2024-09-19 22:38:36 -04:00
Lord_Devi a7d545bf1d feat: Add sorting functionality to data table 2024-09-19 22:33:32 -04:00
Lord_Devi cba2c8718a feat: Order IDS data by business_uuid 2024-09-19 22:23:13 -04:00
Lord_Devi 2c555113ce fix: Order ids_data_list by business_name before pagination 2024-09-19 22:19:18 -04:00
Lord_Devi fcfecf26d1 fix: Resolve issues with "Multi Locs With Unmatched Biz Names" filter 2024-09-19 22:01:12 -04:00
Lord_Devi 9ee19acad2 feat: Modify "Multi Locs With Unmatched Biz Names" filter to only exclude if all business names match for a given location UUID 2024-09-19 21:30:08 -04:00
Lord_Devi 52dd781ef8 fix: Resolve FieldError in "Multi Locs With Unmatched Biz Names" button 2024-09-19 21:25:04 -04:00
Lord_Devi e23333992d refactor: Reorganize buttons and dropdowns on IDS Data page 2024-09-19 21:21:12 -04:00
Lord_Devi d95dc28a54 fix: Remove duplicate code block in ids_data template 2024-09-19 21:12:37 -04:00
Lord_Devi 9981e3ce52 fix: Add missing opening <div> tag in ids_data template 2024-09-19 21:10:43 -04:00
Lord_Devi cad1a7a1ae fix: Add missing opening <div> tag in ids_data template 2024-09-19 21:09:27 -04:00
Lord_Devi e99bfba24a fix: Resolve FieldError on 'Multi Locs With Unmatched Biz Names' filter 2024-09-19 21:08:53 -04:00
Lord_Devi e94d5029f8 fix: Resolve F821 error and fix field lookup in 'Single Locs With Unmatched Biz Names' filter 2024-09-19 21:04:05 -04:00
Lord_Devi 3007d3e49f feat: Add 'Single Locs With Unmatched Biz Names' filter button and corresponding functionality 2024-09-19 21:03:09 -04:00
Lord_Devi d9a7b58c94 feat: Add "Multi Loc Businesses" filter button and update corresponding functionality 2024-09-19 20:50:58 -04:00
Lord_Devi 74eca1d023 feat: Add "Single Loc Businesses" filter button and functionality 2024-09-19 20:47:27 -04:00
Lord_Devi 0135b1fea8 feat: Add "Duplicate Phone" filter button and functionality 2024-09-19 20:40:23 -04:00
Lord_Devi e989741e68 feat: Add "Duplicate Business Name" filter button and functionality 2024-09-19 20:35:17 -04:00
Lord_Devi 611e46d8f4 feat: Add "Duplicate Business UUID" filter 2024-09-19 20:32:28 -04:00
Lord_Devi 4c3b0a4001 fix: Remove duplicate return statement and fix potential string issue in models 2024-09-19 20:26:24 -04:00
Lord_Devi 5f6e14364c fix: remove extra closing </div> tag in leads/templates/leads/ids_data.html 2024-09-19 20:25:37 -04:00
Lord_Devi f05ade653b fix: remove extra closing div tag 2024-09-19 20:24:56 -04:00
Lord_Devi fc1f9a6b7e fix: Align closing div tag in leads/templates/leads/ids_data.html 2024-09-19 20:23:57 -04:00
Lord_Devi c39f90074a feat: Move Duplicate Location UUID button to same row as other filter buttons 2024-09-19 20:23:15 -04:00
Lord_Devi 959b686546 fix: Remove duplicate array of filter buttons 2024-09-19 20:20:16 -04:00
Lord_Devi 993760c22f fix: Remove extra closing div tag 2024-09-19 20:17:14 -04:00
Lord_Devi af2e015081 fix: Move 'Duplicate Location UUID' button next to 'States' dropdown 2024-09-19 20:16:52 -04:00
Lord_Devi 77d13faa01 feat: Add 'Duplicate Location UUID' filter 2024-09-19 20:14:05 -04:00
Lord_Devi b805995e2c feat: Add 'Duplicate Location UUID' filter 2024-09-19 20:13:43 -04:00
Lord_Devi b807f8bf7e feat: Rearrange buttons on IDs data page 2024-09-19 00:49:22 -04:00
Lord_Devi 4a9d368a78 feat: Add ability to add multiple Business UUID and Location UUID entries 2024-09-19 00:41:10 -04:00
Lord_Devi 73816f4a00 feat: Add "Business UUID" and "Location UUID" filters 2024-09-19 00:37:18 -04:00
Lord_Devi b5b6c27926 feat: Restore "Municipalities" filter 2024-09-19 00:15:54 -04:00
Lord_Devi 1f486ed71f feat: Add state filter to IDS Data page 2024-09-19 00:12:09 -04:00
Lord_Devi e19352c768 fix: update ids_data view to include verbose_name in selected_columns 2024-09-18 23:55:55 -04:00
Lord_Devi 2d5ffdbe01 Working on bugs. 2024-09-18 23:51:07 -04:00
Lord_Devi ba17280710 fix: Update ids_data view to pass correct data structure to template 2024-09-18 23:48:48 -04:00
Lord_Devi e86b5822f8 fix: Update IDS data page to fix TypeError 2024-09-18 23:47:26 -04:00
Lord_Devi 2da361720d fix: remove invalid 'map' filter from ids_data.html template 2024-09-18 23:45:39 -04:00
Lord_Devi 6a74fc30cd fix: Pass selected_columns to template correctly 2024-09-18 23:43:56 -04:00
Lord_Devi 50f5b70ca0 fix: Update template to use correct variable name 2024-09-18 23:40:54 -04:00