Commit Graph
33 Commits
Author SHA1 Message Date
a.beging@eas-solutions.de 545f59e059 Enhance ProspectContainer: restrict interaction visibility to Ambassador users and update button icon styling 2026-04-23 09:37:52 +02:00
troogs 4330b53824 Enhance InteractionRow and ProspectContainer: refactor layout to use grid, improve styling, and add interaction handling
Build And Push Dev Docker Image / docker (push) Successful in 1m30s
2026-04-21 22:24:58 +02:00
troogs 3db943d652 Update Badge component in ProspectContainer: add click event and icon for verification prompt 2026-04-21 20:52:19 +02:00
troogs 646ccb0f18 Add identity verification features: display image upload status and update UI elements
Build And Push Dev Docker Image / docker (push) Successful in 1m30s
2026-04-20 21:20:52 +02:00
a.beging@eas-solutions.de b3212acf6d Implement identity verification feature with image upload and token management
Build And Push Dev Docker Image / docker (push) Successful in 2m2s
2026-04-20 15:54:17 +02:00
a.beging@eas-solutions.de c7e0bfd8da Add interaction removal functionality and improve ProspectContainer layout
Build And Push Dev Docker Image / docker (push) Successful in 1m28s
2026-04-20 14:00:21 +02:00
a.beging@eas-solutions.de 328e194611 Enhance ProspectContainer styling with improved CSS classes and layout adjustments 2026-04-20 12:47:02 +02:00
troogs 297a7c60bd Refactor prospect filtering and sorting components; remove obsolete ProspectFilterControl and enhance ProspectSortControl with filtering capabilities.
Build And Push Dev Docker Image / docker (push) Successful in 1m31s
2026-04-18 16:36:32 +02:00
troogs ee967cd046 Enhance Prospect display in ProspectContainer.razor to show warning for missing name and format FsId 2026-04-16 16:59:04 +02:00
Andre Beging 43c51420c3 Add DisableStepIn flag to control StepIn-related interactions
Introduced the `DisableStepIn` flag in AppSettings to toggle StepIn-related features. Updated UI components to conditionally render StepIn interactions and filtering options based on this flag. Refactored group permissions for interactions to include Ambassadors where applicable.
2025-04-02 08:54:45 +02:00
Andre Beging 6389da4bc1 Rename 'Deleted' state to 'Archived' and update related logic
Replaced 'Deleted' with 'Archived' across the codebase to better reflect the intent of the state. Adjusted related features, including filters, UI labels, navigation, and permissions. Introduced a 'Recent Activity' filter for improved activity tracking.
2025-04-02 08:40:38 +02:00
Andre Beging bf64239625 Refactor enums and update Interaction entity field
Moved enums to a dedicated namespace and updated references across the codebase. Renamed the `Info` field in the `Interaction` entity to `Info1`, including necessary migrations and UI adjustments. These changes improve the organization and consistency of the codebase.
2025-04-01 10:41:09 +02:00
Andre Beging 5eb8b4b377 Add 'Modified' tracking for Prospect entity
Introduce a 'Modified' field to track the last modification date of prospects. Automatically update this field on changes and integrate it in UI display for better transparency.
2025-03-31 08:21:23 +02:00
Andre Beging c2de397a0f Add RecordState handling for prospects and support soft deletion
Introduced the RecordState property to manage the state of prospects, enabling soft deletion and restoration. Updated related database migrations, UI interactions, and filtering logic to accommodate this addition. Also included automatic database migration at runtime to ensure schema compatibility.
2025-03-29 13:49:47 +01:00
Andre Beging 16023a89e9 Refine prospect edit icon styling and warning condition logic
Updated the edit icon with better styling for improved clarity and usability. Simplified the conditional check by removing redundant warning logic for memo display.
2025-03-29 00:00:40 +01:00
Andre Beging 0324e0f529 Refactor interaction handling with utility for translations
Introduced `TermHelper.Translate` to centralize string mappings for `InteractionType`, reducing duplication across components. Updated related code to leverage this utility and streamline interaction row implementation by removing the `Caption` parameter. Minor UI adjustments were also made to align button positioning and styling.
2025-03-28 20:31:25 +01:00
Andre Beging a9730f2adf Warning Style 2025-03-28 19:37:29 +01:00
Andre Beging d754da76cd Move edit prospect dialog logic 2025-03-28 18:49:38 +01:00
Andre Beging 97deed7d90 Prospectgrid draft 2025-03-28 17:48:08 +01:00
Andre Beging 3d92833199 Refactor term-related settings into a dedicated class
Extracted term-related properties from AppSettings to a new TermSettings class for improved organization and separation of concerns. Updated appsettings.json to reflect the new structure.
2025-03-28 09:01:50 +01:00
Andre Beging 3e9efd65c7 Customize step-in 2025-03-28 07:13:14 +01:00
Andre Beging 19796928e7 Refactor onboarding and verification workflows.
Adjusted interaction types and state filters to better streamline onboarding and verification processes. Updated UI labels, navigation, and modal dialogs to reflect new terminology and improve usability. Enhanced filtering logic and added new interaction types to support the revised process.
2025-03-27 17:12:28 +01:00
Andre Beging 572a35fd3f Data loading update, prospect container styling 2025-03-27 16:16:48 +01:00
Andre Beging 0acd9485d4 Anzeige des Prospect Pages überarbeitet 2023-02-08 16:05:45 +01:00
Andre Beging 1b59a9461b PDF Interaction ausblenden 2023-02-07 22:20:17 +01:00
Andre Beging 7c762e7d28 Allow Prospect Warnings 2022-06-11 06:00:54 +02:00
Andre Beging e21c9a7b52 Display prospect memo 2022-05-31 17:00:32 +02:00
Andre Beging 7208f1e86d Fixed a bunch of warnings 2022-05-31 15:08:55 +02:00
Andre Beging cd22c2f215 Customizable FS network url 2022-05-31 12:25:11 +02:00
Andre Beging bee7b09bf0 Prospect box finetuning 2022-05-31 09:38:53 +02:00
Andre Beging dfb8040866 Edit prospect 2022-04-11 17:21:55 +02:00
Andre Beging 5026196b46 Claim Logic 2022-04-11 15:51:11 +02:00
Andre Beging 51088460b4 Prospects Page 2022-04-02 15:28:45 +02:00