ADR — universal Expo client + OpenAPI contract #177
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Write the architectural decision record for splitting the frontend off the Next.js process onto a universal Expo Router + React Native Web client, with an OpenAPI-contracted API as the only sanctioned boundary between the two.
The rest of the work in #176 follows from this decision being recorded.
Scope
docs/adr/0027-frontend-backend-split-and-universal-client.md(or the next free number), following the format from ADR-0001.CLAUDE.md"Shape of the system" to describe the split (Next.js = API, Expo = universal client, OpenAPI = contract).idea.mdto match.Acceptance criteria
CLAUDE.md"Shape of the system" reflects the split.idea.mdreflects the split.Out of scope
Composes with
ADR-0001, ADR-0004, ADR-0012, ADR-0015, ADR-0023, ADR-0025.
Part of
#176