symfony / symfony/maker-bundle
[Form] Add type guessing for fields
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 3.4k
- Forks
- 427
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 20
Description
make:form currently adds only named fields to the generated forms.
We should use the available type guessers from the form component / doctrine bridge and generate forms with added types.
Contributor guide
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 at the make:form generator and inspect how it currently adds named fields. Check the available type guessers from the form component and Doctrine bridge; the work is done when generated forms include the types those guessers provide.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100