-
Notifications
You must be signed in to change notification settings - Fork 137
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
Rework decision table head #511
Conversation
d0b08cb
to
587ca4c
Compare
One feedback about this PR: It'd be really nice if the PR is easily reviewable -> Separate commits for each step. |
@oguzeroglu Since I'm more familiar with this project I can take over the review. |
One thing I noticed is that adding inputs and outputs has become harder because you only have a tiny button you can click. It used to be an entire cell. |
Also: There is no indication that the buttons that add columns are interactive other than a |
Can you suggest any solution to the problem? |
In a separate issue you mean? |
Exactly. I think it's outside of the scope of this pull request. |
I think also that the rebranding stuff will touch the topic of logo position. |
Alright, so we definitely need to have another hover indication instead of the pointer. Also: I noticed that the Hit Policy label is the only text in the entire table that's bold. From a visual hierarchy point of view that makes little sense to me. |
Did we decide to move the View DRD button and logo above the table? I know this wasn't considered in the prototype but we have to deal with it somehow. As I've already pointed out if you do not have the View DRD button the logo ends up right of the table which doesn't seem to be something that we want. |
This one slipped as we already disabled the logo in Camunda Modeler. In my opinion the logo should not float to the right as with fixed-width of the columns it might land outside of the area we want it to be, as can be seen on your screenshot. |
No, we have not discussed it right now. Maybe it makes sense to have the same changes there (remove id field etc.). But this have to go in another issue. |
We should consider aligning both in the next dmn-js release. |
Maybe we should have a separate issue for literal expressions then. |
Done: #515 Feel free to add additional work items on the list. Thanks for mentioning this one @philippfromme |
@philippfromme how does it feel now? |
Looks much better. |
@philippfromme Do I still need to change anything here? |
Not for now. I'll have another look at this. |
The clickable area is rectangular whereas the visible button is circular which I find unintuitive. It even partially obscures the text in the cell on the right. My suggestion is something similar to what I already commented: I changed a couple of things:
|
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.
Looks good 👏 Let's merge this one and wait for feedback
Closes #498
Closes #499