SolidOS / SolidOS/solid-ui

Classifier render 'type' property

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

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
153
Forks
46
Avg merge
1d 8h
Merged PRs (30d)
7

Description

User Story

As a Form Designer, I can specify a Classifier render type, so I can provide the renderer guidance on how a Classifier field should be rendered (e.g., list, dropdown, radio buttons, etc.).

Acceptance Criteria

  1. In the Form Model, the type of control to use to render a Classifier can optionally be defined using a 'type' property. Possible values include 'list', 'dropdown', 'radiobuttons'.
  2. When the form is rendered based on the Form Model, if possible the Classifier is rendered using the suggested type of control. If the 'type' is not specified, a dropdown should be used.

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

No files, tests, or entry points are named in the issue. Start by locating the Form Model and the Classifier renderer, then trace how control types are selected; done means supporting list, dropdown, and radiobuttons when requested, with dropdown as the default.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.