anusii / anusii/markdown_widget_builder
MD-WIDGETS: Support showing hidden content through conditional logic
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 1
- Forks
- 0
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 1
Description
Description
The current radio button and checkbox do not support functionalities such as showing or hiding content only when specific options are selected simultaneously (AND relationship), when at least one of the specified options is selected (OR relationship), or when none of the specified options are selected (NOT relationship). The radio button, checkbox and hidden content widgets can be adjusted to support this feature.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the radio button, checkbox, and hidden content widget implementations. Trace how selected options are communicated between these widgets, then define tests for AND, OR, and NOT conditions. Done means hidden content can be shown or hidden for each of those relationships.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100