challenges icon indicating copy to clipboard operation
challenges copied to clipboard

FR: Display bugged challenges

Open DarkIntaqt opened this issue 2 years ago • 4 comments

I'm thinking of displaying a bugged state for challenges. The database and the frontend is already set up, the only part missing are the list of bugged challenges. Would it be better to edit the bugs open source or only keep them manually updated in the database?

DarkIntaqt avatar Apr 29 '23 07:04 DarkIntaqt

Sorry for having to ask...what makes a challenge bugged? No progress or tracking?

image

BlossomiShymae avatar Apr 29 '23 20:04 BlossomiShymae

Challenges which don't track properly or need some special requirements to be achieved are considered bugged (by me). The bugs are caused by Riot Games and not actually by my website ^^.

DarkIntaqt avatar Apr 30 '23 00:04 DarkIntaqt

I think it may be better to have it open-source in a JSON file as a hash map for convenience. It will make it easier for anyone to update the bugged challenges list if needed.

It could also have a metadata field with a reason for why the particular challenge is disabled (just a suggestion). That way, the reasoning can be used in a label within the bugged challenge page/list for totes informational purposes! (✿╹◡╹)

BlossomiShymae avatar Apr 30 '23 00:04 BlossomiShymae

In the end it should look like this: image

Thanks for your evaluation! I will look into adding a JSON file for all the "bugged" challenges

[
{
"id":0,
"status":"semi-bugged",
"text":"text..."
}
]

DarkIntaqt avatar Apr 30 '23 00:04 DarkIntaqt