-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add XPS resource #1071
Add XPS resource #1071
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1071 +/- ##
==========================================
+ Coverage 67.86% 67.91% +0.04%
==========================================
Files 112 113 +1
Lines 6679 6689 +10
==========================================
+ Hits 4533 4543 +10
Misses 2146 2146
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Makes sense! LGTM! Please address my comment, then good to go.
class XpsResourceSettingsModel(PluginResourceSettingsModel): | ||
"""Model for the XPS plugin.""" | ||
|
||
title = "XPS Structure" |
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.
Why not just XPS?
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.
I see, XAS is also XAS Structure. I think it should just be XPS and XAS.
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.
I removed the structure
from the title
Fix #1070
In the new code resource design, every property plugin needs a resource panel, even if the plugin does not have an additional code other than the
pw.x
, as in the XPS plugin.