aiidalab / aiidalab/aiidalab-widgets-base
Adhere to ipywidget standards in trait names.
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 19
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 20
Description
As [proposed](https://github.com/aiidalab/aiidalab-widgets-base/pull/69#issuecomment-610366361) by @csadorf:
We should consider renaming the primary "value" of a widget, actually `value`, since the type is already specified through the class name. For example, the "value" of an `IntSlider` is not `number` or `integer_number`, but `value`.
In the case of computers it would look as follows:
- `selected_computer` -> `value`
- `computers` -> `options`
I think we should go through the deprecation mechanism here, to be decided.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.