Add paginated user retrieval functionality in AdminController and related services. Implemented UsersFilter for filtering user queries and added LastConnectionDate property to User model. Updated database schema and frontend API to support new user management features.
This commit is contained in:
@@ -21,4 +21,6 @@ public class User
|
||||
[Id(6)] public string OwnerWalletAddress { get; set; } = string.Empty;
|
||||
|
||||
[Id(7)] public bool IsAdmin { get; set; } = false;
|
||||
|
||||
[Id(8)] public DateTimeOffset? LastConnectionDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user