Ivy-Interactive / Ivy-Interactive/Rusty-Framework
[Widgets] Implement Rust Widget APIs for Advanced Form Inputs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Problem Statement
Missing Rust backend APIs for advanced input components: AsyncSelectInput, CodeInput, ContentInput, DateRangeInput, FileInput, IconInput, NumberRangeInput.
Missing Rust Widgets
AsyncSelectInput(async option loader)CodeInput(monaco code editor)ContentInput(rich text / markdown editor)DateRangeInput(start/end date picker)FileInput(managed upload builder)IconInput(icon picker)NumberRangeInput(min/max range slider)
Proposed Architecture & Design
- Add
inputs_advanced.rsinrusty/src/widgets/. - Connect with
use_formvalidation states and async query hooks. - Re-export in
rusty::widgets.
Acceptance Criteria
- All 7 advanced input widgets defined with full Rust builder methods.
- Validation and event binding props functional.
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 reading the existing widgets under rusty/src/widgets/ and the issue's references to use_form validation states and async query hooks. Add the proposed rusty/src/widgets/inputs_advanced.rs, re-export it through rusty::widgets, and verify that all seven named inputs have Rust builder methods plus functional validation and event-binding props.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100