-
Notifications
You must be signed in to change notification settings - Fork 22
959128-[Dev] MAUI Kanban WorkFlow UG content modified and GIF image added #3342
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
Conversation
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
MAUI/Kanban-Board/Workflows.md
Outdated
|
||
{% highlight XAML hl_lines="7 8 9 10 11 12 13 14 15 16 17 18 19" %} | ||
|
||
<ContentPage.BindingContext> |
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.
@VishalOmprasad, Use grid or add code in kanban.BindingContext, if user copy and paste code in sample, code should works.
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.
Code snippet changed
{% endtabs %} | ||
|
||
 |
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.
@VishalOmprasad, replace gif, as it doesn't align with Material3 color design.
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.
Following with UX team to get relevant GIF image
 | ||
|
||
By following the code snippet, you will notice that the card picked from the `In Progress` state is not allowed to be dropped in the `Open` state because we have defined that the card can only move from the `In Progress` state to the `Code Review`, and `Postponed` states, and not to any other states. |
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.
Add sample in GitHub
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.
@VishalOmprasad, update review correction
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Description
MAUI Kanban WorkFlow UG content modified and GIF image added.