malliaridis / malliaridis/penpot-plugin-material-theme-builder
Add theme name validation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Description
With the theme input field users are free to enter any character, including invalid or unsupported characters like "/". The input should be validated while typing and the field should be marked as faulty, providing more information which characters are not allowed.
Acceptance Criteria
- The field is marked as "faulty"
- The user cannot generate a theme with unsupported characters in the theme name
- The user cannot update a theme's name with unsupported characters in the theme name
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 theme name input and the generation and update flows; no file or test is named in the issue. Determine the unsupported-character rule and how faulty fields are represented in the existing UI. Done means invalid names are flagged while typing and cannot be used to generate or rename a theme.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100