94fdcbe0d1
Turn the starter into the Balinyaar foundation for the three actor
experiences and lock in the patterns later phases copy.
- Cleanup: remove toastDemo namespace, placeholder home page, and the two
dead icons; fix BottomBar to use usePathname (locale-aware active tab).
- Three actor shells under (private-routes), no layout above [locale]:
customer (customer) group with the 5-tab bottom nav; nurse (/nurse) and
admin (/admin) on the shared sidebar engine. Role model via constants/roles
+ useActorRole (defaults to customer until roles land in f1-b2).
- services/{domain} reference (patients) with a mock behind a config seam,
hierarchical query keys, deliberate staleTime, and mutation invalidation;
shared ApiEnvelope/Paginated wire types + unwrap() in lib/api/types.
- Money (integer-safe IRR/Toman) + Shamsi-date utils; toEnglishDigits helper.
- Shared composites, each tested: OtpInput, PhoneNumberField, StepperHeader,
StatusChip, PlaceholderScreen.
- i18n: seed nav/common/shell/patients in both locales; document namespace
conventions. Update client/CLAUDE.md Project Structure + fix ColorSchemeScript
doc drift. Add phase report, STATUS, and REQ-001 (envelope/casing/pagination).
Gate: npm run check + test:ci green (72 tests); build green with NEXT_PUBLIC_API_URL.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"nav": {
|
|
"home": "Home",
|
|
"bookings": "Bookings",
|
|
"patients": "Patients",
|
|
"wallet": "Wallet",
|
|
"profile": "Profile",
|
|
"dashboard": "Dashboard",
|
|
"verification": "Verification",
|
|
"visits": "Visits",
|
|
"admin": "Admin",
|
|
"overview": "Overview",
|
|
"users": "Users",
|
|
"notifications": "Notifications",
|
|
"login": "Login",
|
|
"logout": "Logout"
|
|
},
|
|
"common": {
|
|
"dark_mode": "Dark mode",
|
|
"light_mode": "Light mode",
|
|
"direction_ltr": "Switch to LTR",
|
|
"direction_rtl": "Switch to RTL",
|
|
"coming_soon": "Coming soon",
|
|
"loading": "Loading…",
|
|
"retry": "Retry",
|
|
"add": "Add",
|
|
"cancel": "Cancel",
|
|
"currency_toman": "Toman"
|
|
},
|
|
"shell": {
|
|
"customer_app": "Family app",
|
|
"nurse_app": "Nurse view",
|
|
"admin_console": "Admin console",
|
|
"placeholder_body": "This area will be built in a later phase."
|
|
},
|
|
"patients": {
|
|
"title": "Patients",
|
|
"subtitle": "A reference screen wired to the services/{domain} + React Query pattern (mocked data).",
|
|
"add": "Add patient",
|
|
"empty": "No patients yet. Add your first patient.",
|
|
"name_label": "Full name",
|
|
"gender_label": "Gender",
|
|
"gender_male": "Male",
|
|
"gender_female": "Female",
|
|
"added": "Patient added"
|
|
}
|
|
}
|