Ivy-Interactive / Ivy-Interactive/Rusty-Framework

[Widgets] Implement Rust Widget APIs for Advanced Form Inputs

Open
#128 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Add inputs_advanced.rs in rusty/src/widgets/.
  2. Connect with use_form validation states and async query hooks.
  3. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.