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

Runner metadata should expose keywords mappings #84

Open
flbulgarelli opened this issue Jul 18, 2018 · 1 comment
Open

Runner metadata should expose keywords mappings #84

flbulgarelli opened this issue Jul 18, 2018 · 1 comment

Comments

@flbulgarelli
Copy link
Member

In order to truly support mumuki/mumuki-laboratory#1103, each runner should expose a dictionary compatible with mumuki/mumukit-inspection#14

The mappings should be indexed by locale, in order to also support different mappings when the language is internationalized:

{
   keywords: {
      en: {
          true: 'True'
      },
      es: {
         true: 'Verdadero'
      }
  }
}
@flbulgarelli
Copy link
Member Author

We should also have separate keyword maps for custom editors and standard editors.

Alternatively, we could split gobstones and gobstones-jr runners, so that we can expose different mappings for each of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant