Feature/implement task sorting options#91
Open
agoritma wants to merge 4 commits intoTheDevOpsBlueprint:mainfrom
Open
Feature/implement task sorting options#91agoritma wants to merge 4 commits intoTheDevOpsBlueprint:mainfrom
agoritma wants to merge 4 commits intoTheDevOpsBlueprint:mainfrom
Conversation
Author
|
@Valentin-v-Todorov please take a look this PR and give it a review |
Contributor
|
@agoritma This is clean, well-structured, and addresses the issue nicely. Just resolve the conflicts and we can merge ✌️ |
Author
|
@Valentin-v-Todorov i've done resolve the conflicts, you can check it again |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
What does this PR do?
add task sorting options on cli command
tix lsby key like priority, id, text, created date and also order options asc and desc. Now tix ls can add new option--sort-byfor short-sand--sort-orderor-o, it also handling an error for non relevant key. update docs for example sorting optionsexample:
sort by priority asc:

sort by text asc:

sort by priority desc while show all tasks:

Related Issue
Issue #66
Type of change
Testing
tix ls -s priority -o descNote
for now i can't provide sorting by due because there no key on task models.