-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
TSK-943:General Status support #2842
Merged
Conversation
This file contains 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
haiodo
changed the title
TSK-955: Fix status display (#2840)
TSK-943:General Status support
Mar 28, 2023
haiodo
force-pushed
the
TSK-943
branch
6 times, most recently
from
April 3, 2023 06:19
86cadc8
to
f177c85
Compare
haiodo
force-pushed
the
TSK-943
branch
6 times, most recently
from
April 3, 2023 19:06
7c80a6b
to
441bb98
Compare
BykhovDenis
approved these changes
Apr 4, 2023
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
BykhovDenis
approved these changes
Apr 4, 2023
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.
Contribution checklist
Brief description
Overview of current Status like properties.
Example Instances
How Search is working
=> Should return by status from project1 and all similar named statues from project2.
And if we need to use status only from set of spaces.
How it work underline:
So all queries will properly work.
How sorting is working
Sorting are performed undeline by following criterias:
if query options has
sorting: {status: Order}
Field is mapped to
If category is defined for status, status are sorted by category order.
Sorting status by rank (inside category first).
Status category mapping, for Lists and Kanbans
View package has
getCategories(_class, docs, key, viewlet) -> any[]
it return all categories for key, and sort them as desider for viewlet.It is used by List and Kanban components.
So we will extend it for status based attributes to return
Status presenter will be updated to support StatusValue display.
Additional methods will be added to view
It will group by title identity for same status values.
How we search for Status to display in filters, dropdowns etc.
So it should return
ObjectFilter will use groupByStatus
Code core
All status documents live in status domain, so migration will move them into this one unified place.
Checklist
Related issues
A list of closed updated issues