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

Option to change colum order without switching to built_in mode #16

Open
mattywausb opened this issue Apr 18, 2018 · 0 comments
Open

Option to change colum order without switching to built_in mode #16

mattywausb opened this issue Apr 18, 2018 · 0 comments
Labels
enhancement-usability Make component easier to use

Comments

@mattywausb
Copy link
Collaborator

Problem; If the order of columns in a repository schema does not align to the necessary concatentation order for the hashkey, you have to switch to built in mode. Further Updates of the schema will be missed or must be synchronized manually (and will remove the customized order). So this can only be a workaround until a better solution.

Solution: Provide an extra property for every column, wich will overrule the schema order. Set this property to a default of "-" (meaning, no sort). The order of concatenation should be: ascending to the order property. Inside the same ordervalue, preserve the schema order, finally add all order "-" columns in order of the schema.

@mattywausb mattywausb added enhancement-functional New functions to add to the component enhancement-usability Make component easier to use and removed enhancement-functional New functions to add to the component labels Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement-usability Make component easier to use
Projects
None yet
Development

No branches or pull requests

1 participant