Commit graph

  • e66577309a Added a favicon stable Lord_Devi 2024-09-20 18:54:24 -0400
  • 1697e7b955 fix: Update favicon path and remove duplicate static directory Lord_Devi 2024-09-20 18:52:40 -0400
  • 4a760bb76c fix: Update favicon link in base.html Lord_Devi 2024-09-20 18:51:13 -0400
  • 71de309472 fix: Indent code block after 'if settings.DEBUG:' statement in leadsdb/urls.py Lord_Devi 2024-09-20 18:49:24 -0400
  • 652f121c8b fix: Update leadsdb/urls.py to match SEARCH block Lord_Devi 2024-09-20 18:49:04 -0400
  • 1d5e6b3f5f fix: Update favicon link in base.html Lord_Devi 2024-09-20 18:48:56 -0400
  • c76cf60326 fix: Configure static file settings to resolve 404 error for favicon Lord_Devi 2024-09-20 18:46:57 -0400
  • 3ba7e7ee91 fix: Update favicon link in base.html and remove favicon.ico URL pattern Lord_Devi 2024-09-20 18:43:48 -0400
  • ba29169437 fix: Update favicon URL path in leadsdb/urls.py Lord_Devi 2024-09-20 18:41:48 -0400
  • 0e733f8ae4 fix: Add favicon to static files and update URLs to serve it Lord_Devi 2024-09-20 18:37:35 -0400
  • d4e624d5d7 fix: Handle favicon.ico URL pattern correctly Lord_Devi 2024-09-20 18:34:20 -0400
  • 233b2b3db6 fix: Add name to favicon URL pattern Lord_Devi 2024-09-20 18:32:51 -0400
  • a4eec61e82 fix: Add URL pattern for serving favicon Lord_Devi 2024-09-20 18:31:54 -0400
  • 2882274e92 fix: Add named URL pattern and update template to serve favicon Lord_Devi 2024-09-20 18:30:12 -0400
  • 9e42141ba6 fix: Add conditional for serving static files in debug mode Lord_Devi 2024-09-20 18:29:26 -0400
  • ab52b1a1ae fix: Serve favicon-32x32.png file directly in Django URLs Lord_Devi 2024-09-20 18:29:02 -0400
  • 1b8cd337ee fix: Add static file serving in development environment Lord_Devi 2024-09-20 18:27:08 -0400
  • 0397a0193f fix: Add missing {% load static %} tag in base.html Lord_Devi 2024-09-20 18:20:22 -0400
  • f8f6092e53 fix: Update secret key in Django settings Lord_Devi 2024-09-20 18:19:21 -0400
  • 45099d170b fix: Set STATIC_ROOT to a valid filesystem path Lord_Devi 2024-09-20 18:16:35 -0400
  • 5e9ea9038c fix: Update leadsdb/urls.py to match SEARCH block Lord_Devi 2024-09-20 18:14:19 -0400
  • 98dca48b62 fix: Add favicon-32x32.png as the project favicon Lord_Devi 2024-09-20 18:13:07 -0400
  • bb5ec4f88c feat: Remove "Select All Filtered" button and associated code Lord_Devi 2024-09-20 01:22:29 -0400
  • 5423a1d40b feat: Implement client-side selection state management Lord_Devi 2024-09-20 00:09:01 -0400
  • f93c11ddd9 fix: Import JsonResponse from django.http Lord_Devi 2024-09-20 00:00:28 -0400
  • f3e9939685 fix: Add import for JsonResponse in leads/views.py Lord_Devi 2024-09-20 00:00:09 -0400
  • d42383556b fix: Preserve selected IDs across pagination Lord_Devi 2024-09-19 23:59:45 -0400
  • 4232d488b6 feat: Persist selected IDs across pagination Lord_Devi 2024-09-19 23:58:12 -0400
  • 4d83966a37 feat: Persist selected IDs across pagination Lord_Devi 2024-09-19 23:56:34 -0400
  • 17d88eb983 fix: Remove extra indented line in leads/urls.py Lord_Devi 2024-09-19 23:54:12 -0400
  • f2031405ad feat: Persist selected IDs across pagination Lord_Devi 2024-09-19 23:53:41 -0400
  • 195ea4c3a9 fix: Remove selected_ids from URL in pagination links Lord_Devi 2024-09-19 23:50:04 -0400
  • 927760bf70 fix: Update request.GET parameters in leads/views.py Lord_Devi 2024-09-19 23:47:53 -0400
  • f3d71fdd92 fix: Ignore invalid filter parameters in select_all_filtered view Lord_Devi 2024-09-19 23:42:40 -0400
  • f7d317da45 fix: fix errors in leads/views.py and leads/urls.py Lord_Devi 2024-09-19 23:40:48 -0400
  • a28fc3bc01 feat: Add "Select All Filtered" functionality and update selected IDs in session Lord_Devi 2024-09-19 23:40:25 -0400
  • 401bf39e1a feat: Preserve selected rows across pagination Lord_Devi 2024-09-19 23:20:54 -0400
  • 0fc11a28ed feat: Preserve selected IDs across pagination using session-based approach Lord_Devi 2024-09-19 23:17:32 -0400
  • 3f411971fc fix: Update url_replace template tag usage in ids_data.html Lord_Devi 2024-09-19 23:11:15 -0400
  • b2e015570e feat: Preserve selected IDs across pagination Lord_Devi 2024-09-19 23:08:55 -0400
  • 96b5682ba9 fix: Update pagination URL handling Lord_Devi 2024-09-19 23:01:58 -0400
  • a2573a14fa feat: Implement session-based approach for handling selected IDs Lord_Devi 2024-09-19 22:59:33 -0400
  • 13c8500352 fix: update pagination links to avoid duplicate page parameters in URL Lord_Devi 2024-09-19 22:55:37 -0400
  • 0b6c1c79b9 fix: Preserve selected IDs when navigating between pages Lord_Devi 2024-09-19 22:51:44 -0400
  • a93445cfb9 fix: Preserve selected IDs when navigating pagination Lord_Devi 2024-09-19 22:50:20 -0400
  • 2d43df7697 feat: Preserve selected IDs when using pagination in leads/templates/ids_data.html Lord_Devi 2024-09-19 22:48:08 -0400
  • bfe41566df fix: Preserve selected IDs in pagination links Lord_Devi 2024-09-19 22:45:30 -0400
  • c53d22fb0d feat: Maintain selected entries across pagination Lord_Devi 2024-09-19 22:44:02 -0400
  • 139241f27d fix: update URL path in leads/urls.py Lord_Devi 2024-09-19 22:41:42 -0400
  • 7f29db518d fix: Add ids_data_bulk_delete view and URL pattern Lord_Devi 2024-09-19 22:41:14 -0400
  • 53ff09e86a feat: Add bulk delete functionality with checkbox selection and pagination support Lord_Devi 2024-09-19 22:38:36 -0400
  • a7d545bf1d feat: Add sorting functionality to data table Lord_Devi 2024-09-19 22:33:32 -0400
  • cba2c8718a feat: Order IDS data by business_uuid Lord_Devi 2024-09-19 22:23:13 -0400
  • 2c555113ce fix: Order ids_data_list by business_name before pagination Lord_Devi 2024-09-19 22:19:18 -0400
  • fcfecf26d1 fix: Resolve issues with "Multi Locs With Unmatched Biz Names" filter Lord_Devi 2024-09-19 22:01:12 -0400
  • 9ee19acad2 feat: Modify "Multi Locs With Unmatched Biz Names" filter to only exclude if all business names match for a given location UUID Lord_Devi 2024-09-19 21:30:08 -0400
  • 52dd781ef8 fix: Resolve FieldError in "Multi Locs With Unmatched Biz Names" button Lord_Devi 2024-09-19 21:25:04 -0400
  • e23333992d refactor: Reorganize buttons and dropdowns on IDS Data page Lord_Devi 2024-09-19 21:21:12 -0400
  • d95dc28a54 fix: Remove duplicate code block in ids_data template Lord_Devi 2024-09-19 21:12:37 -0400
  • 9981e3ce52 fix: Add missing opening <div> tag in ids_data template Lord_Devi 2024-09-19 21:10:43 -0400
  • cad1a7a1ae fix: Add missing opening <div> tag in ids_data template Lord_Devi 2024-09-19 21:09:27 -0400
  • e99bfba24a fix: Resolve FieldError on 'Multi Locs With Unmatched Biz Names' filter Lord_Devi 2024-09-19 21:08:53 -0400
  • e94d5029f8 fix: Resolve F821 error and fix field lookup in 'Single Locs With Unmatched Biz Names' filter Lord_Devi 2024-09-19 21:04:05 -0400
  • 3007d3e49f feat: Add 'Single Locs With Unmatched Biz Names' filter button and corresponding functionality Lord_Devi 2024-09-19 21:03:09 -0400
  • d9a7b58c94 feat: Add "Multi Loc Businesses" filter button and update corresponding functionality Lord_Devi 2024-09-19 20:50:58 -0400
  • 74eca1d023 feat: Add "Single Loc Businesses" filter button and functionality Lord_Devi 2024-09-19 20:47:27 -0400
  • 0135b1fea8 feat: Add "Duplicate Phone" filter button and functionality Lord_Devi 2024-09-19 20:40:23 -0400
  • e989741e68 feat: Add "Duplicate Business Name" filter button and functionality Lord_Devi 2024-09-19 20:35:17 -0400
  • 611e46d8f4 feat: Add "Duplicate Business UUID" filter Lord_Devi 2024-09-19 20:32:28 -0400
  • 4c3b0a4001 fix: Remove duplicate return statement and fix potential string issue in models Lord_Devi 2024-09-19 20:26:24 -0400
  • 5f6e14364c fix: remove extra closing </div> tag in leads/templates/leads/ids_data.html Lord_Devi 2024-09-19 20:25:37 -0400
  • f05ade653b fix: remove extra closing div tag Lord_Devi 2024-09-19 20:24:56 -0400
  • fc1f9a6b7e fix: Align closing div tag in leads/templates/leads/ids_data.html Lord_Devi 2024-09-19 20:23:57 -0400
  • c39f90074a feat: Move Duplicate Location UUID button to same row as other filter buttons Lord_Devi 2024-09-19 20:23:15 -0400
  • 959b686546 fix: Remove duplicate array of filter buttons Lord_Devi 2024-09-19 20:20:16 -0400
  • 993760c22f fix: Remove extra closing div tag Lord_Devi 2024-09-19 20:17:14 -0400
  • af2e015081 fix: Move 'Duplicate Location UUID' button next to 'States' dropdown Lord_Devi 2024-09-19 20:16:52 -0400
  • 77d13faa01 feat: Add 'Duplicate Location UUID' filter Lord_Devi 2024-09-19 20:14:05 -0400
  • b805995e2c feat: Add 'Duplicate Location UUID' filter Lord_Devi 2024-09-19 20:13:43 -0400
  • b807f8bf7e feat: Rearrange buttons on IDs data page Lord_Devi 2024-09-19 00:49:22 -0400
  • 4a9d368a78 feat: Add ability to add multiple Business UUID and Location UUID entries Lord_Devi 2024-09-19 00:41:10 -0400
  • 73816f4a00 feat: Add "Business UUID" and "Location UUID" filters Lord_Devi 2024-09-19 00:37:18 -0400
  • b5b6c27926 feat: Restore "Municipalities" filter Lord_Devi 2024-09-19 00:15:54 -0400
  • 1f486ed71f feat: Add state filter to IDS Data page Lord_Devi 2024-09-19 00:12:09 -0400
  • e19352c768 fix: update ids_data view to include verbose_name in selected_columns Lord_Devi 2024-09-18 23:55:55 -0400
  • 2d5ffdbe01 Working on bugs. Lord_Devi 2024-09-18 23:51:07 -0400
  • ba17280710 fix: Update ids_data view to pass correct data structure to template Lord_Devi 2024-09-18 23:48:48 -0400
  • e86b5822f8 fix: Update IDS data page to fix TypeError Lord_Devi 2024-09-18 23:47:26 -0400
  • 2da361720d fix: remove invalid 'map' filter from ids_data.html template Lord_Devi 2024-09-18 23:45:39 -0400
  • 6a74fc30cd fix: Pass selected_columns to template correctly Lord_Devi 2024-09-18 23:43:56 -0400
  • 50f5b70ca0 fix: Update template to use correct variable name Lord_Devi 2024-09-18 23:40:54 -0400
  • fe7954c5cb fix: Update ids_data view to pass correct data to template Lord_Devi 2024-09-18 23:04:34 -0400
  • e1d6ad75aa fix: Update ids_data view to use correct attribute for gbp_business_category field Lord_Devi 2024-09-18 23:02:53 -0400
  • 30c0ec7360 feat: update selected_columns in ids_data view Lord_Devi 2024-09-18 23:01:34 -0400
  • c7741e1b9d fix: Update column headings in ids_data view Lord_Devi 2024-09-18 23:00:15 -0400
  • 07d9480b37 fix: Update column headings in IDS data table Lord_Devi 2024-09-18 22:59:03 -0400
  • 297c6f8d1a feat: Display human-readable field names in column headers Lord_Devi 2024-09-18 22:56:58 -0400
  • b71b40b641 fix: Update column headers in data table Lord_Devi 2024-09-18 22:56:16 -0400
  • 521b00d824 feat: Display human-readable column names in data table Lord_Devi 2024-09-18 22:55:34 -0400
  • c076d21cce fix: Update column headers in data table Lord_Devi 2024-09-18 22:53:31 -0400