-
Notifications
You must be signed in to change notification settings - Fork 12
GEOPY-2508: Add multi-select data form type #810
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
…lue form types to reduce complexity
# Conflicts: # geoh5py/ui_json/forms.py # geoh5py/ui_json/ui_json.py
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #810 +/- ##
===========================================
- Coverage 91.09% 91.02% -0.07%
===========================================
Files 114 115 +1
Lines 10072 10118 +46
Branches 1869 1877 +8
===========================================
+ Hits 9175 9210 +35
- Misses 480 485 +5
- Partials 417 423 +6
🚀 New features to boost your workflow:
|
MatthieuCMira
left a comment
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.
In general, extend the docstrings (I did not add a comment for every not documented docstring).
In the MCP Era, we want everything well documented! ;-)
some comments, but they are not mandatory. I'll let you the choice to implement them or not
…a fixture from within a fixture, so I replaced the old mechanic of passing tmp_path into a function that creates data with a fixture (tmp_path) in a fixture (sample_uijson).
|
ok, so basically everything will be done latter? Ok, I'll approve then. |
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.
everything will be done latter...
GEOPY-2632, GEOPY-260, GEOPY-2492
Maybe link those issues in JIRA?
MatthieuCMira
left a comment
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.
ok for me :-)
GEOPY-2508: Add multi-select data form type