Classifier render 'type' property
Open
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
- 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'.
- 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
- 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
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