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

Improve Enum handling for sorting options - Get-IncidentList #40

Closed
rbury opened this issue Sep 13, 2020 · 0 comments · Fixed by #41
Closed

Improve Enum handling for sorting options - Get-IncidentList #40

rbury opened this issue Sep 13, 2020 · 0 comments · Fixed by #41
Assignees
Labels
enhancement New feature or request

Comments

@rbury
Copy link
Owner

rbury commented Sep 13, 2020

Is your feature request related to a problem? Please describe.
Enum handling of sorting parameter works on string values and contains a large number of permutations (1023)

Describe the solution you'd like
Separate ascending and descending sorting parameters into 2 Enums.
This could be handled using Enums with only 31 permutations per parameter.

Describe alternatives you've considered
Continue parsing parameter as is with string manipulation.

Additional context

@rbury rbury self-assigned this Sep 13, 2020
@rbury rbury added the enhancement New feature or request label Sep 13, 2020
@rbury rbury changed the title Improve Enum handling for sorting options Improve Enum handling for sorting options - Get-IncidentList Sep 13, 2020
@rbury rbury linked a pull request Sep 13, 2020 that will close this issue
@rbury rbury closed this as completed in #41 Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant