michaelsnook / sunlo-tanstack

Just a remake of michaelsnook/sunlo-nextjs trying the tanstack react-router
https://sunlo-tanstack.vercel.app
The Unlicense
0 stars 0 forks source link

Feature: signup with role #13

Closed michaelsnook closed 6 days ago

michaelsnook commented 1 week ago

The user should be able to sign up with a role of "learner" or "helper" or both.

We'll submit this as a piece of user metadata with the account signup request, and then we'll be able to retrieve it when the user confirms their account and get them into the correct workflow.

  1. Learner: go to getting-started page as usual
  2. Helper: go to see some "pending invites for me" page (approving those invites will be for another set of work)
vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sunlo-tanstack ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 1:06pm
michaelsnook commented 1 week ago

Getting started... image

michaelsnook commented 6 days ago

Form is looking good. image

Also fixed autofocus and tabIndex on the login and signup forms.

We will merge this PR with just the working signup form. A future PR will handle changes to the getting-started workflow.