sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.12k stars 1.29k forks source link

Wildcard: form validation and state management #22055

Open vovakulikov opened 3 years ago

vovakulikov commented 3 years ago

Component description

We already have a few pages with forms (sign in, register page, code-monitoring, code-insights creation UI) and I think this number will grow dramatically if we decide to implement new functionality.

But the problem is all these places use different approaches to form validation, form state management. We already have a couple of commons solutions to solve this problem.

But we still have to refine them, align API, and move to wildcard component packages since this seems like a very important part of our app.

Have designs already been created? If so, please link them here.

No

Additional context

Related RFC about form UX and tech thought on this problem

github-actions[bot] commented 3 years ago

Heads up @alicjasuska @umpox @valerybugakov @5h1ru @pdubroy - the "team/frontend-platform" label was applied to this issue.

pdubroy commented 3 years ago

@vovakulikov Thanks for filing this. This week we're prioritizing our Wildcard work, so we should be able to let you know soon how we can help here.

pdubroy commented 3 years ago

We are planning to make progress on this in FY22Q4, though the work is unlikely to be fully completed in that timeframe.