-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BO] Create UI page Account List #7
Comments
Handle no record UI: can you explan more ? @minhhy2801 |
This ticket was moved to next sprint. We will discuss it in next sprint |
can you explain this again ? sir @minhhy2801 |
@tientran1234 ex : type UserList = Array<{
_id : string
name : string
email : string
status : UserStatus
role : UserRole
}>
const userList : UserList = await databaseService.users.getListAccount()
res.json({
message : ''get list user success'',
data : {
listUser : usersList
}
}) |
@hoangday185 yeah like this |
Sample: https://dribbble.com/tags/user-list
Requirement:
Column requirement
The text was updated successfully, but these errors were encountered: