ZnPdCo / rating-system

A concise, easy-to-configure, and powerful algorithm competition problems rating system. Developed with Python and Flask.
MIT License
1 stars 0 forks source link

[Bug] empty rating will be show #2

Closed ZnPdCo closed 13 hours ago

ZnPdCo commented 13 hours ago

Please choose

I am currently accessing this feature

Rating Page

I found that there is such a bug

I could not cancel a rating. It will show look like this:

image

ZnPdCo commented 13 hours ago

It seem like I did not check comments is empty. Actually, it show because comments is "".

ZnPdCo commented 13 hours ago

https://github.com/ZnPdCo/rating-system/blob/b7ef3024a28ce5e23b5815c5a594202f10196258/app/backend/routes.py#L118

I think it is wrong.

ZnPdCo commented 13 hours ago

OK, fixed.