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

Check if game is official #129

Open
6 tasks
drpaneas opened this issue Nov 1, 2020 · 0 comments
Open
6 tasks

Check if game is official #129

drpaneas opened this issue Nov 1, 2020 · 0 comments
Labels

Comments

@drpaneas
Copy link
Collaborator

drpaneas commented Nov 1, 2020

Roms can be of many things. For example:

  • Beta
  • VirtualConsole
    *Unlisted
  • Samle
  • Promo
  • Demo
  • Movie
  • Collection
  • Bundle (1+1, etc)
  • Hack

Make sure there is a function/method that can check that. For example:

if isOfficial(rom) {
  // do something
}

Acceptance Criteria

  • Do a little research a gather some strings signalling a non-official release game
  • Make sure the search is not case sensitive
  • Make the code available into internal/filters pkg
  • Write a unit-test
  • Make sure there are testable examples
  • For logging use https://github.com/Sirupsen/logrus

Hints

@drpaneas drpaneas added this to the Basic Utilities milestone Nov 1, 2020
@drpaneas drpaneas added the 3 label Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant