A thought becomes real.
Words move things forward.
Plain text. Real progress.
Built for people who think.
Design a better onboarding
git
# Onboarding- [ ] Invite flow- [ ] Email verification- [ ] Tooltips on every field+
## Edge cases- No role yet: show the general three- Fewer than three: show what there is
+1 −1
What this asks the API to do
GET /tips
a new endpoint
src/onboarding/tips.tsexport function tipsFor(user: User) {- return everyTip()+ return rank(byRole(user.role))}
the agent wrote the code · the tests passed
3 files · 41 lines