Decommission Next.js UI #185
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#185
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?
Once every screen is ported (port-screens ticket) and the Expo Web bundle is wired into the deployment (single-container ticket), delete the Next.js UI:
app/(app)/,app/login/,app/register/,app/page.tsx,app/offline/,app/layout.tsx,app/providers.tsx,app/manifest.ts,app/sw.ts,app/sw-register.tsx,app/components/.Everything that remains under
app/is eitherapp/api/or supporting server config.Scope
apps/api/package.json(next-intl,@serwist/next, etc. — actual list depends on what survives elsewhere).app/themes/{light,dark}.cssfrom the API workspace (the source of truth now lives inapps/client).lib/auth/public-routes.ts— only API routes need allowlisting now.Acceptance criteria
app/api/and root-level config remain underapps/api/app/.Out of scope
Composes with
Port existing screens, Single-container deployment.
Part of
#176