Conversation
e2d8abc to
e982531
Compare
e982531 to
b84fad2
Compare
1nf0rmagician
left a comment
There was a problem hiding this comment.
Could we split this PR in the fixes and the addtion of the hide/diplay completed feature? The fixes seam fine to me, even though the html part is really hard to review the way github shows the diff unfortunately 🙈
The design of hide-completed feature directly violates the material design guideline, however. As only one FAB button should be displayed per screen, source. Also adding the feature should already take into account that there is another pending feature request to filter orders e.g. by product, recipe, operation number which serve a similar purpose and hence belong into a coherent "how do we display filter options" concept for the UI.
@MathoMathiasCamara would be interested in your thoughts on that matter. Maybe a top-bar (like shifts UI), maybe a bottom-bar? The products UI has filters in the left component, which is unfortunately not applicable here. The Visual Instructions UI basically filters instructions by client, which is configured through a settings button in the top right...
Also, considering that there are more filter options coming, I think separating the local storage interaction into a service would be nice
src/Moryx.Orders.Web/app/src/app/dialogs/begin-dialog/begin-dialog.scss
Outdated
Show resolved
Hide resolved
src/Moryx.Orders.Web/app/src/app/components/operations/operations.html
Outdated
Show resolved
Hide resolved
src/Moryx.Orders.Web/app/src/app/components/operations/operations.html
Outdated
Show resolved
Hide resolved
src/Moryx.Orders.Web/app/src/app/components/operations/operations.html
Outdated
Show resolved
Hide resolved
Yes i think having the top bar here is a good idea. |
|
discussed with @MathoMathiasCamara we will add a top bar like in jobs or workplans. |
|
@MathoMathiasCamara proposal |
|
next iteration after discussion with @MathoMathiasCamara
|
For the main navigation inside a module this is good. |
348f561 to
719c697
Compare
|
@MathoMathiasCamara I have clean everything and extracted the progress-bar into a component for reuse. The only thing which I don't like is that the side-bar-nav style is currently "self-written". The density settings makes it hard to use existing components like buttons. The style of the side-bar was mainly designed like here: https://m3.material.io After our UX discussion we have better ideas where we want to go. Could you review the code for me? |
src/Moryx.Orders.Web/app/src/app/components/operations/operations-filter/operations-filter.html
Show resolved
Hide resolved
This looks nice. we could prepare this as a template for the other UIs. |



close #1080 #1079 #1095 #1081