improve multivalue display
- Dominant language
- Python
- Stars
- 3
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
- When adding more values to a property object the new values are by default of data type string, which might be contradicting the data type of already attached Value objects.
- the 'Name' field should not be editable for value rows of multivalue properties. Currently they are editable, but nothing happens when pressing enter.
- '\' should not be editable for multivalue properties
(Python 3, odml 1.3.2, odml-ui 1.3fix branch)
Contributor guide
Research direction
Start by reproducing the multivalue property behavior in the odml-ui editor on the Python 3, odml 1.3.2 and odml-ui 1.3fix setup. Check how new values get their data type and how the Name and fields behave; done means preserving the existing type and preventing edits to those fields.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100