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.
This commit is contained in:
@@ -7,6 +7,6 @@ namespace FoodsharingSiegen.Contracts.Enums
|
||||
{
|
||||
Default = 10,
|
||||
|
||||
Deleted = 20
|
||||
Archived = 20
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user