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

Recognize same prefixes in key assign algorithm #114

Open
hnicke opened this issue Sep 27, 2018 · 0 comments
Open

Recognize same prefixes in key assign algorithm #114

hnicke opened this issue Sep 27, 2018 · 0 comments
Labels

Comments

@hnicke
Copy link
Owner

hnicke commented Sep 27, 2018

The key assign algorithm should recognize and ignore common prefixes.

E.g., the resulting mapping should look like this:

Set 1

  • exercise_1: 1
  • exercise_2: 2
  • exercise_3: 3
  • exercise_4: 4
  • exercise_5: 5

Set 2

  • finance_2015: 5
  • finance_2016: 6
  • finance_2017: 7
  • finance_2018: 8

Set 3

  • outlook_apple: a
  • outlook_orange: o
  • outlook_banana: b
@hnicke hnicke added the feature label Sep 27, 2018
@hnicke hnicke changed the title Recognize prefixes in key assign algorithm Recognize same prefixes in key assign algorithm Sep 28, 2018
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