challenges
challenges copied to clipboard
FR: Display bugged challenges
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?
Sorry for having to ask...what makes a challenge bugged? No progress or tracking?

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 ^^.
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! (✿╹◡╹)
In the end it should look like this:
Thanks for your evaluation! I will look into adding a JSON file for all the "bugged" challenges
[
{
"id":0,
"status":"semi-bugged",
"text":"text..."
}
]