Skip to content
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

FR: Display bugged challenges #166

Open
DarkIntaqt opened this issue Apr 29, 2023 · 4 comments
Open

FR: Display bugged challenges #166

DarkIntaqt opened this issue Apr 29, 2023 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@DarkIntaqt
Copy link
Owner

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 DarkIntaqt added this to the NextJS Migration milestone Apr 29, 2023
@DarkIntaqt DarkIntaqt added the help wanted Extra attention is needed label Apr 29, 2023
@BlossomiShymae
Copy link
Contributor

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

image

@DarkIntaqt
Copy link
Owner Author

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 ^^.

@BlossomiShymae
Copy link
Contributor

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! (✿╹◡╹)

@DarkIntaqt
Copy link
Owner Author

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..."
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants