beast icon indicating copy to clipboard operation
beast copied to clipboard

feat: add rank field in user info api

Open burnerlee opened this issue 3 years ago • 0 comments

the response of api endpoint /api/info/users looks like an array of objects structured like {"id":4,"username":"test","role":"contestant","status":0,"score":800,"email":"[email protected]"}. We need to add the rank field for each user. Refer to single user info api for implementation of this.

burnerlee avatar Jan 27 '22 16:01 burnerlee