thunderbird / thunderbird/appointment

Implement a form library

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

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.