[19.0][ADD] base_tier_validation_correction: kanban view grouped by state#29
Draft
bosd wants to merge 1 commit into
Draft
[19.0][ADD] base_tier_validation_correction: kanban view grouped by state#29bosd wants to merge 1 commit into
bosd wants to merge 1 commit into
Conversation
Add a kanban view for tier.correction with default_group_by="state", giving a visual board view of the draft -> prepare -> done -> cancel / revert workflow. The kanban becomes the first view on the action so users land on the board when opening the menu. Each card shows the description, the target model, the creator avatar and the correction type. Column create / delete are disabled so the fixed state Selection cannot be turned into ad-hoc folders.
Contributor
|
Hi @kittiu, |
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.
Summary
Add a kanban view to
tier.correctionwithdefault_group_by="state", giving a visual board view of the workflow:draft->prepare->done->cancel/revertThe kanban becomes the first view on the action so users land on the board when opening the menu (list and form still available).
Each card shows:
name) as the title,model_idas a subtitle,many2one_avatar_user) in the top-right,correction_typein the card body.group_create="0" group_delete="0"so the fixedstateSelection can't be turned into ad-hoc folders.Why a draft
A kanban view is a real UI commitment: it's the entry point users will see first. Wanted to put it up for the maintainers to nod or push back on before polishing further (extra fields on the cards, decorations on the column titles, etc.).
Test plan
base_tier_validation_correction.