- call
- return
- data-row
- failure
Submodule index
-
Get invite codes
web-get-invite-ui
UI
React page that lets a signed-in member request a new invite code.
-
Get invite codes
public-api
API
HTTP boundary for `/api/invites` POST requests.
-
Get invite codes
invite-issuance-service
Service
Domain service that mints and persists a single invite row per request.
-
Get invite codes
invite-code-generator
Pure fn
Pure helper that turns random bytes into a printable invite code.
-
Get invite codes
postgresql
DB
Owns the `invite_codes` table (producer side of the cross-feature data row).
-
Invite-code registration
web-register-ui
UI
React page that captures email, password, and invite code.
-
Invite-code registration
public-api
API
HTTP boundary for `/api/register` POST requests.
-
Invite-code registration
registration-service
Service
Owns the registration transaction (consumer side of the invite_codes data row).
-
Invite-code registration
postgresql
DB
Stores `users` rows and applies invite-code state transitions inside the registration tx.