Skip to content
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

[FIX] oweditdomain: Hide "categories mapping" warning on change #6865

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ales-erjavec
Copy link
Contributor

@ales-erjavec ales-erjavec commented Aug 2, 2024

Issue

Fixes: #6861

Description of changes
  • Hide/show warning on change
  • Indicate items with a warning with a yellow color
Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.28%. Comparing base (09df730) to head (27280fd).
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6865      +/-   ##
==========================================
+ Coverage   88.26%   88.28%   +0.01%     
==========================================
  Files         326      326              
  Lines       71142    71166      +24     
==========================================
+ Hits        62797    62828      +31     
+ Misses       8345     8338       -7     

@ales-erjavec ales-erjavec force-pushed the fixes/oweditdomain-hide-warning branch from 37e6d9e to 369d6d5 Compare August 2, 2024 09:00
@ajdapretnar
Copy link
Contributor

ajdapretnar commented Sep 6, 2024

I apologise but I don't properly see the difference after the fix. I do like the highlight of the changed variable, although it would be better probably to use yellow as a background highlight (yellow letters are difficult to see on white). But the warning behaviour is still identical for me (or am I missing something)?

The user says <"A" if 0 else "B">. Then she changes this to <"C" if 0 else "B">. The warning says the mapping doesn't apply to the current input. But it does (i.e. should be updated in the background). The only thing that has changed was how I want to name my value ("C" instead of "A")? So in my opinion, there should be no warning. Even the widget Edit Domain shows the mapping worked (it changes "A" to "C").

It is entirely possible I don't understand the issue here.

@janezd janezd assigned janezd and unassigned ajdapretnar Sep 20, 2024
option.palette.setBrush(QPalette.HighlightedText, QBrush(Qt.red))
set_color(option.palette, Qt.red)
elif warnings_:
set_color(option.palette, Qt.yellow)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor comment: yellow looks nice in dark mode, but is difficult to see on white background. Could you change it to a color that is visible in both modes, or choose different colors for different modes?

Screenshot 2024-09-20 at 13 57 03

@wvdvegte
Copy link

I agree with @ajdapretnar (if I understand her correctly): it should be possible to change the name of a category on the input of Edit Domain, or even add new categories, and this should be updated in the background. Actually, in current Orange 3.37.0 it is updated in the background - and everything works fine, even if new categories are added: the changes appear in the output of Edit Domain, as intended (I just checked). There just shouldn't be a warning!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants