-
Notifications
You must be signed in to change notification settings - Fork 100
Revise Compatibility System Ratings #177
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
base: master
Are you sure you want to change the base?
Conversation
I also see some extra lines regarding the testing priority system, I'm not sure how Matt would want to augment that, so I didn't change anything in that relation. |
@@ -36,10 +36,11 @@ | |||
'Unknown' : 'A compatibility test has not been recorded for this title.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Unknown' : 'A compatibility test has not been recorded for this title.',
It's a useless element because all the games have been tested! So it could be deleted !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, there are no titles with Unknown status at the moment, but we will keep the label around because:
- Showing Unknown category, even with a value of 0, gives the reader the knowledge that there are no titles in the database with Unknown status (as opposed to having to guess if that's the case)
- We may discover more titles that haven't been tested
- We may show regional variants that have not been reported on
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there still a roadmap for compat
listings for beta games/development titles?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no roadmap for compat db improvements, just some thoughts in the form of issues in this repo
I think this could be further improved verbiage wise, color scheme for 'Almost Perfect' is the exact middle of Playable and Perfect, I also slightly tweaked the verbiage of some of the meanings as they are very ambigious and playable and starts could intersect in some circumstances. I do think this could be further improved, I'm posting what I have here though
Fixes #176 , depends on a future PR to the xemu application to complete the cycle though