-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/glblagctwo 1147 #1
Conversation
Code looks awesome, you did an amazing job here. |
}; | ||
|
||
|
||
//TODO just done the validation, actual sorts is remaining |
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.
TODO should probably be removed as basic sort seems to be implemented : https://github.com/agco/hapi-harvester/pull/1/files#diff-55a387780cc6221ae09789e1dc0f4517R34
The missing feature is support for a descending sort
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.
Yup, implemented descending sort
👍