Add "All" prospects view and refine filtering logic
Introduced a new "All" prospects page for admins to view and manage all prospects. Removed unused "Users" list and related logic from code. Updated filters to support the new "All" state and adjusted navigation to include the new page.
This commit is contained in:
@@ -92,6 +92,8 @@ namespace FoodsharingSiegen.Contracts.Entity
|
||||
|
||||
public enum ProspectStateFilter
|
||||
{
|
||||
All = 0,
|
||||
|
||||
OnBoarding = 10,
|
||||
|
||||
Verification = 20,
|
||||
|
||||
Reference in New Issue
Block a user