thunderbird / thunderbird/appointment
Implement a form library
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 552
- Forks
- 29
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 23
Description
We could build a form component library ourselves, but there's bound to be a good one that fits out needs!
Some good candidates:
https://vueform.com/docs/installation - A complete form component library with themeing
https://vee-validate.logaretm.com/v4/ - Form vaildation library for DIY
Optionally I'd like to use schemas (https://vueform.com/docs/rendering-forms#using-schema-object) where possible to ensure standardized component use / form look and feel. That's not a hard requirement for this though.
Most importantly we should make sure they're generally accessible with keyboard navigation, and screen reader usage.
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
No repository files, tests, or entry points are named. Start by comparing the linked Vueform and vee-validate documentation, then inspect the existing frontend structure to determine where forms are implemented; done requires choosing and integrating an accessible form approach with keyboard and screen-reader support.
Written by the indexing model from the issue text.
Assessment
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100