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:
@@ -97,4 +97,4 @@ Key Principles
|
||||
- when dividing, make sure variable is not zero
|
||||
- to test a single ts test you can run : npm run test:single test/plugins/test-name-file.test.tsx
|
||||
- do not implement business logic on the controller, keep the business logic for Service files
|
||||
|
||||
- When adding new property to and Orleans state, always add the property after the last one and increment the id
|
||||
|
||||
Reference in New Issue
Block a user