Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc0dbd735d |
@@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="app_name">bringg</string>
|
||||
<string name="title_activity_main">bringg</string>
|
||||
<string name="app_name">healthcare</string>
|
||||
<string name="title_activity_main">healthcare</string>
|
||||
<string name="package_name">io.ionic.starter</string>
|
||||
<string name="custom_url_scheme">io.ionic.starter</string>
|
||||
</resources>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.bringg.app',
|
||||
appName: 'bringg',
|
||||
appId: 'com.healthcare.app',
|
||||
appName: 'healthcare',
|
||||
webDir: 'dist',
|
||||
plugins: {
|
||||
FirebaseAuthentication: {
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
1A4EB3C21FED79650016851F /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
|
||||
50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
|
||||
958DCC722DB07C7200EA8C5F /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = debug.xcconfig; path = ../debug.xcconfig; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
@@ -68,6 +69,7 @@
|
||||
504EC30E1FED79650016851F /* Assets.xcassets */,
|
||||
504EC3101FED79650016851F /* LaunchScreen.storyboard */,
|
||||
504EC3131FED79650016851F /* Info.plist */,
|
||||
1A4EB3C21FED79650016851F /* App.entitlements */,
|
||||
2FAD9762203C412B000D30F8 /* config.xml */,
|
||||
50B271D01FEDC1A000F3C39B /* public */,
|
||||
);
|
||||
@@ -295,6 +297,7 @@
|
||||
baseConfigurationReference = 958DCC722DB07C7200EA8C5F /* debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
INFOPLIST_FILE = App/Info.plist;
|
||||
@@ -305,7 +308,7 @@
|
||||
);
|
||||
MARKETING_VERSION = 1.0;
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.bringg.app;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.healthcare.app;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||
SWIFT_VERSION = 5.0;
|
||||
@@ -317,6 +320,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
INFOPLIST_FILE = App/Info.plist;
|
||||
@@ -326,7 +330,7 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.bringg.app;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.healthcare.app;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
|
||||
SWIFT_VERSION = 5.0;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>bringg</string>
|
||||
<string>healthcare</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -51,10 +51,10 @@
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>com.bringg.app</string>
|
||||
<string>com.healthcare.app</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>com.bringg.app</string>
|
||||
<string>com.healthcare.app</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
"@ionic/pwa-elements": "^3.0.0",
|
||||
"@ionic/react": "^8.5.0",
|
||||
"@ionic/react-router": "^8.5.0",
|
||||
"@supabase/supabase-js": "^2.0.0",
|
||||
"@supabase/supabase-js": "^2.108.1",
|
||||
"date-fns": "^4.4.0",
|
||||
"firebase": "^11.0.0",
|
||||
"ionicons": "^7.4.0",
|
||||
"katex": "^0.16.0",
|
||||
|
||||
@@ -1,12 +1,22 @@
|
||||
import React from 'react';
|
||||
import { Redirect, Route } from 'react-router-dom';
|
||||
import { IonApp, IonRouterOutlet } from '@ionic/react';
|
||||
import { IonApp, IonRouterOutlet, setupIonicReact } from '@ionic/react';
|
||||
import { IonReactRouter } from '@ionic/react-router';
|
||||
import Home from './pages/Home';
|
||||
import Checkups from './pages/Checkups';
|
||||
import Diet from './pages/Diet';
|
||||
import Sleep from './pages/Sleep';
|
||||
import Insights from './pages/Insights';
|
||||
|
||||
/* Core CSS required for Ionic components to work properly */
|
||||
import '@ionic/react/css/core.css';
|
||||
|
||||
/* Basic CSS for apps built with Ionic */
|
||||
import '@ionic/react/css/normalize.css';
|
||||
import '@ionic/react/css/structure.css';
|
||||
import '@ionic/react/css/typography.css';
|
||||
|
||||
/* Optional CSS utils that can be commented out */
|
||||
import '@ionic/react/css/padding.css';
|
||||
import '@ionic/react/css/float-elements.css';
|
||||
import '@ionic/react/css/text-alignment.css';
|
||||
@@ -14,58 +24,33 @@ import '@ionic/react/css/text-transformation.css';
|
||||
import '@ionic/react/css/flex-utils.css';
|
||||
import '@ionic/react/css/display.css';
|
||||
|
||||
/**
|
||||
* Ionic Dark Mode
|
||||
* -----------------------------------------------------
|
||||
* For more info, please see:
|
||||
* https://ionicframework.com/docs/theming/dark-mode
|
||||
*/
|
||||
|
||||
/* import '@ionic/react/css/palettes/dark.always.css'; */
|
||||
/* import '@ionic/react/css/palettes/dark.class.css'; */
|
||||
import '@ionic/react/css/palettes/dark.system.css';
|
||||
|
||||
/* Theme variables */
|
||||
import './theme/variables.css';
|
||||
|
||||
import Home from './pages/Home';
|
||||
import ProductDetail from './pages/ProductDetail';
|
||||
import Cart from './pages/Cart';
|
||||
import OrderConfirmation from './pages/OrderConfirmation';
|
||||
import MyOrders from './pages/MyOrders';
|
||||
import OrderDetail from './pages/OrderDetail';
|
||||
import Auth from './pages/Auth';
|
||||
import Profile from './pages/Profile';
|
||||
import Addresses from './pages/Addresses';
|
||||
import Wallet from './pages/Wallet';
|
||||
import PaymentMethods from './pages/PaymentMethods';
|
||||
import AddPaymentMethod from './pages/AddPaymentMethod';
|
||||
import AdminOrders from './pages/AdminOrders';
|
||||
import AdminOrderDetail from './pages/AdminOrderDetail';
|
||||
import { AuthProvider } from './context/AuthContext';
|
||||
setupIonicReact();
|
||||
|
||||
const App: React.FC = () => (
|
||||
<IonApp>
|
||||
<IonReactRouter>
|
||||
<AuthProvider>
|
||||
<IonRouterOutlet>
|
||||
<Route path="/home" component={Home} exact />
|
||||
<Route path="/auth" component={Auth} exact />
|
||||
<Route path="/product/:id" component={ProductDetail} exact />
|
||||
<Route path="/cart" component={Cart} exact />
|
||||
<Route path="/orders" component={MyOrders} exact />
|
||||
<Route path="/orders/:id" component={OrderDetail} exact />
|
||||
<Route path="/profile" component={Profile} exact />
|
||||
<Route path="/addresses" component={Addresses} exact />
|
||||
<Route path="/wallet" component={Wallet} exact />
|
||||
<Route
|
||||
path="/wallet/payment-methods"
|
||||
component={PaymentMethods}
|
||||
exact
|
||||
/>
|
||||
<Route
|
||||
path="/wallet/payment-methods/add"
|
||||
component={AddPaymentMethod}
|
||||
exact
|
||||
/>
|
||||
<Route path="/admin/orders" component={AdminOrders} exact />
|
||||
<Route path="/admin/orders/:id" component={AdminOrderDetail} exact />
|
||||
<Route
|
||||
path="/order-confirmation"
|
||||
component={OrderConfirmation}
|
||||
exact
|
||||
/>
|
||||
<Redirect exact from="/" to="/home" />
|
||||
</IonRouterOutlet>
|
||||
</AuthProvider>
|
||||
<IonRouterOutlet>
|
||||
<Route exact path="/home" component={Home} />
|
||||
<Route exact path="/checkups" component={Checkups} />
|
||||
<Route exact path="/diet" component={Diet} />
|
||||
<Route exact path="/sleep" component={Sleep} />
|
||||
<Route exact path="/insights" component={Insights} />
|
||||
<Route exact path="/" render={() => <Redirect to="/home" />} />
|
||||
</IonRouterOutlet>
|
||||
</IonReactRouter>
|
||||
</IonApp>
|
||||
);
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 839 KiB |
|
Before Width: | Height: | Size: 476 KiB |
|
Before Width: | Height: | Size: 501 KiB |
|
Before Width: | Height: | Size: 602 KiB |
|
Before Width: | Height: | Size: 554 KiB |
|
Before Width: | Height: | Size: 553 KiB |
|
Before Width: | Height: | Size: 437 KiB |
|
Before Width: | Height: | Size: 676 KiB |
|
Before Width: | Height: | Size: 673 KiB |
|
Before Width: | Height: | Size: 452 KiB |
|
Before Width: | Height: | Size: 545 KiB |
|
Before Width: | Height: | Size: 550 KiB |
|
Before Width: | Height: | Size: 461 KiB |
|
Before Width: | Height: | Size: 689 KiB |
|
Before Width: | Height: | Size: 447 KiB |
|
Before Width: | Height: | Size: 690 KiB |
|
Before Width: | Height: | Size: 599 KiB |
|
Before Width: | Height: | Size: 464 KiB |
|
Before Width: | Height: | Size: 629 KiB |
|
Before Width: | Height: | Size: 515 KiB |
|
Before Width: | Height: | Size: 655 KiB |
|
Before Width: | Height: | Size: 697 KiB |
|
Before Width: | Height: | Size: 476 KiB |
|
Before Width: | Height: | Size: 466 KiB |
@@ -1,36 +0,0 @@
|
||||
import React from 'react';
|
||||
import { Redirect, Route, RouteProps } from 'react-router-dom';
|
||||
import { IonLoading } from '@ionic/react';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
|
||||
type Props = RouteProps;
|
||||
|
||||
const AdminRoute: React.FC<Props> = ({ component: Component, ...rest }) => {
|
||||
const { user, profile, isLoading } = useAuth();
|
||||
|
||||
if (!Component) return null;
|
||||
|
||||
return (
|
||||
<Route
|
||||
{...rest}
|
||||
render={(props) => {
|
||||
if (isLoading) {
|
||||
return <IonLoading isOpen message="Loading..." />;
|
||||
}
|
||||
|
||||
if (!user) {
|
||||
return <Redirect to="/auth" />;
|
||||
}
|
||||
|
||||
if (!profile?.is_admin) {
|
||||
return <Redirect to="/home" />;
|
||||
}
|
||||
|
||||
const RouteComponent = Component as React.ComponentType<any>;
|
||||
return <RouteComponent {...props} />;
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
export default AdminRoute;
|
||||
@@ -1,101 +0,0 @@
|
||||
import React from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonIcon,
|
||||
IonLabel,
|
||||
IonModal,
|
||||
IonRadio,
|
||||
IonRadioGroup,
|
||||
IonItem,
|
||||
IonList,
|
||||
} from '@ionic/react';
|
||||
import { funnelOutline } from 'ionicons/icons';
|
||||
|
||||
export type SortOption = 'popular' | 'price-asc' | 'price-desc' | 'name-asc';
|
||||
|
||||
type Props = {
|
||||
categories: string[];
|
||||
selectedCategory: string;
|
||||
setSelectedCategory: (value: string) => void;
|
||||
sortOption: SortOption;
|
||||
setSortOption: (value: SortOption) => void;
|
||||
isOpen: boolean;
|
||||
onClose: () => void;
|
||||
};
|
||||
|
||||
const ProductFilters: React.FC<Props> = ({
|
||||
categories,
|
||||
selectedCategory,
|
||||
setSelectedCategory,
|
||||
sortOption,
|
||||
setSortOption,
|
||||
isOpen,
|
||||
onClose,
|
||||
}) => (
|
||||
<>
|
||||
<div className="filter-row">
|
||||
<div className="filter-chip-row">
|
||||
<IonButton
|
||||
fill={selectedCategory === 'All' ? 'solid' : 'outline'}
|
||||
size="small"
|
||||
onClick={() => setSelectedCategory('All')}
|
||||
>
|
||||
All
|
||||
</IonButton>
|
||||
{categories.map((category) => (
|
||||
<IonButton
|
||||
key={category}
|
||||
fill={selectedCategory === category ? 'solid' : 'outline'}
|
||||
size="small"
|
||||
onClick={() => setSelectedCategory(category)}
|
||||
>
|
||||
{category}
|
||||
</IonButton>
|
||||
))}
|
||||
</div>
|
||||
<IonButton fill="clear" className="filter-button" onClick={onClose}>
|
||||
<IonIcon icon={funnelOutline} slot="start" />
|
||||
Filters
|
||||
</IonButton>
|
||||
</div>
|
||||
|
||||
<IonModal
|
||||
isOpen={isOpen}
|
||||
onDidDismiss={onClose}
|
||||
breakpoints={[0, 0.45]}
|
||||
initialBreakpoint={0.45}
|
||||
>
|
||||
<div className="filter-modal ion-padding">
|
||||
<h2>Sort products</h2>
|
||||
<IonRadioGroup
|
||||
value={sortOption}
|
||||
onIonChange={(e) => setSortOption(e.detail.value)}
|
||||
>
|
||||
<IonList lines="none">
|
||||
<IonItem>
|
||||
<IonLabel>Most popular</IonLabel>
|
||||
<IonRadio value="popular" />
|
||||
</IonItem>
|
||||
<IonItem>
|
||||
<IonLabel>Price: low to high</IonLabel>
|
||||
<IonRadio value="price-asc" />
|
||||
</IonItem>
|
||||
<IonItem>
|
||||
<IonLabel>Price: high to low</IonLabel>
|
||||
<IonRadio value="price-desc" />
|
||||
</IonItem>
|
||||
<IonItem>
|
||||
<IonLabel>Name: A to Z</IonLabel>
|
||||
<IonRadio value="name-asc" />
|
||||
</IonItem>
|
||||
</IonList>
|
||||
</IonRadioGroup>
|
||||
<IonButton expand="block" onClick={onClose}>
|
||||
Done
|
||||
</IonButton>
|
||||
</div>
|
||||
</IonModal>
|
||||
</>
|
||||
);
|
||||
|
||||
export default ProductFilters;
|
||||
@@ -1,32 +0,0 @@
|
||||
import React from 'react';
|
||||
import { Redirect, Route, RouteProps } from 'react-router-dom';
|
||||
import { IonLoading } from '@ionic/react';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
|
||||
type Props = RouteProps;
|
||||
|
||||
const ProtectedRoute: React.FC<Props> = ({ component: Component, ...rest }) => {
|
||||
const { user, isLoading } = useAuth();
|
||||
|
||||
if (!Component) return null;
|
||||
|
||||
return (
|
||||
<Route
|
||||
{...rest}
|
||||
render={(props) => {
|
||||
if (isLoading) {
|
||||
return <IonLoading isOpen message="Loading..." />;
|
||||
}
|
||||
|
||||
if (!user) {
|
||||
return <Redirect to="/auth" />;
|
||||
}
|
||||
|
||||
const RouteComponent = Component as React.ComponentType<any>;
|
||||
return <RouteComponent {...props} />;
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
export default ProtectedRoute;
|
||||
@@ -0,0 +1,141 @@
|
||||
import React from 'react';
|
||||
import { Department } from '../../types/cohortHealth';
|
||||
import {
|
||||
IonLabel,
|
||||
IonSegment,
|
||||
IonSegmentButton,
|
||||
IonBadge,
|
||||
IonIcon,
|
||||
} from '@ionic/react';
|
||||
import { shieldCheckmarkOutline, peopleOutline } from 'ionicons/icons';
|
||||
|
||||
interface DepartmentSelectorProps {
|
||||
currentDepartment: Department;
|
||||
onDepartmentChange: (dept: Department) => void;
|
||||
cohortSizes: Record<Department, number>;
|
||||
}
|
||||
|
||||
export const DepartmentSelector: React.FC<DepartmentSelectorProps> = ({
|
||||
currentDepartment,
|
||||
onDepartmentChange,
|
||||
cohortSizes,
|
||||
}) => {
|
||||
const departments: { id: Department; label: string; minRequired: number }[] =
|
||||
[
|
||||
{ id: 'Engineering', label: 'Engineering', minRequired: 5 },
|
||||
{ id: 'Sales', label: 'Sales', minRequired: 5 },
|
||||
{ id: 'Operations', label: 'Operations', minRequired: 5 },
|
||||
{ id: 'Executive Board', label: 'Exec Board', minRequired: 5 },
|
||||
];
|
||||
|
||||
return (
|
||||
<div style={{ margin: '12px 0 20px 0' }}>
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.85rem',
|
||||
fontWeight: 700,
|
||||
color: 'var(--ion-color-dark)',
|
||||
textTransform: 'uppercase',
|
||||
letterSpacing: '0.05em',
|
||||
}}
|
||||
>
|
||||
Select Workforce Cohort
|
||||
</span>
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '4px',
|
||||
color: 'var(--ion-color-success)',
|
||||
fontSize: '0.8rem',
|
||||
fontWeight: 600,
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={shieldCheckmarkOutline} />
|
||||
<span>k-Anonymity Protected</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
gap: '8px',
|
||||
overflowX: 'auto',
|
||||
paddingBottom: '4px',
|
||||
}}
|
||||
>
|
||||
{departments.map((dept) => {
|
||||
const count = cohortSizes[dept.id] || 0;
|
||||
const isSelected = currentDepartment === dept.id;
|
||||
const isViolating = count > 0 && count < dept.minRequired;
|
||||
|
||||
return (
|
||||
<button
|
||||
key={dept.id}
|
||||
onClick={() => onDepartmentChange(dept.id)}
|
||||
style={{
|
||||
flex: '1 0 auto',
|
||||
padding: '10px 16px',
|
||||
borderRadius: '10px',
|
||||
border: isSelected
|
||||
? '2px solid var(--ion-color-primary)'
|
||||
: '1px solid var(--ion-color-light-shade)',
|
||||
backgroundColor: isSelected
|
||||
? 'rgba(56, 128, 255, 0.06)'
|
||||
: 'var(--ion-color-light)',
|
||||
color: isSelected
|
||||
? 'var(--ion-color-primary-shade)'
|
||||
: 'var(--ion-color-dark)',
|
||||
cursor: 'pointer',
|
||||
transition: 'all 0.15s ease',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
gap: '4px',
|
||||
outline: 'none',
|
||||
}}
|
||||
>
|
||||
<span style={{ fontSize: '0.9rem', fontWeight: 700 }}>
|
||||
{dept.label}
|
||||
</span>
|
||||
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '4px',
|
||||
fontSize: '0.75rem',
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={peopleOutline} style={{ opacity: 0.7 }} />
|
||||
<span>N = {count}</span>
|
||||
{isViolating && (
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.65rem',
|
||||
color: 'var(--ion-color-danger)',
|
||||
backgroundColor: 'rgba(235, 68, 90, 0.1)',
|
||||
padding: '1px 5px',
|
||||
borderRadius: '4px',
|
||||
fontWeight: 700,
|
||||
}}
|
||||
>
|
||||
Blocked
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
</button>
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
@@ -0,0 +1,132 @@
|
||||
import React from 'react';
|
||||
import {
|
||||
IonCard,
|
||||
IonCardContent,
|
||||
IonText,
|
||||
IonIcon,
|
||||
IonRow,
|
||||
IonCol,
|
||||
} from '@ionic/react';
|
||||
import {
|
||||
moonOutline,
|
||||
flashOutline,
|
||||
fitnessOutline,
|
||||
alertCircleOutline,
|
||||
} from 'ionicons/icons';
|
||||
|
||||
interface MetricCardProps {
|
||||
title: string;
|
||||
value: string | number;
|
||||
subtext: string;
|
||||
type: 'sleep' | 'stress' | 'activity';
|
||||
}
|
||||
|
||||
export const MetricSummaryCard: React.FC<MetricCardProps> = ({
|
||||
title,
|
||||
value,
|
||||
subtext,
|
||||
type,
|
||||
}) => {
|
||||
const getCardTheme = () => {
|
||||
switch (type) {
|
||||
case 'sleep':
|
||||
return {
|
||||
icon: moonOutline,
|
||||
color: 'var(--ion-color-tertiary)',
|
||||
bg: 'rgba(82, 96, 255, 0.08)',
|
||||
label: 'Sleep Quality',
|
||||
};
|
||||
case 'stress':
|
||||
return {
|
||||
icon: flashOutline,
|
||||
color: 'var(--ion-color-danger)',
|
||||
bg: 'rgba(235, 68, 90, 0.08)',
|
||||
label: 'Stress Index',
|
||||
};
|
||||
case 'activity':
|
||||
return {
|
||||
icon: fitnessOutline,
|
||||
color: 'var(--ion-color-success)',
|
||||
bg: 'rgba(45, 211, 111, 0.08)',
|
||||
label: 'Active Minutes',
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
const theme = getCardTheme();
|
||||
|
||||
return (
|
||||
<IonCard
|
||||
className="ion-no-margin"
|
||||
style={{
|
||||
height: '100%',
|
||||
boxShadow: '0 4px 16px rgba(0,0,0,0.04)',
|
||||
borderRadius: '12px',
|
||||
border: '1px solid var(--ion-color-light-shade)',
|
||||
}}
|
||||
>
|
||||
<IonCardContent style={{ padding: '16px' }}>
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'space-between',
|
||||
marginBottom: '12px',
|
||||
}}
|
||||
>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.85rem',
|
||||
fontWeight: 600,
|
||||
color: 'var(--ion-color-medium)',
|
||||
textTransform: 'uppercase',
|
||||
letterSpacing: '0.05em',
|
||||
}}
|
||||
>
|
||||
{title}
|
||||
</span>
|
||||
<div
|
||||
style={{
|
||||
backgroundColor: theme.bg,
|
||||
color: theme.color,
|
||||
borderRadius: '50%',
|
||||
padding: '8px',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={theme.icon} style={{ fontSize: '20px' }} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style={{ marginBottom: '6px' }}>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '2rem',
|
||||
fontWeight: 700,
|
||||
color: 'var(--ion-color-dark)',
|
||||
}}
|
||||
>
|
||||
{value}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.8rem',
|
||||
color: 'var(--ion-color-medium)',
|
||||
fontWeight: 500,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '4px',
|
||||
}}
|
||||
>
|
||||
{subtext}
|
||||
</span>
|
||||
</div>
|
||||
</IonCardContent>
|
||||
</IonCard>
|
||||
);
|
||||
};
|
||||
@@ -0,0 +1,435 @@
|
||||
import React, { useState } from 'react';
|
||||
import {
|
||||
IonCard,
|
||||
IonCardHeader,
|
||||
IonCardSubtitle,
|
||||
IonCardTitle,
|
||||
IonCardContent,
|
||||
IonText,
|
||||
IonButton,
|
||||
IonIcon,
|
||||
} from '@ionic/react';
|
||||
import { AggregatedTrendPoint } from '../../types/cohortHealth';
|
||||
import { moonOutline, flashOutline, eyeOutline } from 'ionicons/icons';
|
||||
|
||||
interface TrendChartCardProps {
|
||||
trends: AggregatedTrendPoint[];
|
||||
}
|
||||
|
||||
export const TrendChartCard: React.FC<TrendChartCardProps> = ({ trends }) => {
|
||||
const [hoveredPoint, setHoveredPoint] = useState<number | null>(null);
|
||||
|
||||
if (!trends || trends.length === 0) {
|
||||
return (
|
||||
<IonCard style={{ borderRadius: '12px' }}>
|
||||
<IonCardContent className="ion-text-center ion-padding">
|
||||
No trend data to display.
|
||||
</IonCardContent>
|
||||
</IonCard>
|
||||
);
|
||||
}
|
||||
|
||||
// Chart configuration
|
||||
const width = 600;
|
||||
const height = 240;
|
||||
const paddingLeft = 40;
|
||||
const paddingRight = 40;
|
||||
const paddingTop = 20;
|
||||
const paddingBottom = 40;
|
||||
|
||||
const chartWidth = width - paddingLeft - paddingRight;
|
||||
const chartHeight = height - paddingTop - paddingBottom;
|
||||
|
||||
const maxPoints = trends.length;
|
||||
|
||||
// X coordinates helper
|
||||
const getX = (index: number) => {
|
||||
if (maxPoints <= 1) return paddingLeft + chartWidth / 2;
|
||||
return paddingLeft + (index / (maxPoints - 1)) * chartWidth;
|
||||
};
|
||||
|
||||
// Y coordinates helper for Sleep Score (0 - 100)
|
||||
const getYSleep = (score: number) => {
|
||||
// Normalizing between 40 and 100 to make the graph visually richer
|
||||
const minScore = 40;
|
||||
const maxScore = 100;
|
||||
const percentage = (score - minScore) / (maxScore - minScore);
|
||||
const clampedPct = Math.max(0, Math.min(1, percentage));
|
||||
return height - paddingBottom - clampedPct * chartHeight;
|
||||
};
|
||||
|
||||
// Y coordinates helper for Stress Index (1 - 10)
|
||||
const getYStress = (stress: number) => {
|
||||
// Normalizing between 1 and 10
|
||||
const minStress = 1;
|
||||
const maxStress = 10;
|
||||
const percentage = (stress - minStress) / (maxStress - minStress);
|
||||
const clampedPct = Math.max(0, Math.min(1, percentage));
|
||||
return height - paddingBottom - clampedPct * chartHeight;
|
||||
};
|
||||
|
||||
// Build SVG Paths
|
||||
let sleepPointsPath = '';
|
||||
let stressPointsPath = '';
|
||||
|
||||
trends.forEach((t, i) => {
|
||||
const x = getX(i);
|
||||
const ySleep = getYSleep(t.avgSleepScore);
|
||||
const yStress = getYStress(t.avgStressIndex);
|
||||
|
||||
if (i === 0) {
|
||||
sleepPointsPath = `M ${x} ${ySleep}`;
|
||||
stressPointsPath = `M ${x} ${yStress}`;
|
||||
} else {
|
||||
sleepPointsPath += ` L ${x} ${ySleep}`;
|
||||
stressPointsPath += ` L ${x} ${yStress}`;
|
||||
}
|
||||
});
|
||||
|
||||
const formatDate = (dateStr: string) => {
|
||||
const date = new Date(dateStr);
|
||||
return date.toLocaleDateString(undefined, {
|
||||
month: 'short',
|
||||
day: 'numeric',
|
||||
timeZone: 'UTC',
|
||||
});
|
||||
};
|
||||
|
||||
return (
|
||||
<IonCard
|
||||
style={{
|
||||
boxShadow: '0 4px 16px rgba(0,0,0,0.04)',
|
||||
borderRadius: '12px',
|
||||
border: '1px solid var(--ion-color-light-shade)',
|
||||
overflow: 'visible',
|
||||
}}
|
||||
>
|
||||
<IonCardHeader style={{ padding: '16px 16px 4px 16px' }}>
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
}}
|
||||
>
|
||||
<div>
|
||||
<IonCardTitle
|
||||
style={{
|
||||
fontSize: '1.1rem',
|
||||
fontWeight: 700,
|
||||
color: 'var(--ion-color-dark)',
|
||||
}}
|
||||
>
|
||||
14-Day Cohort Biomarker Trends
|
||||
</IonCardTitle>
|
||||
<IonCardSubtitle
|
||||
style={{
|
||||
fontSize: '0.8rem',
|
||||
color: 'var(--ion-color-medium)',
|
||||
marginTop: '4px',
|
||||
}}
|
||||
>
|
||||
Tracking stress levels vs sleep restoration patterns
|
||||
</IonCardSubtitle>
|
||||
</div>
|
||||
|
||||
{/* Legend */}
|
||||
<div style={{ display: 'flex', gap: '16px', fontSize: '0.8rem' }}>
|
||||
<div style={{ display: 'flex', alignItems: 'center', gap: '6px' }}>
|
||||
<div
|
||||
style={{
|
||||
width: '12px',
|
||||
height: '3px',
|
||||
backgroundColor: 'var(--ion-color-tertiary)',
|
||||
borderRadius: '2px',
|
||||
}}
|
||||
/>
|
||||
<span style={{ color: 'var(--ion-color-dark)', fontWeight: 600 }}>
|
||||
Sleep Quality
|
||||
</span>
|
||||
</div>
|
||||
<div style={{ display: 'flex', alignItems: 'center', gap: '6px' }}>
|
||||
<div
|
||||
style={{
|
||||
width: '12px',
|
||||
height: '3px',
|
||||
backgroundColor: 'var(--ion-color-danger)',
|
||||
borderRadius: '2px',
|
||||
}}
|
||||
/>
|
||||
<span style={{ color: 'var(--ion-color-dark)', fontWeight: 600 }}>
|
||||
Stress Index
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</IonCardHeader>
|
||||
|
||||
<IonCardContent
|
||||
style={{ padding: '0px 12px 16px 12px', position: 'relative' }}
|
||||
>
|
||||
{/* SVG Drawing Canvas */}
|
||||
<div
|
||||
style={{
|
||||
width: '100%',
|
||||
overflowX: 'auto',
|
||||
WebkitOverflowScrolling: 'touch',
|
||||
}}
|
||||
>
|
||||
<svg
|
||||
viewBox={`0 0 ${width} ${height}`}
|
||||
style={{ width: '100%', minWidth: '500px', display: 'block' }}
|
||||
>
|
||||
{/* Gridlines (Horizontal) */}
|
||||
{[0, 0.25, 0.5, 0.75, 1].map((val, idx) => {
|
||||
const y = paddingTop + val * chartHeight;
|
||||
return (
|
||||
<g key={idx}>
|
||||
<line
|
||||
x1={paddingLeft}
|
||||
y1={y}
|
||||
x2={width - paddingRight}
|
||||
y2={y}
|
||||
stroke="var(--ion-color-light-shade)"
|
||||
strokeWidth="1"
|
||||
strokeDasharray="4 4"
|
||||
/>
|
||||
{/* Left Label: Sleep Score Scales */}
|
||||
<text
|
||||
x={paddingLeft - 8}
|
||||
y={y + 4}
|
||||
textAnchor="end"
|
||||
fill="var(--ion-color-medium)"
|
||||
fontSize="9px"
|
||||
fontWeight="500"
|
||||
>
|
||||
{Math.round(100 - val * 60)}
|
||||
</text>
|
||||
{/* Right Label: Stress Scales */}
|
||||
<text
|
||||
x={width - paddingRight + 8}
|
||||
y={y + 4}
|
||||
textAnchor="start"
|
||||
fill="var(--ion-color-medium)"
|
||||
fontSize="9px"
|
||||
fontWeight="500"
|
||||
>
|
||||
{(10 - val * 9).toFixed(1)}
|
||||
</text>
|
||||
</g>
|
||||
);
|
||||
})}
|
||||
|
||||
{/* Main Trend Lines */}
|
||||
<path
|
||||
d={sleepPointsPath}
|
||||
fill="none"
|
||||
stroke="var(--ion-color-tertiary)"
|
||||
strokeWidth="3.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d={stressPointsPath}
|
||||
fill="none"
|
||||
stroke="var(--ion-color-danger)"
|
||||
strokeWidth="3.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
|
||||
{/* X Axis Labels (Filtered to show 4 ticks to prevent clutter) */}
|
||||
{trends.map((t, i) => {
|
||||
const x = getX(i);
|
||||
const isTick =
|
||||
i === 0 ||
|
||||
i === Math.floor(maxPoints / 3) ||
|
||||
i === Math.floor((maxPoints * 2) / 3) ||
|
||||
i === maxPoints - 1;
|
||||
if (!isTick) return null;
|
||||
|
||||
return (
|
||||
<text
|
||||
key={i}
|
||||
x={x}
|
||||
y={height - paddingBottom + 18}
|
||||
textAnchor="middle"
|
||||
fill="var(--ion-color-medium)"
|
||||
fontSize="10px"
|
||||
fontWeight="600"
|
||||
>
|
||||
{formatDate(t.date)}
|
||||
</text>
|
||||
);
|
||||
})}
|
||||
|
||||
{/* Hover Guides & Interactive Circles */}
|
||||
{trends.map((t, i) => {
|
||||
const x = getX(i);
|
||||
const ySleep = getYSleep(t.avgSleepScore);
|
||||
const yStress = getYStress(t.avgStressIndex);
|
||||
|
||||
return (
|
||||
<g key={i}>
|
||||
{/* Invisible broad hover bar */}
|
||||
<rect
|
||||
x={x - chartWidth / maxPoints / 2}
|
||||
y={paddingTop}
|
||||
width={chartWidth / maxPoints}
|
||||
height={chartHeight}
|
||||
fill="transparent"
|
||||
style={{ cursor: 'pointer' }}
|
||||
onMouseEnter={() => setHoveredPoint(i)}
|
||||
onMouseLeave={() => setHoveredPoint(null)}
|
||||
/>
|
||||
|
||||
{/* Active Point Hover Guide Line */}
|
||||
{hoveredPoint === i && (
|
||||
<>
|
||||
<line
|
||||
x1={x}
|
||||
y1={paddingTop}
|
||||
x2={x}
|
||||
y2={height - paddingBottom}
|
||||
stroke="var(--ion-color-medium)"
|
||||
strokeWidth="1.5"
|
||||
strokeDasharray="2 2"
|
||||
pointerEvents="none"
|
||||
/>
|
||||
{/* Sleep Dot */}
|
||||
<circle
|
||||
cx={x}
|
||||
cy={ySleep}
|
||||
r="6"
|
||||
fill="var(--ion-color-tertiary)"
|
||||
stroke="#ffffff"
|
||||
strokeWidth="2"
|
||||
pointerEvents="none"
|
||||
/>
|
||||
{/* Stress Dot */}
|
||||
<circle
|
||||
cx={x}
|
||||
cy={yStress}
|
||||
r="6"
|
||||
fill="var(--ion-color-danger)"
|
||||
stroke="#ffffff"
|
||||
strokeWidth="2"
|
||||
pointerEvents="none"
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
</g>
|
||||
);
|
||||
})}
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
{/* Dynamic Hover Tooltip Banner */}
|
||||
<div
|
||||
style={{
|
||||
marginTop: '8px',
|
||||
backgroundColor: 'var(--ion-color-light)',
|
||||
borderRadius: '8px',
|
||||
padding: '10px 14px',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: hoveredPoint !== null ? 'space-between' : 'center',
|
||||
border: '1px solid var(--ion-color-light-shade)',
|
||||
transition: 'all 0.2s ease',
|
||||
}}
|
||||
>
|
||||
{hoveredPoint !== null ? (
|
||||
<>
|
||||
<div
|
||||
style={{ display: 'flex', alignItems: 'center', gap: '8px' }}
|
||||
>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.85rem',
|
||||
fontWeight: 700,
|
||||
color: 'var(--ion-color-dark)',
|
||||
}}
|
||||
>
|
||||
{formatDate(trends[hoveredPoint].date)}
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.75rem',
|
||||
color: 'var(--ion-color-medium)',
|
||||
backgroundColor: 'rgba(0,0,0,0.05)',
|
||||
padding: '2px 6px',
|
||||
borderRadius: '4px',
|
||||
}}
|
||||
>
|
||||
N = {trends[hoveredPoint].cohortSize} users
|
||||
</span>
|
||||
</div>
|
||||
<div
|
||||
style={{ display: 'flex', gap: '16px', alignItems: 'center' }}
|
||||
>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.8rem',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '4px',
|
||||
color: 'var(--ion-color-tertiary)',
|
||||
fontWeight: 600,
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={moonOutline} /> Sleep:{' '}
|
||||
{trends[hoveredPoint].avgSleepScore}/100
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.75rem',
|
||||
fontWeight: 400,
|
||||
color: 'var(--ion-color-medium)',
|
||||
}}
|
||||
>
|
||||
({trends[hoveredPoint].poorSleepPercentage}% poor)
|
||||
</span>
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.8rem',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '4px',
|
||||
color: 'var(--ion-color-danger)',
|
||||
fontWeight: 600,
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={flashOutline} /> Stress:{' '}
|
||||
{trends[hoveredPoint].avgStressIndex}/10
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.75rem',
|
||||
fontWeight: 400,
|
||||
color: 'var(--ion-color-medium)',
|
||||
}}
|
||||
>
|
||||
({trends[hoveredPoint].highStressPercentage}% peak)
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<span
|
||||
style={{
|
||||
fontSize: '0.75rem',
|
||||
color: 'var(--ion-color-medium)',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '6px',
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={eyeOutline} style={{ fontSize: '14px' }} /> Hover
|
||||
or tap along the grid timeline to inspect specific historical
|
||||
dates
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
</IonCardContent>
|
||||
</IonCard>
|
||||
);
|
||||
};
|
||||
@@ -0,0 +1,217 @@
|
||||
import React from 'react';
|
||||
import { IonIcon, IonButton } from '@ionic/react';
|
||||
import {
|
||||
trashOutline,
|
||||
medkitOutline,
|
||||
restaurantOutline,
|
||||
moonOutline,
|
||||
clipboardOutline,
|
||||
} from 'ionicons/icons';
|
||||
import { format } from 'date-fns';
|
||||
|
||||
interface HealthEntry {
|
||||
id: string;
|
||||
createdAt: string;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface Props {
|
||||
type: 'checkup' | 'diet' | 'sleep';
|
||||
entries: HealthEntry[];
|
||||
onDelete: (id: string) => void;
|
||||
emptyTitle: string;
|
||||
emptyActionLabel: string;
|
||||
onEmptyAction: () => void;
|
||||
}
|
||||
|
||||
const HealthLogList: React.FC<Props> = ({
|
||||
type,
|
||||
entries,
|
||||
onDelete,
|
||||
emptyTitle,
|
||||
emptyActionLabel,
|
||||
onEmptyAction,
|
||||
}) => {
|
||||
if (entries.length === 0) {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '32px 24px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
<IonIcon
|
||||
icon={
|
||||
type === 'checkup'
|
||||
? medkitOutline
|
||||
: type === 'diet'
|
||||
? restaurantOutline
|
||||
: moonOutline
|
||||
}
|
||||
style={{
|
||||
fontSize: '42px',
|
||||
color: 'rgba(3,105,161,0.36)',
|
||||
marginBottom: '16px',
|
||||
}}
|
||||
/>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '16px',
|
||||
fontWeight: '700',
|
||||
color: '#1e3a5f',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
{emptyTitle}
|
||||
</div>
|
||||
<IonButton
|
||||
onClick={onEmptyAction}
|
||||
style={{
|
||||
'--background': '#0369a1',
|
||||
'--border-radius': '999px',
|
||||
'--color': '#ffffff',
|
||||
fontWeight: '700',
|
||||
height: '44px',
|
||||
marginTop: '16px',
|
||||
}}
|
||||
>
|
||||
{emptyActionLabel}
|
||||
</IonButton>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
const getIcon = () => {
|
||||
switch (type) {
|
||||
case 'checkup':
|
||||
return medkitOutline;
|
||||
case 'diet':
|
||||
return restaurantOutline;
|
||||
case 'sleep':
|
||||
return moonOutline;
|
||||
default:
|
||||
return clipboardOutline;
|
||||
}
|
||||
};
|
||||
|
||||
const getTitle = (entry: any) => {
|
||||
switch (type) {
|
||||
case 'checkup':
|
||||
return `Mood: ${entry.mood} (${entry.energy}%)`;
|
||||
case 'diet':
|
||||
return `${entry.mealType} log`;
|
||||
case 'sleep':
|
||||
return `Sleep: ${entry.hours}h (${entry.quality})`;
|
||||
default:
|
||||
return 'Log entry';
|
||||
}
|
||||
};
|
||||
|
||||
const getSubtitle = (entry: any) => {
|
||||
switch (type) {
|
||||
case 'checkup':
|
||||
return entry.symptoms || 'No symptoms noted';
|
||||
case 'diet':
|
||||
return `${entry.waterCups} cups water, ${entry.produceServings} servings produce`;
|
||||
case 'sleep':
|
||||
return `${entry.interruptions} interruptions`;
|
||||
default:
|
||||
return '';
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '8px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
}}
|
||||
>
|
||||
{entries.map((entry, index) => (
|
||||
<div
|
||||
key={entry.id}
|
||||
style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '12px',
|
||||
padding: '12px',
|
||||
borderBottom:
|
||||
index === entries.length - 1
|
||||
? 'none'
|
||||
: '1px solid rgba(30,58,95,0.05)',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
width: '40px',
|
||||
height: '40px',
|
||||
borderRadius: '12px',
|
||||
background: 'rgba(56,189,248,0.14)',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
flexShrink: 0,
|
||||
}}
|
||||
>
|
||||
<IonIcon
|
||||
icon={getIcon()}
|
||||
style={{ fontSize: '20px', color: '#0369a1' }}
|
||||
/>
|
||||
</div>
|
||||
<div style={{ flex: 1, minWidth: 0 }}>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '15px',
|
||||
fontWeight: '700',
|
||||
color: '#1e3a5f',
|
||||
whiteSpace: 'nowrap',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
}}
|
||||
>
|
||||
{getTitle(entry)}
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
fontWeight: '500',
|
||||
color: 'rgba(30,58,95,0.58)',
|
||||
whiteSpace: 'nowrap',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
}}
|
||||
>
|
||||
{format(new Date(entry.createdAt), 'MMM d, h:mm a')} •{' '}
|
||||
{getSubtitle(entry)}
|
||||
</div>
|
||||
</div>
|
||||
<IonButton
|
||||
fill="clear"
|
||||
onClick={() => onDelete(entry.id)}
|
||||
style={{
|
||||
'--color': 'rgba(30,58,95,0.38)',
|
||||
'--padding-start': '8px',
|
||||
'--padding-end': '8px',
|
||||
}}
|
||||
>
|
||||
<IonIcon
|
||||
icon={trashOutline}
|
||||
slot="icon-only"
|
||||
style={{ fontSize: '18px' }}
|
||||
/>
|
||||
</IonButton>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default HealthLogList;
|
||||
@@ -0,0 +1,195 @@
|
||||
import React from 'react';
|
||||
import { IonIcon } from '@ionic/react';
|
||||
import {
|
||||
checkmarkCircleOutline,
|
||||
warningOutline,
|
||||
informationCircleOutline,
|
||||
waterOutline,
|
||||
moonOutline,
|
||||
heartOutline,
|
||||
analyticsOutline,
|
||||
} from 'ionicons/icons';
|
||||
import { WellbeingSummary, LocalInsight } from '../../types/health';
|
||||
|
||||
// Use this for mapping string names to IonIcons
|
||||
const ICON_MAP: Record<string, string> = {
|
||||
checkmarkCircleOutline,
|
||||
warningOutline,
|
||||
informationCircleOutline,
|
||||
waterOutline,
|
||||
moonOutline,
|
||||
heartOutline,
|
||||
analyticsOutline,
|
||||
};
|
||||
|
||||
interface SummaryProps {
|
||||
summary: WellbeingSummary;
|
||||
primaryInsight: LocalInsight | null;
|
||||
}
|
||||
|
||||
export const InsightSummaryCard: React.FC<SummaryProps> = ({
|
||||
summary,
|
||||
primaryInsight,
|
||||
}) => {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
background: '#1e3a5f',
|
||||
borderRadius: '24px',
|
||||
padding: '24px',
|
||||
marginBottom: '12px',
|
||||
color: '#ffffff',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(255,255,255,0.72)',
|
||||
marginBottom: '8px',
|
||||
textTransform: 'uppercase',
|
||||
letterSpacing: '0.05em',
|
||||
}}
|
||||
>
|
||||
Your Pattern
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '20px',
|
||||
fontWeight: '700',
|
||||
lineHeight: '26px',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
{primaryInsight
|
||||
? primaryInsight.title
|
||||
: 'Keep tracking to reveal insights'}
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '14px',
|
||||
color: 'rgba(255,255,255,0.76)',
|
||||
lineHeight: '20px',
|
||||
marginBottom: '20px',
|
||||
}}
|
||||
>
|
||||
{primaryInsight
|
||||
? primaryInsight.body
|
||||
: 'Log your checkups, meals, and sleep regularly for personalized health guidance.'}
|
||||
</div>
|
||||
<div style={{ display: 'flex', gap: '8px' }}>
|
||||
<div
|
||||
style={{
|
||||
background: 'rgba(56,189,248,0.18)',
|
||||
borderRadius: '999px',
|
||||
padding: '6px 12px',
|
||||
fontSize: '12px',
|
||||
fontWeight: '700',
|
||||
}}
|
||||
>
|
||||
Score: {summary.score}/100
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
background: 'rgba(56,189,248,0.18)',
|
||||
borderRadius: '999px',
|
||||
padding: '6px 12px',
|
||||
fontSize: '12px',
|
||||
fontWeight: '700',
|
||||
}}
|
||||
>
|
||||
{summary.streakDays} day streak
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
interface ListProps {
|
||||
insights: LocalInsight[];
|
||||
}
|
||||
|
||||
export const RecommendationList: React.FC<ListProps> = ({ insights }) => {
|
||||
if (insights.length === 0) return null;
|
||||
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '8px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
}}
|
||||
>
|
||||
{insights.map((insight, index) => (
|
||||
<div
|
||||
key={insight.id}
|
||||
style={{
|
||||
display: 'flex',
|
||||
alignItems: 'flex-start',
|
||||
gap: '12px',
|
||||
padding: '16px',
|
||||
borderBottom:
|
||||
index === insights.length - 1
|
||||
? 'none'
|
||||
: '1px solid rgba(30,58,95,0.05)',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
width: '40px',
|
||||
height: '40px',
|
||||
borderRadius: '12px',
|
||||
background:
|
||||
insight.type === 'positive'
|
||||
? 'rgba(52,168,83,0.10)'
|
||||
: insight.type === 'warning'
|
||||
? 'rgba(234,67,53,0.10)'
|
||||
: 'rgba(3,105,161,0.10)',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
flexShrink: 0,
|
||||
}}
|
||||
>
|
||||
<IonIcon
|
||||
icon={ICON_MAP[insight.icon] || informationCircleOutline}
|
||||
style={{
|
||||
fontSize: '20px',
|
||||
color:
|
||||
insight.type === 'positive'
|
||||
? '#34a853'
|
||||
: insight.type === 'warning'
|
||||
? '#ea4335'
|
||||
: '#0369a1',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div style={{ flex: 1 }}>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '15px',
|
||||
fontWeight: '700',
|
||||
color: '#1e3a5f',
|
||||
marginBottom: '2px',
|
||||
}}
|
||||
>
|
||||
{insight.title}
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '500',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
lineHeight: '18px',
|
||||
}}
|
||||
>
|
||||
{insight.body}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
@@ -0,0 +1,111 @@
|
||||
import React from 'react';
|
||||
import { IonIcon } from '@ionic/react';
|
||||
|
||||
interface Props {
|
||||
label: string;
|
||||
value: string;
|
||||
helper: string;
|
||||
progress: number;
|
||||
icon: string;
|
||||
}
|
||||
|
||||
const MetricMiniCard: React.FC<Props> = ({
|
||||
label,
|
||||
value,
|
||||
helper,
|
||||
progress,
|
||||
icon,
|
||||
}) => {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '16px',
|
||||
minHeight: '112px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'space-between',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
width: '32px',
|
||||
height: '32px',
|
||||
borderRadius: '12px',
|
||||
background: 'rgba(56,189,248,0.14)',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
flexShrink: 0,
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={icon} style={{ fontSize: '18px', color: '#0369a1' }} />
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.58)',
|
||||
textAlign: 'right',
|
||||
}}
|
||||
>
|
||||
{label}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style={{ marginTop: '12px' }}>
|
||||
<div style={{ display: 'flex', alignItems: 'baseline' }}>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '26px',
|
||||
fontWeight: '400',
|
||||
color: '#1e3a5f',
|
||||
fontVariantNumeric: 'tabular-nums',
|
||||
}}
|
||||
>
|
||||
{value}
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
fontWeight: '600',
|
||||
color: 'rgba(30,58,95,0.40)',
|
||||
marginLeft: '4px',
|
||||
}}
|
||||
>
|
||||
{helper}
|
||||
</span>
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
height: '7px',
|
||||
borderRadius: '999px',
|
||||
background: '#e2f2f8',
|
||||
marginTop: '8px',
|
||||
overflow: 'hidden',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
height: '100%',
|
||||
width: `${Math.min(progress * 100, 100)}%`,
|
||||
background: '#38bdf8',
|
||||
borderRadius: '999px',
|
||||
transition: 'width 0.5s ease-out',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default MetricMiniCard;
|
||||
@@ -0,0 +1,200 @@
|
||||
import React from 'react';
|
||||
import { IonIcon, IonButton } from '@ionic/react';
|
||||
import {
|
||||
clipboardOutline,
|
||||
medkitOutline,
|
||||
restaurantOutline,
|
||||
moonOutline,
|
||||
chevronForwardOutline,
|
||||
} from 'ionicons/icons';
|
||||
import { ActivityEntry } from '../../types/health';
|
||||
import { formatDistanceToNow } from 'date-fns';
|
||||
|
||||
interface Props {
|
||||
entries: ActivityEntry[];
|
||||
onCreate: () => void;
|
||||
onSeeInsights: () => void;
|
||||
}
|
||||
|
||||
const RecentActivityList: React.FC<Props> = ({
|
||||
entries,
|
||||
onCreate,
|
||||
onSeeInsights,
|
||||
}) => {
|
||||
if (entries.length === 0) {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
margin: '0 20px 20px',
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '32px 24px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
<IonIcon
|
||||
icon={clipboardOutline}
|
||||
style={{
|
||||
fontSize: '42px',
|
||||
color: 'rgba(3,105,161,0.36)',
|
||||
marginBottom: '16px',
|
||||
}}
|
||||
/>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '16px',
|
||||
fontWeight: '700',
|
||||
color: '#1e3a5f',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
No health logs yet
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
color: 'rgba(30,58,95,0.58)',
|
||||
marginBottom: '24px',
|
||||
}}
|
||||
>
|
||||
Start your first self checkup to track your wellbeing.
|
||||
</div>
|
||||
<IonButton
|
||||
onClick={onCreate}
|
||||
style={{
|
||||
'--background': '#0369a1',
|
||||
'--border-radius': '999px',
|
||||
'--color': '#ffffff',
|
||||
fontWeight: '700',
|
||||
height: '44px',
|
||||
width: '100%',
|
||||
maxWidth: '200px',
|
||||
}}
|
||||
>
|
||||
Start a checkup
|
||||
</IonButton>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
const getIcon = (type: string) => {
|
||||
switch (type) {
|
||||
case 'checkup':
|
||||
return medkitOutline;
|
||||
case 'diet':
|
||||
return restaurantOutline;
|
||||
case 'sleep':
|
||||
return moonOutline;
|
||||
default:
|
||||
return clipboardOutline;
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
margin: '0 20px 20px',
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '8px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
}}
|
||||
>
|
||||
{entries.map((entry, index) => (
|
||||
<div
|
||||
key={entry.id}
|
||||
style={{
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '12px',
|
||||
padding: '12px',
|
||||
borderBottom:
|
||||
index === entries.length - 1
|
||||
? 'none'
|
||||
: '1px solid rgba(30,58,95,0.05)',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
width: '40px',
|
||||
height: '40px',
|
||||
borderRadius: '12px',
|
||||
background: 'rgba(3,105,161,0.10)',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
flexShrink: 0,
|
||||
}}
|
||||
>
|
||||
<IonIcon
|
||||
icon={getIcon(entry.type)}
|
||||
style={{ fontSize: '20px', color: '#0369a1' }}
|
||||
/>
|
||||
</div>
|
||||
<div style={{ flex: 1, minWidth: 0 }}>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '15px',
|
||||
fontWeight: '700',
|
||||
color: '#1e3a5f',
|
||||
whiteSpace: 'nowrap',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
}}
|
||||
>
|
||||
{entry.title}
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
fontWeight: '500',
|
||||
color: 'rgba(30,58,95,0.58)',
|
||||
whiteSpace: 'nowrap',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
}}
|
||||
>
|
||||
{entry.subtitle}
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '11px',
|
||||
fontWeight: '600',
|
||||
color: 'rgba(30,58,95,0.40)',
|
||||
flexShrink: 0,
|
||||
textAlign: 'right',
|
||||
}}
|
||||
>
|
||||
{formatDistanceToNow(new Date(entry.date), { addSuffix: true })}
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
<div
|
||||
onClick={onSeeInsights}
|
||||
style={{
|
||||
padding: '16px',
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
gap: '4px',
|
||||
cursor: 'pointer',
|
||||
}}
|
||||
>
|
||||
<span style={{ fontSize: '13px', fontWeight: '700', color: '#0369a1' }}>
|
||||
View all insights
|
||||
</span>
|
||||
<IonIcon
|
||||
icon={chevronForwardOutline}
|
||||
style={{ fontSize: '14px', color: '#0369a1' }}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default RecentActivityList;
|
||||
@@ -0,0 +1,119 @@
|
||||
import React from 'react';
|
||||
import { IonIcon } from '@ionic/react';
|
||||
import { moonOutline } from 'ionicons/icons';
|
||||
import { SleepEntry } from '../../types/health';
|
||||
import { format } from 'date-fns';
|
||||
|
||||
interface Props {
|
||||
entries: SleepEntry[];
|
||||
}
|
||||
|
||||
const SleepTrendCard: React.FC<Props> = ({ entries }) => {
|
||||
const lastSeven = entries.slice(0, 7).reverse();
|
||||
|
||||
if (entries.length === 0) {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '24px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
<IonIcon
|
||||
icon={moonOutline}
|
||||
style={{
|
||||
fontSize: '32px',
|
||||
color: 'rgba(3,105,161,0.20)',
|
||||
marginBottom: '12px',
|
||||
}}
|
||||
/>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '14px',
|
||||
fontWeight: '500',
|
||||
color: 'rgba(30,58,95,0.50)',
|
||||
}}
|
||||
>
|
||||
Sleep trends appear after your first log
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
const maxHours = Math.max(...lastSeven.map((e) => e.hours), 10);
|
||||
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '20px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '16px',
|
||||
fontWeight: '700',
|
||||
color: '#1e3a5f',
|
||||
marginBottom: '16px',
|
||||
}}
|
||||
>
|
||||
7-day sleep trend
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'flex-end',
|
||||
height: '80px',
|
||||
paddingBottom: '20px',
|
||||
}}
|
||||
>
|
||||
{lastSeven.map((entry) => (
|
||||
<div
|
||||
key={entry.id}
|
||||
style={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
flex: 1,
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
width: '12px',
|
||||
height: `${(entry.hours / maxHours) * 60}px`,
|
||||
background:
|
||||
entry.quality === 'Restful'
|
||||
? '#38bdf8'
|
||||
: entry.quality === 'Okay'
|
||||
? '#0369a1'
|
||||
: '#1e3a5f',
|
||||
borderRadius: '6px 6px 0 0',
|
||||
}}
|
||||
/>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '10px',
|
||||
fontWeight: '600',
|
||||
color: 'rgba(30,58,95,0.40)',
|
||||
marginTop: '4px',
|
||||
}}
|
||||
>
|
||||
{format(new Date(entry.createdAt), 'E')[0]}
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SleepTrendCard;
|
||||
@@ -0,0 +1,123 @@
|
||||
import React from 'react';
|
||||
import { IonIcon } from '@ionic/react';
|
||||
import { pulseOutline } from 'ionicons/icons';
|
||||
|
||||
interface Props {
|
||||
score: number;
|
||||
message: string;
|
||||
progress: number;
|
||||
}
|
||||
|
||||
const WellbeingScoreCard: React.FC<Props> = ({ score, message, progress }) => {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
margin: '0 20px 12px',
|
||||
background: '#1e3a5f',
|
||||
borderRadius: '24px',
|
||||
padding: '20px',
|
||||
minHeight: '164px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'space-between',
|
||||
position: 'relative',
|
||||
overflow: 'hidden',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'flex-start',
|
||||
}}
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(255,255,255,0.72)',
|
||||
marginBottom: '4px',
|
||||
}}
|
||||
>
|
||||
Today’s wellbeing score
|
||||
</div>
|
||||
<div style={{ display: 'flex', alignItems: 'baseline' }}>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '48px',
|
||||
fontWeight: '400',
|
||||
color: '#ffffff',
|
||||
lineHeight: '56px',
|
||||
fontVariantNumeric: 'tabular-nums',
|
||||
}}
|
||||
>
|
||||
{score}
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '18px',
|
||||
fontWeight: '400',
|
||||
color: 'rgba(255,255,255,0.52)',
|
||||
marginLeft: '4px',
|
||||
}}
|
||||
>
|
||||
/100
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
width: '40px',
|
||||
height: '40px',
|
||||
background: 'rgba(56,189,248,0.16)',
|
||||
borderRadius: '12px',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
flexShrink: 0,
|
||||
}}
|
||||
>
|
||||
<IonIcon
|
||||
icon={pulseOutline}
|
||||
style={{ fontSize: '22px', color: '#38bdf8' }}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '14px',
|
||||
fontWeight: '500',
|
||||
color: 'rgba(255,255,255,0.78)',
|
||||
lineHeight: '20px',
|
||||
marginBottom: '12px',
|
||||
}}
|
||||
>
|
||||
{message}
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
height: '8px',
|
||||
background: 'rgba(255,255,255,0.16)',
|
||||
borderRadius: '999px',
|
||||
overflow: 'hidden',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
height: '100%',
|
||||
width: `${progress * 100}%`,
|
||||
background: '#38bdf8',
|
||||
borderRadius: '999px',
|
||||
transition: 'width 0.5s ease-out',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default WellbeingScoreCard;
|
||||
@@ -1,97 +0,0 @@
|
||||
import React, {
|
||||
createContext,
|
||||
useContext,
|
||||
useEffect,
|
||||
useMemo,
|
||||
useState,
|
||||
} from 'react';
|
||||
import type { Session, User } from '@supabase/supabase-js';
|
||||
import { supabase } from '../supabase';
|
||||
import type { Tables } from '../database.types';
|
||||
|
||||
type Profile = Tables<'profiles'>;
|
||||
|
||||
type AuthContextValue = {
|
||||
session: Session | null;
|
||||
user: User | null;
|
||||
profile: Profile | null;
|
||||
isLoading: boolean;
|
||||
refreshProfile: () => Promise<void>;
|
||||
signOut: () => Promise<void>;
|
||||
};
|
||||
|
||||
const AuthContext = createContext<AuthContextValue | undefined>(undefined);
|
||||
|
||||
export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({
|
||||
children,
|
||||
}) => {
|
||||
const [session, setSession] = useState<Session | null>(null);
|
||||
const [user, setUser] = useState<User | null>(null);
|
||||
const [profile, setProfile] = useState<Profile | null>(null);
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
|
||||
const loadProfile = async (userId: string | null) => {
|
||||
if (!userId) {
|
||||
setProfile(null);
|
||||
return;
|
||||
}
|
||||
|
||||
const { data } = await supabase
|
||||
.from('profiles')
|
||||
.select('*')
|
||||
.eq('id', userId)
|
||||
.maybeSingle();
|
||||
setProfile(data ?? null);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
let isMounted = true;
|
||||
|
||||
supabase.auth.getSession().then(async ({ data }) => {
|
||||
if (!isMounted) return;
|
||||
const nextSession = data.session ?? null;
|
||||
setSession(nextSession);
|
||||
setUser(nextSession?.user ?? null);
|
||||
await loadProfile(nextSession?.user?.id ?? null);
|
||||
if (isMounted) setIsLoading(false);
|
||||
});
|
||||
|
||||
const {
|
||||
data: { subscription },
|
||||
} = supabase.auth.onAuthStateChange(async (_event, nextSession) => {
|
||||
setSession(nextSession);
|
||||
setUser(nextSession?.user ?? null);
|
||||
await loadProfile(nextSession?.user?.id ?? null);
|
||||
setIsLoading(false);
|
||||
});
|
||||
|
||||
return () => {
|
||||
isMounted = false;
|
||||
subscription.unsubscribe();
|
||||
};
|
||||
}, []);
|
||||
|
||||
const value = useMemo<AuthContextValue>(
|
||||
() => ({
|
||||
session,
|
||||
user,
|
||||
profile,
|
||||
isLoading,
|
||||
refreshProfile: async () => loadProfile(user?.id ?? null),
|
||||
signOut: async () => {
|
||||
await supabase.auth.signOut();
|
||||
},
|
||||
}),
|
||||
[session, user, profile, isLoading]
|
||||
);
|
||||
|
||||
return <AuthContext.Provider value={value}>{children}</AuthContext.Provider>;
|
||||
};
|
||||
|
||||
export const useAuth = () => {
|
||||
const context = useContext(AuthContext);
|
||||
if (!context) {
|
||||
throw new Error('useAuth must be used within AuthProvider');
|
||||
}
|
||||
return context;
|
||||
};
|
||||
@@ -1,425 +0,0 @@
|
||||
export type Json =
|
||||
| string
|
||||
| number
|
||||
| boolean
|
||||
| null
|
||||
| { [key: string]: Json | undefined }
|
||||
| Json[]
|
||||
|
||||
export type Database = {
|
||||
// Allows to automatically instantiate createClient with right options
|
||||
// instead of createClient<Database, { PostgrestVersion: 'XX' }>(URL, KEY)
|
||||
__InternalSupabase: {
|
||||
PostgrestVersion: "14.5"
|
||||
}
|
||||
public: {
|
||||
Tables: {
|
||||
addresses: {
|
||||
Row: {
|
||||
address_line: string
|
||||
created_at: string
|
||||
id: string
|
||||
is_default: boolean
|
||||
label: string
|
||||
notes: string | null
|
||||
phone: string
|
||||
recipient_name: string
|
||||
user_id: string
|
||||
}
|
||||
Insert: {
|
||||
address_line: string
|
||||
created_at?: string
|
||||
id?: string
|
||||
is_default?: boolean
|
||||
label: string
|
||||
notes?: string | null
|
||||
phone: string
|
||||
recipient_name: string
|
||||
user_id: string
|
||||
}
|
||||
Update: {
|
||||
address_line?: string
|
||||
created_at?: string
|
||||
id?: string
|
||||
is_default?: boolean
|
||||
label?: string
|
||||
notes?: string | null
|
||||
phone?: string
|
||||
recipient_name?: string
|
||||
user_id?: string
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
order_items: {
|
||||
Row: {
|
||||
created_at: string
|
||||
id: string
|
||||
order_id: string
|
||||
product_id: string
|
||||
product_name: string
|
||||
quantity: number
|
||||
unit_price: number
|
||||
}
|
||||
Insert: {
|
||||
created_at?: string
|
||||
id?: string
|
||||
order_id: string
|
||||
product_id: string
|
||||
product_name: string
|
||||
quantity: number
|
||||
unit_price: number
|
||||
}
|
||||
Update: {
|
||||
created_at?: string
|
||||
id?: string
|
||||
order_id?: string
|
||||
product_id?: string
|
||||
product_name?: string
|
||||
quantity?: number
|
||||
unit_price?: number
|
||||
}
|
||||
Relationships: [
|
||||
{
|
||||
foreignKeyName: "order_items_order_id_fkey"
|
||||
columns: ["order_id"]
|
||||
isOneToOne: false
|
||||
referencedRelation: "orders"
|
||||
referencedColumns: ["id"]
|
||||
},
|
||||
]
|
||||
}
|
||||
orders: {
|
||||
Row: {
|
||||
address_id: string | null
|
||||
created_at: string
|
||||
customer_name: string | null
|
||||
customer_phone: string | null
|
||||
delivery_address: string | null
|
||||
delivery_fee: number
|
||||
delivery_notes: string | null
|
||||
id: string
|
||||
item_count: number
|
||||
order_number: string
|
||||
status: string
|
||||
subtotal: number
|
||||
total: number
|
||||
user_id: string | null
|
||||
}
|
||||
Insert: {
|
||||
address_id?: string | null
|
||||
created_at?: string
|
||||
customer_name?: string | null
|
||||
customer_phone?: string | null
|
||||
delivery_address?: string | null
|
||||
delivery_fee?: number
|
||||
delivery_notes?: string | null
|
||||
id?: string
|
||||
item_count?: number
|
||||
order_number: string
|
||||
status?: string
|
||||
subtotal?: number
|
||||
total?: number
|
||||
user_id?: string | null
|
||||
}
|
||||
Update: {
|
||||
address_id?: string | null
|
||||
created_at?: string
|
||||
customer_name?: string | null
|
||||
customer_phone?: string | null
|
||||
delivery_address?: string | null
|
||||
delivery_fee?: number
|
||||
delivery_notes?: string | null
|
||||
id?: string
|
||||
item_count?: number
|
||||
order_number?: string
|
||||
status?: string
|
||||
subtotal?: number
|
||||
total?: number
|
||||
user_id?: string | null
|
||||
}
|
||||
Relationships: [
|
||||
{
|
||||
foreignKeyName: "orders_address_id_fkey"
|
||||
columns: ["address_id"]
|
||||
isOneToOne: false
|
||||
referencedRelation: "addresses"
|
||||
referencedColumns: ["id"]
|
||||
},
|
||||
]
|
||||
}
|
||||
payment_methods: {
|
||||
Row: {
|
||||
brand: string
|
||||
cardholder_name: string | null
|
||||
created_at: string
|
||||
expiry_month: number
|
||||
expiry_year: number
|
||||
id: string
|
||||
is_default: boolean
|
||||
last4: string
|
||||
user_id: string
|
||||
}
|
||||
Insert: {
|
||||
brand: string
|
||||
cardholder_name?: string | null
|
||||
created_at?: string
|
||||
expiry_month: number
|
||||
expiry_year: number
|
||||
id?: string
|
||||
is_default?: boolean
|
||||
last4: string
|
||||
user_id: string
|
||||
}
|
||||
Update: {
|
||||
brand?: string
|
||||
cardholder_name?: string | null
|
||||
created_at?: string
|
||||
expiry_month?: number
|
||||
expiry_year?: number
|
||||
id?: string
|
||||
is_default?: boolean
|
||||
last4?: string
|
||||
user_id?: string
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
profiles: {
|
||||
Row: {
|
||||
created_at: string
|
||||
full_name: string | null
|
||||
id: string
|
||||
is_admin: boolean
|
||||
phone: string | null
|
||||
updated_at: string
|
||||
}
|
||||
Insert: {
|
||||
created_at?: string
|
||||
full_name?: string | null
|
||||
id: string
|
||||
is_admin?: boolean
|
||||
phone?: string | null
|
||||
updated_at?: string
|
||||
}
|
||||
Update: {
|
||||
created_at?: string
|
||||
full_name?: string | null
|
||||
id?: string
|
||||
is_admin?: boolean
|
||||
phone?: string | null
|
||||
updated_at?: string
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
wallet_transactions: {
|
||||
Row: {
|
||||
amount: number
|
||||
created_at: string
|
||||
description: string | null
|
||||
id: string
|
||||
order_id: string | null
|
||||
title: string
|
||||
type: string
|
||||
wallet_id: string
|
||||
}
|
||||
Insert: {
|
||||
amount: number
|
||||
created_at?: string
|
||||
description?: string | null
|
||||
id?: string
|
||||
order_id?: string | null
|
||||
title: string
|
||||
type: string
|
||||
wallet_id: string
|
||||
}
|
||||
Update: {
|
||||
amount?: number
|
||||
created_at?: string
|
||||
description?: string | null
|
||||
id?: string
|
||||
order_id?: string | null
|
||||
title?: string
|
||||
type?: string
|
||||
wallet_id?: string
|
||||
}
|
||||
Relationships: [
|
||||
{
|
||||
foreignKeyName: "wallet_transactions_order_id_fkey"
|
||||
columns: ["order_id"]
|
||||
isOneToOne: false
|
||||
referencedRelation: "orders"
|
||||
referencedColumns: ["id"]
|
||||
},
|
||||
{
|
||||
foreignKeyName: "wallet_transactions_wallet_id_fkey"
|
||||
columns: ["wallet_id"]
|
||||
isOneToOne: false
|
||||
referencedRelation: "wallets"
|
||||
referencedColumns: ["id"]
|
||||
},
|
||||
]
|
||||
}
|
||||
wallets: {
|
||||
Row: {
|
||||
balance: number
|
||||
created_at: string
|
||||
currency: string
|
||||
id: string
|
||||
updated_at: string
|
||||
user_id: string
|
||||
}
|
||||
Insert: {
|
||||
balance?: number
|
||||
created_at?: string
|
||||
currency?: string
|
||||
id?: string
|
||||
updated_at?: string
|
||||
user_id: string
|
||||
}
|
||||
Update: {
|
||||
balance?: number
|
||||
created_at?: string
|
||||
currency?: string
|
||||
id?: string
|
||||
updated_at?: string
|
||||
user_id?: string
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
}
|
||||
Views: {
|
||||
[_ in never]: never
|
||||
}
|
||||
Functions: {
|
||||
[_ in never]: never
|
||||
}
|
||||
Enums: {
|
||||
[_ in never]: never
|
||||
}
|
||||
CompositeTypes: {
|
||||
[_ in never]: never
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
type DatabaseWithoutInternals = Omit<Database, "__InternalSupabase">
|
||||
|
||||
type DefaultSchema = DatabaseWithoutInternals[Extract<keyof Database, "public">]
|
||||
|
||||
export type Tables<
|
||||
DefaultSchemaTableNameOrOptions extends
|
||||
| keyof (DefaultSchema["Tables"] & DefaultSchema["Views"])
|
||||
| { schema: keyof DatabaseWithoutInternals },
|
||||
TableName extends DefaultSchemaTableNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? keyof (DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"] &
|
||||
DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Views"])
|
||||
: never = never,
|
||||
> = DefaultSchemaTableNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? (DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"] &
|
||||
DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Views"])[TableName] extends {
|
||||
Row: infer R
|
||||
}
|
||||
? R
|
||||
: never
|
||||
: DefaultSchemaTableNameOrOptions extends keyof (DefaultSchema["Tables"] &
|
||||
DefaultSchema["Views"])
|
||||
? (DefaultSchema["Tables"] &
|
||||
DefaultSchema["Views"])[DefaultSchemaTableNameOrOptions] extends {
|
||||
Row: infer R
|
||||
}
|
||||
? R
|
||||
: never
|
||||
: never
|
||||
|
||||
export type TablesInsert<
|
||||
DefaultSchemaTableNameOrOptions extends
|
||||
| keyof DefaultSchema["Tables"]
|
||||
| { schema: keyof DatabaseWithoutInternals },
|
||||
TableName extends DefaultSchemaTableNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? keyof DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"]
|
||||
: never = never,
|
||||
> = DefaultSchemaTableNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"][TableName] extends {
|
||||
Insert: infer I
|
||||
}
|
||||
? I
|
||||
: never
|
||||
: DefaultSchemaTableNameOrOptions extends keyof DefaultSchema["Tables"]
|
||||
? DefaultSchema["Tables"][DefaultSchemaTableNameOrOptions] extends {
|
||||
Insert: infer I
|
||||
}
|
||||
? I
|
||||
: never
|
||||
: never
|
||||
|
||||
export type TablesUpdate<
|
||||
DefaultSchemaTableNameOrOptions extends
|
||||
| keyof DefaultSchema["Tables"]
|
||||
| { schema: keyof DatabaseWithoutInternals },
|
||||
TableName extends DefaultSchemaTableNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? keyof DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"]
|
||||
: never = never,
|
||||
> = DefaultSchemaTableNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"][TableName] extends {
|
||||
Update: infer U
|
||||
}
|
||||
? U
|
||||
: never
|
||||
: DefaultSchemaTableNameOrOptions extends keyof DefaultSchema["Tables"]
|
||||
? DefaultSchema["Tables"][DefaultSchemaTableNameOrOptions] extends {
|
||||
Update: infer U
|
||||
}
|
||||
? U
|
||||
: never
|
||||
: never
|
||||
|
||||
export type Enums<
|
||||
DefaultSchemaEnumNameOrOptions extends
|
||||
| keyof DefaultSchema["Enums"]
|
||||
| { schema: keyof DatabaseWithoutInternals },
|
||||
EnumName extends DefaultSchemaEnumNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? keyof DatabaseWithoutInternals[DefaultSchemaEnumNameOrOptions["schema"]]["Enums"]
|
||||
: never = never,
|
||||
> = DefaultSchemaEnumNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? DatabaseWithoutInternals[DefaultSchemaEnumNameOrOptions["schema"]]["Enums"][EnumName]
|
||||
: DefaultSchemaEnumNameOrOptions extends keyof DefaultSchema["Enums"]
|
||||
? DefaultSchema["Enums"][DefaultSchemaEnumNameOrOptions]
|
||||
: never
|
||||
|
||||
export type CompositeTypes<
|
||||
PublicCompositeTypeNameOrOptions extends
|
||||
| keyof DefaultSchema["CompositeTypes"]
|
||||
| { schema: keyof DatabaseWithoutInternals },
|
||||
CompositeTypeName extends PublicCompositeTypeNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? keyof DatabaseWithoutInternals[PublicCompositeTypeNameOrOptions["schema"]]["CompositeTypes"]
|
||||
: never = never,
|
||||
> = PublicCompositeTypeNameOrOptions extends {
|
||||
schema: keyof DatabaseWithoutInternals
|
||||
}
|
||||
? DatabaseWithoutInternals[PublicCompositeTypeNameOrOptions["schema"]]["CompositeTypes"][CompositeTypeName]
|
||||
: PublicCompositeTypeNameOrOptions extends keyof DefaultSchema["CompositeTypes"]
|
||||
? DefaultSchema["CompositeTypes"][PublicCompositeTypeNameOrOptions]
|
||||
: never
|
||||
|
||||
export const Constants = {
|
||||
public: {
|
||||
Enums: {},
|
||||
},
|
||||
} as const
|
||||
@@ -1,308 +0,0 @@
|
||||
import React, { useMemo, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonButtons,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonInput,
|
||||
IonItem,
|
||||
IonLabel,
|
||||
IonPage,
|
||||
IonText,
|
||||
IonToggle,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { cardOutline, chevronBackOutline } from 'ionicons/icons';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
const sanitizeCardNumber = (value: string) =>
|
||||
value.replace(/\D/g, '').slice(0, 19);
|
||||
const sanitizeExpiry = (value: string) => {
|
||||
const digits = value.replace(/\D/g, '').slice(0, 4);
|
||||
if (digits.length <= 2) return digits;
|
||||
return `${digits.slice(0, 2)}/${digits.slice(2)}`;
|
||||
};
|
||||
const sanitizeCvv = (value: string) => value.replace(/\D/g, '').slice(0, 4);
|
||||
|
||||
const detectBrand = (cardNumber: string) => {
|
||||
if (/^4/.test(cardNumber)) return 'Visa';
|
||||
if (/^(5[1-5]|2[2-7])/.test(cardNumber)) return 'Mastercard';
|
||||
if (/^3[47]/.test(cardNumber)) return 'Amex';
|
||||
return 'Card';
|
||||
};
|
||||
|
||||
const AddPaymentMethod: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const { user } = useAuth();
|
||||
const [cardholderName, setCardholderName] = useState('');
|
||||
const [cardNumber, setCardNumber] = useState('');
|
||||
const [expiry, setExpiry] = useState('');
|
||||
const [cvv, setCvv] = useState('');
|
||||
const [setAsDefault, setSetAsDefault] = useState(true);
|
||||
const [isPreviewBack, setIsPreviewBack] = useState(false);
|
||||
const [isSubmitting, setIsSubmitting] = useState(false);
|
||||
const [message, setMessage] = useState('');
|
||||
const [error, setError] = useState('');
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Light);
|
||||
});
|
||||
|
||||
const showError = (text: string) => {
|
||||
setError(text);
|
||||
window.setTimeout(() => setError(''), 4000);
|
||||
};
|
||||
|
||||
const formattedCardNumber = useMemo(() => {
|
||||
return sanitizeCardNumber(cardNumber)
|
||||
.replace(/(.{4})/g, '$1 ')
|
||||
.trim();
|
||||
}, [cardNumber]);
|
||||
|
||||
const cardBrand = detectBrand(sanitizeCardNumber(cardNumber));
|
||||
const previewNumber = formattedCardNumber || '1234 5678 9010 0010';
|
||||
const previewName = cardholderName.trim() || 'Andrew Johnson';
|
||||
const previewExpiry = expiry || '10/22';
|
||||
const previewCvv = cvv || '123';
|
||||
|
||||
const handleSave = async () => {
|
||||
if (!user) {
|
||||
history.replace('/auth');
|
||||
return;
|
||||
}
|
||||
|
||||
const cleanCardNumber = sanitizeCardNumber(cardNumber);
|
||||
const cleanExpiry = sanitizeExpiry(expiry);
|
||||
const [monthRaw, yearRaw] = cleanExpiry.split('/');
|
||||
const month = Number(monthRaw);
|
||||
const year = Number(yearRaw);
|
||||
|
||||
if (!cardholderName.trim()) return showError('Enter the name on card.');
|
||||
if (cleanCardNumber.length < 12)
|
||||
return showError('Enter a valid card number.');
|
||||
if (
|
||||
!month ||
|
||||
month < 1 ||
|
||||
month > 12 ||
|
||||
String(yearRaw ?? '').length !== 2
|
||||
) {
|
||||
return showError('Enter a valid expiry date.');
|
||||
}
|
||||
if (sanitizeCvv(cvv).length < 3) return showError('Enter a valid CVV.');
|
||||
|
||||
setIsSubmitting(true);
|
||||
setError('');
|
||||
|
||||
if (setAsDefault) {
|
||||
await supabase
|
||||
.from('payment_methods')
|
||||
.update({ is_default: false })
|
||||
.eq('user_id', user.id);
|
||||
}
|
||||
|
||||
const { error: insertError } = await supabase
|
||||
.from('payment_methods')
|
||||
.insert({
|
||||
user_id: user.id,
|
||||
brand: detectBrand(cleanCardNumber),
|
||||
last4: cleanCardNumber.slice(-4),
|
||||
expiry_month: month,
|
||||
expiry_year: 2000 + year,
|
||||
cardholder_name: cardholderName.trim(),
|
||||
is_default: setAsDefault,
|
||||
});
|
||||
|
||||
setIsSubmitting(false);
|
||||
|
||||
if (insertError) {
|
||||
showError('Could not save this payment method.');
|
||||
return;
|
||||
}
|
||||
|
||||
setMessage('Payment method saved.');
|
||||
window.setTimeout(() => history.replace('/wallet/payment-methods'), 700);
|
||||
};
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to payment methods"
|
||||
onClick={() => history.replace('/wallet/payment-methods')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Wallet</span>
|
||||
<strong>Add card</strong>
|
||||
</div>
|
||||
<span className="wallet-toolbar-placeholder" />
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent fullscreen className="wallet-page add-card-page ion-padding">
|
||||
<div className="wallet-intro-card add-card-intro-card">
|
||||
<h1>Add Credit Card</h1>
|
||||
<p>
|
||||
Save a card for faster checkout. Only masked card metadata is stored
|
||||
in this phase.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="add-card-preview-shell">
|
||||
<div className="preview-toggle-wrap">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="card-preview-toggle-button"
|
||||
onClick={() => setIsPreviewBack((value) => !value)}
|
||||
>
|
||||
Show {isPreviewBack ? 'front' : 'back'} preview
|
||||
</IonButton>
|
||||
</div>
|
||||
|
||||
<div className="card-preview-stage">
|
||||
<div
|
||||
className={`card-preview card-preview-front ${
|
||||
!isPreviewBack ? 'is-visible' : 'is-hidden'
|
||||
}`}
|
||||
>
|
||||
<div className="card-preview-top-row">
|
||||
<div className="card-chip-visual" />
|
||||
<span className="card-brand-pill">{cardBrand}</span>
|
||||
</div>
|
||||
<div className="card-preview-number">{previewNumber}</div>
|
||||
<div className="card-preview-meta-row">
|
||||
<div>
|
||||
<span>Cardholder Name</span>
|
||||
<strong>{previewName}</strong>
|
||||
</div>
|
||||
<div className="card-preview-meta-right">
|
||||
<span>Valid Thru</span>
|
||||
<strong>{previewExpiry}</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
className={`card-preview card-preview-back ${
|
||||
isPreviewBack ? 'is-visible' : 'is-hidden'
|
||||
}`}
|
||||
>
|
||||
<div className="card-preview-strip" />
|
||||
<div className="card-preview-cvv-block">
|
||||
<span>Security Code</span>
|
||||
<strong>{previewCvv}</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="wallet-form-card add-card-form-card">
|
||||
{message && (
|
||||
<IonText color="success">
|
||||
<p className="wallet-inline-message">{message}</p>
|
||||
</IonText>
|
||||
)}
|
||||
{error && (
|
||||
<IonText color="danger">
|
||||
<p className="wallet-inline-message">{error}</p>
|
||||
</IonText>
|
||||
)}
|
||||
|
||||
<div className="checkout-form-grid add-card-form-grid">
|
||||
<div className="form-field full-width">
|
||||
<IonLabel>Card Number</IonLabel>
|
||||
<IonItem lines="none" className="checkout-input add-card-input">
|
||||
<IonIcon icon={cardOutline} slot="start" />
|
||||
<IonInput
|
||||
value={formattedCardNumber}
|
||||
type="text"
|
||||
inputMode="numeric"
|
||||
placeholder="1234 5678 9012 3456"
|
||||
onIonFocus={() => setIsPreviewBack(false)}
|
||||
onIonInput={(e) => setCardNumber(e.detail.value ?? '')}
|
||||
/>
|
||||
</IonItem>
|
||||
</div>
|
||||
|
||||
<div className="form-field">
|
||||
<IonLabel>Cardholder Name</IonLabel>
|
||||
<IonItem lines="none" className="checkout-input add-card-input">
|
||||
<IonInput
|
||||
value={cardholderName}
|
||||
placeholder="Andrew Johnson"
|
||||
onIonFocus={() => setIsPreviewBack(false)}
|
||||
onIonInput={(e) => setCardholderName(e.detail.value ?? '')}
|
||||
/>
|
||||
</IonItem>
|
||||
</div>
|
||||
|
||||
<div className="form-field">
|
||||
<IonLabel>Valid Thru</IonLabel>
|
||||
<IonItem lines="none" className="checkout-input add-card-input">
|
||||
<IonInput
|
||||
value={expiry}
|
||||
type="text"
|
||||
inputMode="numeric"
|
||||
placeholder="10/22"
|
||||
onIonFocus={() => setIsPreviewBack(false)}
|
||||
onIonInput={(e) =>
|
||||
setExpiry(sanitizeExpiry(e.detail.value ?? ''))
|
||||
}
|
||||
/>
|
||||
</IonItem>
|
||||
</div>
|
||||
|
||||
<div className="form-field full-width add-card-security-block">
|
||||
<IonLabel>Security Code (CVV)</IonLabel>
|
||||
<IonItem
|
||||
lines="none"
|
||||
className="checkout-input add-card-input add-card-cvv-input"
|
||||
>
|
||||
<IonInput
|
||||
value={cvv}
|
||||
type="password"
|
||||
inputMode="numeric"
|
||||
placeholder="123"
|
||||
onIonFocus={() => setIsPreviewBack(true)}
|
||||
onIonInput={(e) => setCvv(sanitizeCvv(e.detail.value ?? ''))}
|
||||
/>
|
||||
</IonItem>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="wallet-toggle-row add-card-toggle-row">
|
||||
<div>
|
||||
<strong>Set as default</strong>
|
||||
<p>Use this card first the next time you checkout.</p>
|
||||
</div>
|
||||
<IonToggle
|
||||
checked={setAsDefault}
|
||||
onIonChange={(e) => setSetAsDefault(e.detail.checked)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<IonButton
|
||||
expand="block"
|
||||
className="reference-place-order-button add-card-save-button"
|
||||
onClick={handleSave}
|
||||
disabled={isSubmitting}
|
||||
>
|
||||
{isSubmitting ? 'Save Card' : 'Save Card'}
|
||||
</IonButton>
|
||||
</div>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default AddPaymentMethod;
|
||||
@@ -1,262 +0,0 @@
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonButtons,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonInput,
|
||||
IonItem,
|
||||
IonLabel,
|
||||
IonList,
|
||||
IonPage,
|
||||
IonText,
|
||||
IonTextarea,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { chevronBackOutline, trashOutline } from 'ionicons/icons';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
import type { Tables } from '../database.types';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
type Address = Tables<'addresses'>;
|
||||
|
||||
const Addresses: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const { user } = useAuth();
|
||||
const [addresses, setAddresses] = useState<Address[]>([]);
|
||||
const [label, setLabel] = useState('Home');
|
||||
const [recipientName, setRecipientName] = useState('');
|
||||
const [phone, setPhone] = useState('');
|
||||
const [addressLine, setAddressLine] = useState('');
|
||||
const [notes, setNotes] = useState('');
|
||||
const [message, setMessage] = useState('');
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Dark);
|
||||
});
|
||||
|
||||
const showMessage = (msg: string) => {
|
||||
setMessage(msg);
|
||||
window.setTimeout(() => setMessage(''), 4000);
|
||||
};
|
||||
|
||||
const loadAddresses = async () => {
|
||||
if (!user) return;
|
||||
const { data } = await supabase
|
||||
.from('addresses')
|
||||
.select('*')
|
||||
.eq('user_id', user.id)
|
||||
.order('is_default', { ascending: false })
|
||||
.order('created_at', { ascending: false });
|
||||
setAddresses(data ?? []);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
loadAddresses();
|
||||
}, [user?.id]);
|
||||
|
||||
const saveAddress = async () => {
|
||||
if (
|
||||
!user ||
|
||||
!recipientName.trim() ||
|
||||
!phone.trim() ||
|
||||
!addressLine.trim()
|
||||
) {
|
||||
showMessage('Complete the required address details.');
|
||||
return;
|
||||
}
|
||||
|
||||
const makeDefault = addresses.length === 0;
|
||||
|
||||
if (makeDefault) {
|
||||
await supabase
|
||||
.from('addresses')
|
||||
.update({ is_default: false })
|
||||
.eq('user_id', user.id);
|
||||
}
|
||||
|
||||
const { error } = await supabase.from('addresses').insert({
|
||||
user_id: user.id,
|
||||
label: label.trim() || 'Address',
|
||||
recipient_name: recipientName.trim(),
|
||||
phone: phone.trim(),
|
||||
address_line: addressLine.trim(),
|
||||
notes: notes.trim() || null,
|
||||
is_default: makeDefault,
|
||||
});
|
||||
|
||||
if (!error) {
|
||||
setLabel('Home');
|
||||
setRecipientName('');
|
||||
setPhone('');
|
||||
setAddressLine('');
|
||||
setNotes('');
|
||||
showMessage('Address saved.');
|
||||
loadAddresses();
|
||||
}
|
||||
};
|
||||
|
||||
const setDefaultAddress = async (addressId: string) => {
|
||||
if (!user) return;
|
||||
await supabase
|
||||
.from('addresses')
|
||||
.update({ is_default: false })
|
||||
.eq('user_id', user.id);
|
||||
await supabase
|
||||
.from('addresses')
|
||||
.update({ is_default: true })
|
||||
.eq('id', addressId);
|
||||
loadAddresses();
|
||||
};
|
||||
|
||||
const deleteAddress = async (addressId: string) => {
|
||||
await supabase.from('addresses').delete().eq('id', addressId);
|
||||
loadAddresses();
|
||||
};
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to profile"
|
||||
onClick={() => history.replace('/profile')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Profile</span>
|
||||
<strong>Addresses</strong>
|
||||
</div>
|
||||
<span className="wallet-toolbar-placeholder" />
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent className="ion-padding">
|
||||
{message && (
|
||||
<IonText color="medium">
|
||||
<p>{message}</p>
|
||||
</IonText>
|
||||
)}
|
||||
<div className="checkout-card">
|
||||
<div className="section-heading checkout-heading">
|
||||
<h2>Add address</h2>
|
||||
</div>
|
||||
<div className="checkout-form-grid">
|
||||
<div className="form-field">
|
||||
<IonLabel position="stacked">Label</IonLabel>
|
||||
<IonInput
|
||||
value={label}
|
||||
onIonInput={(e) => setLabel(e.detail.value ?? '')}
|
||||
className="checkout-input"
|
||||
/>
|
||||
</div>
|
||||
<div className="form-field">
|
||||
<IonLabel position="stacked">Recipient</IonLabel>
|
||||
<IonInput
|
||||
value={recipientName}
|
||||
onIonInput={(e) => setRecipientName(e.detail.value ?? '')}
|
||||
className="checkout-input"
|
||||
/>
|
||||
</div>
|
||||
<div className="form-field">
|
||||
<IonLabel position="stacked">Phone</IonLabel>
|
||||
<IonInput
|
||||
value={phone}
|
||||
onIonInput={(e) => setPhone(e.detail.value ?? '')}
|
||||
className="checkout-input"
|
||||
/>
|
||||
</div>
|
||||
<div className="form-field full-width">
|
||||
<IonLabel position="stacked">Address</IonLabel>
|
||||
<IonTextarea
|
||||
value={addressLine}
|
||||
onIonInput={(e) => setAddressLine(e.detail.value ?? '')}
|
||||
className="checkout-input checkout-textarea"
|
||||
autoGrow
|
||||
rows={3}
|
||||
/>
|
||||
</div>
|
||||
<div className="form-field full-width">
|
||||
<IonLabel position="stacked">Notes</IonLabel>
|
||||
<IonTextarea
|
||||
value={notes}
|
||||
onIonInput={(e) => setNotes(e.detail.value ?? '')}
|
||||
className="checkout-input checkout-textarea"
|
||||
autoGrow
|
||||
rows={3}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<IonButton expand="block" onClick={saveAddress}>
|
||||
Save address
|
||||
</IonButton>
|
||||
</div>
|
||||
|
||||
{addresses.length === 0 ? (
|
||||
<div className="empty-state">
|
||||
<h3>No saved addresses</h3>
|
||||
<p className="muted-text">
|
||||
Save your first address for faster checkout.
|
||||
</p>
|
||||
</div>
|
||||
) : (
|
||||
<IonList lines="none" className="orders-list">
|
||||
{addresses.map((address) => (
|
||||
<div key={address.id} className="order-card">
|
||||
<div className="order-card-top">
|
||||
<div>
|
||||
<span className="order-label">{address.label}</span>
|
||||
<h3>{address.recipient_name}</h3>
|
||||
</div>
|
||||
{address.is_default ? (
|
||||
<span className="default-pill">Default</span>
|
||||
) : (
|
||||
<IonButton
|
||||
size="small"
|
||||
fill="outline"
|
||||
onClick={() => setDefaultAddress(address.id)}
|
||||
>
|
||||
Make default
|
||||
</IonButton>
|
||||
)}
|
||||
</div>
|
||||
<div className="delivery-detail-row delivery-detail-block">
|
||||
<span>Phone</span>
|
||||
<strong>{address.phone}</strong>
|
||||
</div>
|
||||
<div className="delivery-detail-row delivery-detail-block">
|
||||
<span>Address</span>
|
||||
<strong>{address.address_line}</strong>
|
||||
</div>
|
||||
{address.notes && (
|
||||
<div className="delivery-detail-row delivery-detail-block">
|
||||
<span>Notes</span>
|
||||
<strong>{address.notes}</strong>
|
||||
</div>
|
||||
)}
|
||||
<IonButton
|
||||
fill="clear"
|
||||
color="danger"
|
||||
onClick={() => deleteAddress(address.id)}
|
||||
>
|
||||
<IonIcon slot="start" icon={trashOutline} />
|
||||
Delete
|
||||
</IonButton>
|
||||
</div>
|
||||
))}
|
||||
</IonList>
|
||||
)}
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default Addresses;
|
||||
@@ -1,123 +0,0 @@
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonItem,
|
||||
IonLabel,
|
||||
IonList,
|
||||
IonPage,
|
||||
IonSelect,
|
||||
IonSelectOption,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { chevronBackOutline } from 'ionicons/icons';
|
||||
import { RouteComponentProps, useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import type { Tables } from '../database.types';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
type Props = RouteComponentProps<{ id: string }>;
|
||||
type Order = Tables<'orders'>;
|
||||
type OrderItem = Tables<'order_items'>;
|
||||
const statuses = ['confirmed', 'packed', 'out_for_delivery', 'delivered'];
|
||||
|
||||
const AdminOrderDetail: React.FC<Props> = ({ match }) => {
|
||||
const history = useHistory();
|
||||
const [order, setOrder] = useState<Order | null>(null);
|
||||
const [items, setItems] = useState<OrderItem[]>([]);
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Dark);
|
||||
});
|
||||
|
||||
const loadOrder = async () => {
|
||||
const [{ data: orderData }, { data: itemData }] = await Promise.all([
|
||||
supabase.from('orders').select('*').eq('id', match.params.id).single(),
|
||||
supabase.from('order_items').select('*').eq('order_id', match.params.id),
|
||||
]);
|
||||
setOrder(orderData ?? null);
|
||||
setItems(itemData ?? []);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
loadOrder();
|
||||
}, [match.params.id]);
|
||||
|
||||
const updateStatus = async (status: string) => {
|
||||
await supabase.from('orders').update({ status }).eq('id', match.params.id);
|
||||
loadOrder();
|
||||
};
|
||||
|
||||
if (!order)
|
||||
return (
|
||||
<IonPage>
|
||||
<IonContent />
|
||||
</IonPage>
|
||||
);
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to admin orders"
|
||||
onClick={() => history.replace('/admin/orders')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Admin order</span>
|
||||
<strong>{order.order_number}</strong>
|
||||
</div>
|
||||
<span className="wallet-toolbar-placeholder" />
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent className="ion-padding">
|
||||
<div className="tracking-summary-card">
|
||||
<div className="delivery-detail-row">
|
||||
<span>Customer</span>
|
||||
<strong>{order.customer_name || '—'}</strong>
|
||||
</div>
|
||||
<div className="delivery-detail-row">
|
||||
<span>Phone</span>
|
||||
<strong>{order.customer_phone || '—'}</strong>
|
||||
</div>
|
||||
<div className="delivery-detail-row delivery-detail-block">
|
||||
<span>Address</span>
|
||||
<strong>{order.delivery_address || '—'}</strong>
|
||||
</div>
|
||||
<IonSelect
|
||||
value={order.status}
|
||||
interface="action-sheet"
|
||||
onIonChange={(e) => updateStatus(e.detail.value)}
|
||||
>
|
||||
{statuses.map((status) => (
|
||||
<IonSelectOption key={status} value={status}>
|
||||
{status.replace(/_/g, ' ')}
|
||||
</IonSelectOption>
|
||||
))}
|
||||
</IonSelect>
|
||||
</div>
|
||||
<IonList lines="none" className="cart-list">
|
||||
{items.map((item) => (
|
||||
<IonItem key={item.id} className="cart-item">
|
||||
<IonLabel>
|
||||
<h2>{item.product_name}</h2>
|
||||
<p>Qty {item.quantity}</p>
|
||||
</IonLabel>
|
||||
</IonItem>
|
||||
))}
|
||||
</IonList>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default AdminOrderDetail;
|
||||
@@ -1,109 +0,0 @@
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonItem,
|
||||
IonLabel,
|
||||
IonList,
|
||||
IonPage,
|
||||
IonSelect,
|
||||
IonSelectOption,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { chevronBackOutline } from 'ionicons/icons';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import type { Tables } from '../database.types';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
type Order = Tables<'orders'>;
|
||||
const statuses = ['confirmed', 'packed', 'out_for_delivery', 'delivered'];
|
||||
|
||||
const AdminOrders: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const [orders, setOrders] = useState<Order[]>([]);
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Dark);
|
||||
});
|
||||
|
||||
const loadOrders = async () => {
|
||||
const { data } = await supabase
|
||||
.from('orders')
|
||||
.select('*')
|
||||
.order('created_at', { ascending: false });
|
||||
setOrders(data ?? []);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
loadOrders();
|
||||
}, []);
|
||||
|
||||
const updateStatus = async (orderId: string, status: string) => {
|
||||
await supabase.from('orders').update({ status }).eq('id', orderId);
|
||||
loadOrders();
|
||||
};
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to profile"
|
||||
onClick={() => history.replace('/profile')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Admin</span>
|
||||
<strong>Orders</strong>
|
||||
</div>
|
||||
<span className="wallet-toolbar-placeholder" />
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent className="ion-padding">
|
||||
<IonList lines="none" className="orders-list">
|
||||
{orders.map((order) => (
|
||||
<IonItem
|
||||
key={order.id}
|
||||
className="cart-item admin-order-item"
|
||||
button
|
||||
onClick={() => history.push(`/admin/orders/${order.id}`)}
|
||||
>
|
||||
<IonLabel>
|
||||
<h2>{order.order_number}</h2>
|
||||
<p>
|
||||
{order.customer_name || 'Customer'} · $
|
||||
{Number(order.total).toFixed(2)}
|
||||
</p>
|
||||
</IonLabel>
|
||||
<IonSelect
|
||||
value={order.status}
|
||||
interface="popover"
|
||||
onIonChange={(e) => {
|
||||
e.stopPropagation();
|
||||
updateStatus(order.id, e.detail.value);
|
||||
}}
|
||||
>
|
||||
{statuses.map((status) => (
|
||||
<IonSelectOption key={status} value={status}>
|
||||
{status.replace(/_/g, ' ')}
|
||||
</IonSelectOption>
|
||||
))}
|
||||
</IonSelect>
|
||||
</IonItem>
|
||||
))}
|
||||
</IonList>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default AdminOrders;
|
||||
@@ -1,225 +0,0 @@
|
||||
import React, { useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonInput,
|
||||
IonItem,
|
||||
IonLabel,
|
||||
IonPage,
|
||||
IonText,
|
||||
IonTitle,
|
||||
IonToolbar,
|
||||
IonToggle,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
const Auth: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const [mode, setMode] = useState<'login' | 'signup'>('login');
|
||||
const [email, setEmail] = useState('');
|
||||
const [password, setPassword] = useState('');
|
||||
const [message, setMessage] = useState('');
|
||||
const [errorMessage, setErrorMessage] = useState('');
|
||||
const [isSubmitting, setIsSubmitting] = useState(false);
|
||||
const [demoMode, setDemoMode] = useState(true);
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Light);
|
||||
});
|
||||
|
||||
const showError = (msg: string) => {
|
||||
setErrorMessage(msg);
|
||||
window.setTimeout(() => setErrorMessage(''), 4000);
|
||||
};
|
||||
|
||||
const showMessage = (msg: string) => {
|
||||
setMessage(msg);
|
||||
window.setTimeout(() => setMessage(''), 4000);
|
||||
};
|
||||
|
||||
const normaliseAuthError = (msg: string) => {
|
||||
const lowered = msg.toLowerCase();
|
||||
|
||||
if (lowered.includes('email not confirmed')) {
|
||||
return 'Please confirm your email before signing in. Check your inbox for the verification email.';
|
||||
}
|
||||
|
||||
if (lowered.includes('invalid login credentials')) {
|
||||
return 'Incorrect email or password. Please try again.';
|
||||
}
|
||||
|
||||
if (lowered.includes('user already registered')) {
|
||||
return 'An account with this email already exists. Please sign in instead.';
|
||||
}
|
||||
|
||||
return msg;
|
||||
};
|
||||
|
||||
const handleResendConfirmation = async () => {
|
||||
if (!email.trim()) {
|
||||
showError(
|
||||
'Enter your email address first so we can resend the confirmation email.'
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
setIsSubmitting(true);
|
||||
const { error } = await supabase.auth.resend({
|
||||
type: 'signup',
|
||||
email: email.trim(),
|
||||
});
|
||||
setIsSubmitting(false);
|
||||
|
||||
if (error) {
|
||||
showError(normaliseAuthError(error.message));
|
||||
return;
|
||||
}
|
||||
|
||||
showMessage('Confirmation email sent. Please check your inbox.');
|
||||
};
|
||||
|
||||
const handleSubmit = async () => {
|
||||
if (demoMode && mode === 'login') {
|
||||
history.replace('/wallet');
|
||||
return;
|
||||
}
|
||||
|
||||
if (!email.trim() || password.trim().length < 6) {
|
||||
showError('Enter a valid email and password with at least 6 characters.');
|
||||
return;
|
||||
}
|
||||
|
||||
setIsSubmitting(true);
|
||||
if (mode === 'login') {
|
||||
const { error } = await supabase.auth.signInWithPassword({
|
||||
email: email.trim(),
|
||||
password,
|
||||
});
|
||||
setIsSubmitting(false);
|
||||
if (error) {
|
||||
showError(normaliseAuthError(error.message));
|
||||
return;
|
||||
}
|
||||
history.replace('/home');
|
||||
return;
|
||||
}
|
||||
|
||||
const { data, error } = await supabase.auth.signUp({
|
||||
email: email.trim(),
|
||||
password,
|
||||
});
|
||||
setIsSubmitting(false);
|
||||
if (error) {
|
||||
showError(normaliseAuthError(error.message));
|
||||
return;
|
||||
}
|
||||
|
||||
if (data.session) {
|
||||
history.replace('/home');
|
||||
return;
|
||||
}
|
||||
|
||||
showMessage('Account created! Check your email for a verification link.');
|
||||
};
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border">
|
||||
<IonToolbar>
|
||||
<IonTitle>
|
||||
{mode === 'login' ? 'Welcome back' : 'Create account'}
|
||||
</IonTitle>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent className="ion-padding auth-page">
|
||||
<div className="auth-card">
|
||||
<h1>
|
||||
{mode === 'login'
|
||||
? 'Sign in to continue'
|
||||
: 'Create your shopping account'}
|
||||
</h1>
|
||||
<p className="muted-text">
|
||||
Save your orders, addresses, and track deliveries securely.
|
||||
</p>
|
||||
|
||||
{errorMessage && (
|
||||
<IonText color="danger">
|
||||
<p>{errorMessage}</p>
|
||||
</IonText>
|
||||
)}
|
||||
{message && (
|
||||
<IonText color="success">
|
||||
<p>{message}</p>
|
||||
</IonText>
|
||||
)}
|
||||
|
||||
<div className="auth-form">
|
||||
<IonItem lines="none" className="auth-input-item auth-toggle-item">
|
||||
<IonLabel>Demo quick access</IonLabel>
|
||||
<IonToggle
|
||||
checked={demoMode}
|
||||
onIonChange={(e) => setDemoMode(e.detail.checked)}
|
||||
/>
|
||||
</IonItem>
|
||||
<IonText className="auth-helper-text">
|
||||
<p>
|
||||
When enabled, Sign in opens the app immediately so you can
|
||||
review the full experience without authentication.
|
||||
</p>
|
||||
</IonText>
|
||||
<IonItem lines="none" className="auth-input-item">
|
||||
<IonLabel position="stacked">Email</IonLabel>
|
||||
<IonInput
|
||||
value={email}
|
||||
type="email"
|
||||
disabled={demoMode && mode === 'login'}
|
||||
onIonInput={(e) => setEmail(e.detail.value ?? '')}
|
||||
/>
|
||||
</IonItem>
|
||||
<IonItem lines="none" className="auth-input-item">
|
||||
<IonLabel position="stacked">Password</IonLabel>
|
||||
<IonInput
|
||||
value={password}
|
||||
type="password"
|
||||
disabled={demoMode && mode === 'login'}
|
||||
onIonInput={(e) => setPassword(e.detail.value ?? '')}
|
||||
/>
|
||||
</IonItem>
|
||||
<IonButton
|
||||
expand="block"
|
||||
onClick={handleSubmit}
|
||||
disabled={isSubmitting}
|
||||
>
|
||||
{mode === 'login' ? 'Sign in' : 'Create account'}
|
||||
</IonButton>
|
||||
{mode === 'login' && (
|
||||
<IonButton
|
||||
fill="clear"
|
||||
expand="block"
|
||||
onClick={handleResendConfirmation}
|
||||
disabled={isSubmitting}
|
||||
>
|
||||
Resend confirmation email
|
||||
</IonButton>
|
||||
)}
|
||||
<IonButton
|
||||
fill="clear"
|
||||
expand="block"
|
||||
onClick={() => setMode(mode === 'login' ? 'signup' : 'login')}
|
||||
>
|
||||
{mode === 'login'
|
||||
? 'Need an account? Sign up'
|
||||
: 'Already have an account? Sign in'}
|
||||
</IonButton>
|
||||
</div>
|
||||
</div>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default Auth;
|
||||
@@ -1,529 +0,0 @@
|
||||
import React, { useEffect, useMemo, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonButtons,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonInput,
|
||||
IonItem,
|
||||
IonLabel,
|
||||
IonList,
|
||||
IonLoading,
|
||||
IonPage,
|
||||
IonSelect,
|
||||
IonSelectOption,
|
||||
IonTextarea,
|
||||
IonText,
|
||||
IonTitle,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import {
|
||||
addOutline,
|
||||
bagHandleOutline,
|
||||
chevronBackOutline,
|
||||
removeOutline,
|
||||
timeOutline,
|
||||
trashOutline,
|
||||
} from 'ionicons/icons';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import type { Tables, TablesInsert } from '../database.types';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
import { CartItem, LAST_ORDER_STORAGE_KEY, readCart, writeCart } from './Home';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
type Address = Tables<'addresses'>;
|
||||
type CheckoutForm = {
|
||||
customerName: string;
|
||||
customerPhone: string;
|
||||
deliveryAddress: string;
|
||||
deliveryNotes: string;
|
||||
addressId: string;
|
||||
};
|
||||
|
||||
type FormErrors = Partial<Record<keyof CheckoutForm, string>>;
|
||||
|
||||
type SavedOrderInfo = {
|
||||
id: string;
|
||||
orderNumber: string;
|
||||
total: number;
|
||||
itemCount: number;
|
||||
status: string;
|
||||
customerName: string;
|
||||
customerPhone: string;
|
||||
deliveryAddress: string;
|
||||
deliveryNotes: string;
|
||||
};
|
||||
|
||||
const initialForm: CheckoutForm = {
|
||||
customerName: '',
|
||||
customerPhone: '',
|
||||
deliveryAddress: '',
|
||||
deliveryNotes: '',
|
||||
addressId: '',
|
||||
};
|
||||
|
||||
const Cart: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const { user, profile } = useAuth();
|
||||
const [cart, setCart] = useState<CartItem[]>([]);
|
||||
const [addresses, setAddresses] = useState<Address[]>([]);
|
||||
const [isSubmitting, setIsSubmitting] = useState(false);
|
||||
const [errorMessage, setErrorMessage] = useState('');
|
||||
const [form, setForm] = useState<CheckoutForm>(initialForm);
|
||||
const [formErrors, setFormErrors] = useState<FormErrors>({});
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Dark);
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
setCart(readCart());
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
const syncCartFromStorage = () => setCart(readCart());
|
||||
window.addEventListener('storage', syncCartFromStorage);
|
||||
window.addEventListener(
|
||||
'cart:updated',
|
||||
syncCartFromStorage as EventListener
|
||||
);
|
||||
return () => {
|
||||
window.removeEventListener('storage', syncCartFromStorage);
|
||||
window.removeEventListener(
|
||||
'cart:updated',
|
||||
syncCartFromStorage as EventListener
|
||||
);
|
||||
};
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
const loadAddresses = async () => {
|
||||
if (!user) {
|
||||
setAddresses([]);
|
||||
setForm((current) => ({
|
||||
...current,
|
||||
customerName: current.customerName || profile?.full_name || '',
|
||||
customerPhone: current.customerPhone || profile?.phone || '',
|
||||
addressId: '',
|
||||
}));
|
||||
return;
|
||||
}
|
||||
|
||||
const { data } = await supabase
|
||||
.from('addresses')
|
||||
.select('*')
|
||||
.eq('user_id', user.id)
|
||||
.order('is_default', { ascending: false });
|
||||
|
||||
const nextAddresses = data ?? [];
|
||||
setAddresses(nextAddresses);
|
||||
const defaultAddress =
|
||||
nextAddresses.find((address) => address.is_default) ?? nextAddresses[0];
|
||||
|
||||
setForm((current) => ({
|
||||
...current,
|
||||
customerName:
|
||||
current.customerName ||
|
||||
profile?.full_name ||
|
||||
defaultAddress?.recipient_name ||
|
||||
'',
|
||||
customerPhone:
|
||||
current.customerPhone ||
|
||||
profile?.phone ||
|
||||
defaultAddress?.phone ||
|
||||
'',
|
||||
deliveryAddress:
|
||||
current.deliveryAddress || defaultAddress?.address_line || '',
|
||||
deliveryNotes: current.deliveryNotes || defaultAddress?.notes || '',
|
||||
addressId: defaultAddress?.id || '',
|
||||
}));
|
||||
};
|
||||
|
||||
void loadAddresses();
|
||||
}, [user?.id, profile?.full_name, profile?.phone]);
|
||||
|
||||
const syncCart = (nextCart: CartItem[]) => {
|
||||
setCart(nextCart);
|
||||
writeCart(nextCart);
|
||||
};
|
||||
|
||||
const showError = (message: string) => {
|
||||
setErrorMessage(message);
|
||||
window.setTimeout(() => setErrorMessage(''), 4000);
|
||||
};
|
||||
|
||||
const handleFieldChange = (field: keyof CheckoutForm, value: string) => {
|
||||
setForm((current) => ({ ...current, [field]: value }));
|
||||
if (formErrors[field]) {
|
||||
setFormErrors((current) => ({ ...current, [field]: undefined }));
|
||||
}
|
||||
};
|
||||
|
||||
const handleAddressSelect = (addressId: string) => {
|
||||
const selected = addresses.find((address) => address.id === addressId);
|
||||
if (!selected) return;
|
||||
setForm((current) => ({
|
||||
...current,
|
||||
addressId,
|
||||
customerName: selected.recipient_name,
|
||||
customerPhone: selected.phone,
|
||||
deliveryAddress: selected.address_line,
|
||||
deliveryNotes: selected.notes || '',
|
||||
}));
|
||||
};
|
||||
|
||||
const validateForm = () => {
|
||||
const nextErrors: FormErrors = {};
|
||||
if (!form.customerName.trim()) {
|
||||
nextErrors.customerName = 'Please enter the customer name.';
|
||||
}
|
||||
if (form.customerPhone.trim().replace(/\D/g, '').length < 7) {
|
||||
nextErrors.customerPhone = 'Please enter a valid phone number.';
|
||||
}
|
||||
if (form.deliveryAddress.trim().length < 10) {
|
||||
nextErrors.deliveryAddress =
|
||||
'Please add a more complete delivery address.';
|
||||
}
|
||||
setFormErrors(nextErrors);
|
||||
return Object.keys(nextErrors).length === 0;
|
||||
};
|
||||
|
||||
const itemCount = useMemo(
|
||||
() => cart.reduce((sum, item) => sum + item.quantity, 0),
|
||||
[cart]
|
||||
);
|
||||
const subtotal = useMemo(
|
||||
() => cart.reduce((sum, item) => sum + item.price * item.quantity, 0),
|
||||
[cart]
|
||||
);
|
||||
const deliveryFee = cart.length > 0 ? 2.99 : 0;
|
||||
const total = subtotal + deliveryFee;
|
||||
|
||||
const updateQuantity = (id: string, delta: number) =>
|
||||
syncCart(
|
||||
cart
|
||||
.map((item) =>
|
||||
item.id === id ? { ...item, quantity: item.quantity + delta } : item
|
||||
)
|
||||
.filter((item) => item.quantity > 0)
|
||||
);
|
||||
|
||||
const removeItem = (id: string) =>
|
||||
syncCart(cart.filter((item) => item.id !== id));
|
||||
|
||||
const placeOrder = async () => {
|
||||
if (cart.length === 0 || isSubmitting) return;
|
||||
if (!validateForm()) {
|
||||
showError('Please complete the checkout form before placing the order.');
|
||||
return;
|
||||
}
|
||||
|
||||
setIsSubmitting(true);
|
||||
const orderNumber = `QC-${Date.now().toString().slice(-6)}`;
|
||||
const orderPayload: TablesInsert<'orders'> = {
|
||||
order_number: orderNumber,
|
||||
subtotal,
|
||||
delivery_fee: deliveryFee,
|
||||
total,
|
||||
item_count: itemCount,
|
||||
status: 'confirmed',
|
||||
customer_name: form.customerName.trim(),
|
||||
customer_phone: form.customerPhone.trim(),
|
||||
delivery_address: form.deliveryAddress.trim(),
|
||||
delivery_notes: form.deliveryNotes.trim() || null,
|
||||
user_id: user?.id ?? null,
|
||||
address_id: user ? form.addressId || null : null,
|
||||
};
|
||||
|
||||
const { data: order, error: orderError } = await supabase
|
||||
.from('orders')
|
||||
.insert(orderPayload)
|
||||
.select()
|
||||
.single();
|
||||
|
||||
if (orderError || !order) {
|
||||
setIsSubmitting(false);
|
||||
showError('We could not place your order. Please try again.');
|
||||
return;
|
||||
}
|
||||
|
||||
const itemsPayload: TablesInsert<'order_items'>[] = cart.map((item) => ({
|
||||
order_id: order.id,
|
||||
product_id: item.id,
|
||||
product_name: item.name,
|
||||
unit_price: item.price,
|
||||
quantity: item.quantity,
|
||||
}));
|
||||
|
||||
const { error: itemsError } = await supabase
|
||||
.from('order_items')
|
||||
.insert(itemsPayload);
|
||||
|
||||
if (itemsError) {
|
||||
await supabase.from('orders').delete().eq('id', order.id);
|
||||
setIsSubmitting(false);
|
||||
showError('We could not save your order items. Please try again.');
|
||||
return;
|
||||
}
|
||||
|
||||
const savedOrder: SavedOrderInfo = {
|
||||
id: order.id,
|
||||
orderNumber: order.order_number,
|
||||
total: Number(order.total),
|
||||
itemCount: order.item_count,
|
||||
status: order.status,
|
||||
customerName: order.customer_name ?? '',
|
||||
customerPhone: order.customer_phone ?? '',
|
||||
deliveryAddress: order.delivery_address ?? '',
|
||||
deliveryNotes: order.delivery_notes ?? '',
|
||||
};
|
||||
|
||||
localStorage.setItem(LAST_ORDER_STORAGE_KEY, JSON.stringify(savedOrder));
|
||||
writeCart([]);
|
||||
setCart([]);
|
||||
setIsSubmitting(false);
|
||||
history.replace('/order-confirmation');
|
||||
};
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to home"
|
||||
onClick={() => history.replace('/home')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Checkout</span>
|
||||
<strong>Basket</strong>
|
||||
</div>
|
||||
<span className="wallet-toolbar-placeholder" />
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
|
||||
<IonContent fullscreen className="hybrid-page-surface ion-padding">
|
||||
<IonLoading isOpen={isSubmitting} message="Placing your order..." />
|
||||
|
||||
{errorMessage && (
|
||||
<IonText color="danger">
|
||||
<p>{errorMessage}</p>
|
||||
</IonText>
|
||||
)}
|
||||
|
||||
{cart.length === 0 ? (
|
||||
<div className="empty-state reference-empty-state cart-empty">
|
||||
<IonIcon icon={bagHandleOutline} />
|
||||
<h3>Your basket is empty</h3>
|
||||
<p className="muted-text">
|
||||
Add your first product to place an order.
|
||||
</p>
|
||||
<IonButton onClick={() => history.push('/home')}>
|
||||
Browse products
|
||||
</IonButton>
|
||||
</div>
|
||||
) : (
|
||||
<div className="reference-cart-layout">
|
||||
<div className="reference-cart-summary-strip">
|
||||
<div>
|
||||
<p className="overview-label">Items in basket</p>
|
||||
<h2>
|
||||
{itemCount} item{itemCount === 1 ? '' : 's'}
|
||||
</h2>
|
||||
</div>
|
||||
<div className="summary-time-pill">
|
||||
<IonIcon icon={timeOutline} />
|
||||
<span>Arrives in 60 min</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<IonList lines="none" className="cart-list reference-cart-list">
|
||||
{cart.map((item) => (
|
||||
<IonItem
|
||||
key={item.id}
|
||||
className="cart-item reference-cart-item"
|
||||
>
|
||||
<IonLabel>
|
||||
<h2>{item.name}</h2>
|
||||
<p>${item.price.toFixed(2)} each</p>
|
||||
<strong>${(item.price * item.quantity).toFixed(2)}</strong>
|
||||
</IonLabel>
|
||||
<div className="cart-actions reference-cart-actions">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
onClick={() => updateQuantity(item.id, -1)}
|
||||
>
|
||||
<IonIcon icon={removeOutline} />
|
||||
</IonButton>
|
||||
<span>{item.quantity}</span>
|
||||
<IonButton
|
||||
fill="clear"
|
||||
onClick={() => updateQuantity(item.id, 1)}
|
||||
>
|
||||
<IonIcon icon={addOutline} />
|
||||
</IonButton>
|
||||
<IonButton
|
||||
fill="clear"
|
||||
color="danger"
|
||||
onClick={() => removeItem(item.id)}
|
||||
>
|
||||
<IonIcon icon={trashOutline} />
|
||||
</IonButton>
|
||||
</div>
|
||||
</IonItem>
|
||||
))}
|
||||
</IonList>
|
||||
|
||||
<div className="checkout-card reference-checkout-card">
|
||||
<div className="section-heading checkout-heading">
|
||||
<div>
|
||||
<h2>Delivery details</h2>
|
||||
<IonText color="medium">
|
||||
<p>Complete this to confirm your order</p>
|
||||
</IonText>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{user && addresses.length > 0 && (
|
||||
<div className="form-field full-width">
|
||||
<IonLabel position="stacked">Saved address</IonLabel>
|
||||
<IonSelect
|
||||
value={form.addressId}
|
||||
placeholder="Choose a saved address"
|
||||
className="checkout-input"
|
||||
onIonChange={(e) => handleAddressSelect(e.detail.value)}
|
||||
>
|
||||
{addresses.map((address) => (
|
||||
<IonSelectOption key={address.id} value={address.id}>
|
||||
{address.label} · {address.address_line}
|
||||
</IonSelectOption>
|
||||
))}
|
||||
</IonSelect>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="checkout-form-grid">
|
||||
<div className="form-field">
|
||||
<IonLabel position="stacked">Customer name</IonLabel>
|
||||
<IonInput
|
||||
value={form.customerName}
|
||||
placeholder="Enter full name"
|
||||
className="checkout-input"
|
||||
onIonInput={(e) =>
|
||||
handleFieldChange('customerName', e.detail.value ?? '')
|
||||
}
|
||||
/>
|
||||
{formErrors.customerName && (
|
||||
<IonText color="danger" className="field-error">
|
||||
<p>{formErrors.customerName}</p>
|
||||
</IonText>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="form-field">
|
||||
<IonLabel position="stacked">Phone number</IonLabel>
|
||||
<IonInput
|
||||
value={form.customerPhone}
|
||||
type="tel"
|
||||
inputmode="tel"
|
||||
placeholder="e.g. +263 77 123 4567"
|
||||
className="checkout-input"
|
||||
onIonInput={(e) =>
|
||||
handleFieldChange('customerPhone', e.detail.value ?? '')
|
||||
}
|
||||
/>
|
||||
{formErrors.customerPhone && (
|
||||
<IonText color="danger" className="field-error">
|
||||
<p>{formErrors.customerPhone}</p>
|
||||
</IonText>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="form-field full-width">
|
||||
<IonLabel position="stacked">Delivery address</IonLabel>
|
||||
<IonTextarea
|
||||
value={form.deliveryAddress}
|
||||
autoGrow
|
||||
rows={3}
|
||||
placeholder="House number, street, suburb, city"
|
||||
className="checkout-input checkout-textarea"
|
||||
onIonInput={(e) =>
|
||||
handleFieldChange('deliveryAddress', e.detail.value ?? '')
|
||||
}
|
||||
/>
|
||||
{formErrors.deliveryAddress && (
|
||||
<IonText color="danger" className="field-error">
|
||||
<p>{formErrors.deliveryAddress}</p>
|
||||
</IonText>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="form-field full-width">
|
||||
<IonLabel position="stacked">Delivery notes</IonLabel>
|
||||
<IonTextarea
|
||||
value={form.deliveryNotes}
|
||||
autoGrow
|
||||
rows={3}
|
||||
placeholder="Gate code, landmark, or helpful instructions"
|
||||
className="checkout-input checkout-textarea"
|
||||
onIonInput={(e) =>
|
||||
handleFieldChange('deliveryNotes', e.detail.value ?? '')
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{user && (
|
||||
<IonButton
|
||||
fill="outline"
|
||||
expand="block"
|
||||
className="detail-secondary-button"
|
||||
onClick={() => history.push('/addresses')}
|
||||
>
|
||||
Manage saved addresses
|
||||
</IonButton>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="summary-card reference-order-total-card">
|
||||
<div className="summary-row">
|
||||
<IonText color="medium">Items</IonText>
|
||||
<strong>{itemCount}</strong>
|
||||
</div>
|
||||
<div className="summary-row">
|
||||
<IonText color="medium">Subtotal</IonText>
|
||||
<strong>${subtotal.toFixed(2)}</strong>
|
||||
</div>
|
||||
<div className="summary-row">
|
||||
<IonText color="medium">Delivery</IonText>
|
||||
<strong>${deliveryFee.toFixed(2)}</strong>
|
||||
</div>
|
||||
<div className="summary-row total-row">
|
||||
<span>Total</span>
|
||||
<strong>${total.toFixed(2)}</strong>
|
||||
</div>
|
||||
<IonButton
|
||||
expand="block"
|
||||
className="reference-place-order-button"
|
||||
onClick={placeOrder}
|
||||
disabled={isSubmitting}
|
||||
>
|
||||
Place order
|
||||
</IonButton>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default Cart;
|
||||
@@ -0,0 +1,339 @@
|
||||
import React, { useState, useEffect } from 'react';
|
||||
import {
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonPage,
|
||||
IonTitle,
|
||||
IonToolbar,
|
||||
IonButtons,
|
||||
IonButton,
|
||||
IonIcon,
|
||||
IonRange,
|
||||
IonInput,
|
||||
IonTextarea,
|
||||
IonAlert,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import {
|
||||
chevronBackOutline,
|
||||
trashOutline,
|
||||
medkitOutline,
|
||||
} from 'ionicons/icons';
|
||||
import {
|
||||
getCheckups,
|
||||
addCheckup,
|
||||
deleteCheckup,
|
||||
clearCheckups,
|
||||
} from '../services/localHealthStore';
|
||||
import { CheckupEntry, CheckupMood } from '../types/health';
|
||||
import HealthLogList from '../components/health/HealthLogList';
|
||||
|
||||
const Checkups: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const [entries, setEntries] = useState<CheckupEntry[]>([]);
|
||||
const [mood, setMood] = useState<CheckupMood | ''>('');
|
||||
const [energy, setEnergy] = useState<number>(70);
|
||||
const [symptoms, setSymptoms] = useState<string>('');
|
||||
const [note, setNote] = useState<string>('');
|
||||
const [error, setError] = useState<string | null>(null);
|
||||
const [showClearAlert, setShowClearAlert] = useState(false);
|
||||
|
||||
const refreshData = () => {
|
||||
setEntries(getCheckups());
|
||||
};
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
refreshData();
|
||||
});
|
||||
|
||||
const handleSave = () => {
|
||||
if (!mood) {
|
||||
setError('Please select a mood');
|
||||
setTimeout(() => setError(null), 4000);
|
||||
return;
|
||||
}
|
||||
|
||||
addCheckup({
|
||||
mood: mood as CheckupMood,
|
||||
energy,
|
||||
symptoms,
|
||||
note,
|
||||
});
|
||||
|
||||
setMood('');
|
||||
setEnergy(70);
|
||||
setSymptoms('');
|
||||
setNote('');
|
||||
refreshData();
|
||||
};
|
||||
|
||||
const handleDelete = (id: string) => {
|
||||
deleteCheckup(id);
|
||||
refreshData();
|
||||
};
|
||||
|
||||
const handleClear = () => {
|
||||
clearCheckups();
|
||||
refreshData();
|
||||
};
|
||||
|
||||
const moods: CheckupMood[] = ['Great', 'Okay', 'Low', 'Unwell'];
|
||||
|
||||
return (
|
||||
<IonPage style={{ background: '#eef7fb' }}>
|
||||
<IonHeader className="ion-no-border">
|
||||
<IonToolbar style={{ '--background': '#eef7fb', '--color': '#1e3a5f' }}>
|
||||
<IonButtons slot="start">
|
||||
<IonButton onClick={() => history.goBack()}>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
</IonButtons>
|
||||
<IonTitle style={{ fontWeight: '700' }}>Self Checkup</IonTitle>
|
||||
<IonButtons slot="end">
|
||||
{entries.length > 0 && (
|
||||
<IonButton onClick={() => setShowClearAlert(true)}>
|
||||
<IonIcon
|
||||
icon={trashOutline}
|
||||
slot="icon-only"
|
||||
style={{ opacity: 0.5 }}
|
||||
/>
|
||||
</IonButton>
|
||||
)}
|
||||
</IonButtons>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
|
||||
<IonContent
|
||||
style={{
|
||||
'--background': '#eef7fb',
|
||||
'--padding-start': '20px',
|
||||
'--padding-end': '20px',
|
||||
'--padding-top': '16px',
|
||||
}}
|
||||
>
|
||||
{/* Form Card */}
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '24px',
|
||||
marginBottom: '20px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: '16px',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{ fontSize: '18px', fontWeight: '700', color: '#1e3a5f' }}
|
||||
>
|
||||
How do you feel right now?
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '12px',
|
||||
}}
|
||||
>
|
||||
Mood
|
||||
</div>
|
||||
<div style={{ display: 'flex', gap: '8px', flexWrap: 'wrap' }}>
|
||||
{moods.map((m) => (
|
||||
<div
|
||||
key={m}
|
||||
onClick={() => setMood(m)}
|
||||
style={{
|
||||
padding: '10px 16px',
|
||||
borderRadius: '999px',
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
cursor: 'pointer',
|
||||
background: mood === m ? '#0369a1' : '#e2f2f8',
|
||||
color: mood === m ? '#ffffff' : '#1e3a5f',
|
||||
transition: 'all 0.2s ease',
|
||||
}}
|
||||
>
|
||||
{m}
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
}}
|
||||
>
|
||||
Energy
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: '#0369a1',
|
||||
}}
|
||||
>
|
||||
{energy}%
|
||||
</span>
|
||||
</div>
|
||||
<IonRange
|
||||
value={energy}
|
||||
onIonChange={(e) => setEnergy(e.detail.value as number)}
|
||||
style={{
|
||||
'--bar-background': '#e2f2f8',
|
||||
'--bar-background-active': '#38bdf8',
|
||||
'--knob-background': '#0369a1',
|
||||
padding: '0',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Symptoms
|
||||
</div>
|
||||
<IonInput
|
||||
value={symptoms}
|
||||
onIonInput={(e) => setSymptoms(e.detail.value!)}
|
||||
placeholder="e.g. Headache, fatigue..."
|
||||
style={{
|
||||
'--background': '#f3f8fb',
|
||||
'--padding-start': '16px',
|
||||
'--padding-end': '16px',
|
||||
'--border-radius': '12px',
|
||||
fontSize: '14px',
|
||||
color: '#1e3a5f',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Notes
|
||||
</div>
|
||||
<IonTextarea
|
||||
value={note}
|
||||
onIonInput={(e) => setNote(e.detail.value!)}
|
||||
placeholder="Add more details..."
|
||||
rows={3}
|
||||
style={{
|
||||
'--background': '#f3f8fb',
|
||||
'--padding-start': '16px',
|
||||
'--padding-end': '16px',
|
||||
'--padding-top': '12px',
|
||||
'--padding-bottom': '12px',
|
||||
'--border-radius': '12px',
|
||||
fontSize: '14px',
|
||||
color: '#1e3a5f',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
<div
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
color: '#dc2626',
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
{error}
|
||||
</div>
|
||||
)}
|
||||
|
||||
<IonButton
|
||||
expand="block"
|
||||
onClick={handleSave}
|
||||
style={{
|
||||
'--background': '#0369a1',
|
||||
'--border-radius': '999px',
|
||||
'--color': '#ffffff',
|
||||
fontWeight: '700',
|
||||
height: '48px',
|
||||
marginTop: '8px',
|
||||
}}
|
||||
>
|
||||
Save checkup
|
||||
</IonButton>
|
||||
</div>
|
||||
|
||||
{/* History Section */}
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'baseline',
|
||||
margin: '0 0 12px',
|
||||
}}
|
||||
>
|
||||
<span
|
||||
style={{ fontSize: '17px', fontWeight: '700', color: '#1e3a5f' }}
|
||||
>
|
||||
History
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
fontWeight: '600',
|
||||
color: 'rgba(30,58,95,0.40)',
|
||||
}}
|
||||
>
|
||||
{entries.length} logs
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<HealthLogList
|
||||
type="checkup"
|
||||
entries={entries}
|
||||
onDelete={handleDelete}
|
||||
emptyTitle="No checkups yet"
|
||||
emptyActionLabel="Save your first checkup"
|
||||
onEmptyAction={() => {}} // Form is already on page
|
||||
/>
|
||||
|
||||
<div style={{ height: '40px' }} />
|
||||
|
||||
<IonAlert
|
||||
isOpen={showClearAlert}
|
||||
onDidDismiss={() => setShowClearAlert(false)}
|
||||
header="Clear history?"
|
||||
message="This will delete all checkup logs permanently."
|
||||
buttons={[
|
||||
{ text: 'Cancel', role: 'cancel' },
|
||||
{ text: 'Clear All', role: 'destructive', handler: handleClear },
|
||||
]}
|
||||
/>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default Checkups;
|
||||
@@ -0,0 +1,376 @@
|
||||
import React, { useState } from 'react';
|
||||
import {
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonPage,
|
||||
IonTitle,
|
||||
IonToolbar,
|
||||
IonButtons,
|
||||
IonButton,
|
||||
IonIcon,
|
||||
IonInput,
|
||||
IonTextarea,
|
||||
IonSelect,
|
||||
IonSelectOption,
|
||||
IonAlert,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import {
|
||||
chevronBackOutline,
|
||||
trashOutline,
|
||||
waterOutline,
|
||||
leafOutline,
|
||||
} from 'ionicons/icons';
|
||||
import {
|
||||
getDietEntries,
|
||||
addDietEntry,
|
||||
deleteDietEntry,
|
||||
clearDietEntries,
|
||||
getWellbeingSummary,
|
||||
} from '../services/localHealthStore';
|
||||
import { DietEntry, MealType, WellbeingSummary } from '../types/health';
|
||||
import HealthLogList from '../components/health/HealthLogList';
|
||||
import MetricMiniCard from '../components/health/MetricMiniCard';
|
||||
|
||||
const Diet: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const [entries, setEntries] = useState<DietEntry[]>([]);
|
||||
const [summary, setSummary] = useState<WellbeingSummary | null>(null);
|
||||
|
||||
const [mealType, setMealType] = useState<MealType | ''>('');
|
||||
const [waterCups, setWaterCups] = useState<string>('');
|
||||
const [produceServings, setProduceServings] = useState<string>('');
|
||||
const [notes, setNotes] = useState<string>('');
|
||||
|
||||
const [error, setError] = useState<string | null>(null);
|
||||
const [showClearAlert, setShowClearAlert] = useState(false);
|
||||
|
||||
const refreshData = () => {
|
||||
setEntries(getDietEntries());
|
||||
setSummary(getWellbeingSummary());
|
||||
};
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
refreshData();
|
||||
});
|
||||
|
||||
const handleSave = () => {
|
||||
if (!mealType) {
|
||||
setError('Please select a meal type');
|
||||
setTimeout(() => setError(null), 4000);
|
||||
return;
|
||||
}
|
||||
|
||||
addDietEntry({
|
||||
mealType: mealType as MealType,
|
||||
waterCups: parseInt(waterCups) || 0,
|
||||
produceServings: parseInt(produceServings) || 0,
|
||||
notes,
|
||||
});
|
||||
|
||||
setMealType('');
|
||||
setWaterCups('');
|
||||
setProduceServings('');
|
||||
setNotes('');
|
||||
refreshData();
|
||||
};
|
||||
|
||||
const handleDelete = (id: string) => {
|
||||
deleteDietEntry(id);
|
||||
refreshData();
|
||||
};
|
||||
|
||||
const handleClear = () => {
|
||||
clearDietEntries();
|
||||
refreshData();
|
||||
};
|
||||
|
||||
const mealTypes: MealType[] = ['Breakfast', 'Lunch', 'Dinner', 'Snack'];
|
||||
|
||||
return (
|
||||
<IonPage style={{ background: '#eef7fb' }}>
|
||||
<IonHeader className="ion-no-border">
|
||||
<IonToolbar style={{ '--background': '#eef7fb', '--color': '#1e3a5f' }}>
|
||||
<IonButtons slot="start">
|
||||
<IonButton onClick={() => history.goBack()}>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
</IonButtons>
|
||||
<IonTitle style={{ fontWeight: '700' }}>Diet</IonTitle>
|
||||
<IonButtons slot="end">
|
||||
{entries.length > 0 && (
|
||||
<IonButton onClick={() => setShowClearAlert(true)}>
|
||||
<IonIcon
|
||||
icon={trashOutline}
|
||||
slot="icon-only"
|
||||
style={{ opacity: 0.5 }}
|
||||
/>
|
||||
</IonButton>
|
||||
)}
|
||||
</IonButtons>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
|
||||
<IonContent
|
||||
style={{
|
||||
'--background': '#eef7fb',
|
||||
'--padding-start': '20px',
|
||||
'--padding-end': '20px',
|
||||
'--padding-top': '16px',
|
||||
}}
|
||||
>
|
||||
{/* Form Card */}
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '24px',
|
||||
marginBottom: '20px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: '16px',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{ fontSize: '18px', fontWeight: '700', color: '#1e3a5f' }}
|
||||
>
|
||||
Log today’s nutrition
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Meal Type
|
||||
</div>
|
||||
<IonSelect
|
||||
value={mealType}
|
||||
onIonChange={(e) => setMealType(e.detail.value)}
|
||||
interface="action-sheet"
|
||||
placeholder="Select a meal"
|
||||
style={{
|
||||
'--background': '#f3f8fb',
|
||||
'--padding-start': '16px',
|
||||
'--padding-end': '16px',
|
||||
'--border-radius': '12px',
|
||||
fontSize: '14px',
|
||||
color: '#1e3a5f',
|
||||
width: '100%',
|
||||
'--placeholder-color': 'rgba(30,58,95,0.38)',
|
||||
}}
|
||||
>
|
||||
{mealTypes.map((m) => (
|
||||
<IonSelectOption key={m} value={m}>
|
||||
{m}
|
||||
</IonSelectOption>
|
||||
))}
|
||||
</IonSelect>
|
||||
</div>
|
||||
|
||||
<div
|
||||
style={{
|
||||
display: 'grid',
|
||||
gridTemplateColumns: '1fr 1fr',
|
||||
gap: '12px',
|
||||
}}
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Water (cups)
|
||||
</div>
|
||||
<IonInput
|
||||
type="text"
|
||||
inputMode="numeric"
|
||||
value={waterCups}
|
||||
onIonInput={(e) =>
|
||||
setWaterCups(e.detail.value!.replace(/[^0-9]/g, ''))
|
||||
}
|
||||
placeholder="0"
|
||||
style={{
|
||||
'--background': '#f3f8fb',
|
||||
'--padding-start': '16px',
|
||||
'--border-radius': '12px',
|
||||
fontSize: '14px',
|
||||
color: '#1e3a5f',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Produce (servings)
|
||||
</div>
|
||||
<IonInput
|
||||
type="text"
|
||||
inputMode="numeric"
|
||||
value={produceServings}
|
||||
onIonInput={(e) =>
|
||||
setProduceServings(e.detail.value!.replace(/[^0-9]/g, ''))
|
||||
}
|
||||
placeholder="0"
|
||||
style={{
|
||||
'--background': '#f3f8fb',
|
||||
'--padding-start': '16px',
|
||||
'--border-radius': '12px',
|
||||
fontSize: '14px',
|
||||
color: '#1e3a5f',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Notes
|
||||
</div>
|
||||
<IonTextarea
|
||||
value={notes}
|
||||
onIonInput={(e) => setNotes(e.detail.value!)}
|
||||
placeholder="Add more details..."
|
||||
rows={3}
|
||||
style={{
|
||||
'--background': '#f3f8fb',
|
||||
'--padding-start': '16px',
|
||||
'--padding-end': '16px',
|
||||
'--padding-top': '12px',
|
||||
'--padding-bottom': '12px',
|
||||
'--border-radius': '12px',
|
||||
fontSize: '14px',
|
||||
color: '#1e3a5f',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
<div
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
color: '#dc2626',
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
{error}
|
||||
</div>
|
||||
)}
|
||||
|
||||
<IonButton
|
||||
expand="block"
|
||||
onClick={handleSave}
|
||||
style={{
|
||||
'--background': '#0369a1',
|
||||
'--border-radius': '999px',
|
||||
'--color': '#ffffff',
|
||||
fontWeight: '700',
|
||||
height: '48px',
|
||||
marginTop: '8px',
|
||||
}}
|
||||
>
|
||||
Save diet log
|
||||
</IonButton>
|
||||
</div>
|
||||
|
||||
{/* Today Summary */}
|
||||
{summary && (
|
||||
<div
|
||||
style={{
|
||||
display: 'grid',
|
||||
gridTemplateColumns: '1fr 1fr',
|
||||
gap: '12px',
|
||||
marginBottom: '20px',
|
||||
}}
|
||||
>
|
||||
<MetricMiniCard
|
||||
label="Today's Water"
|
||||
value={summary.hydrationCups.toString()}
|
||||
helper="cups"
|
||||
progress={summary.hydrationCups / 8}
|
||||
icon={waterOutline}
|
||||
/>
|
||||
<MetricMiniCard
|
||||
label="Today's Produce"
|
||||
value={summary.produceServings.toString()}
|
||||
helper="servings"
|
||||
progress={summary.produceServings / 5}
|
||||
icon={leafOutline}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* History Section */}
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'baseline',
|
||||
margin: '0 0 12px',
|
||||
}}
|
||||
>
|
||||
<span
|
||||
style={{ fontSize: '17px', fontWeight: '700', color: '#1e3a5f' }}
|
||||
>
|
||||
History
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
fontWeight: '600',
|
||||
color: 'rgba(30,58,95,0.40)',
|
||||
}}
|
||||
>
|
||||
{entries.length} logs
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<HealthLogList
|
||||
type="diet"
|
||||
entries={entries}
|
||||
onDelete={handleDelete}
|
||||
emptyTitle="No diet logs yet"
|
||||
emptyActionLabel="Log a meal"
|
||||
onEmptyAction={() => {}} // Form is already on page
|
||||
/>
|
||||
|
||||
<div style={{ height: '40px' }} />
|
||||
|
||||
<IonAlert
|
||||
isOpen={showClearAlert}
|
||||
onDidDismiss={() => setShowClearAlert(false)}
|
||||
header="Clear history?"
|
||||
message="This will delete all diet logs permanently."
|
||||
buttons={[
|
||||
{ text: 'Cancel', role: 'cancel' },
|
||||
{ text: 'Clear All', role: 'destructive', handler: handleClear },
|
||||
]}
|
||||
/>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default Diet;
|
||||
@@ -0,0 +1,204 @@
|
||||
import React, { useState } from 'react';
|
||||
import {
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonPage,
|
||||
IonTitle,
|
||||
IonToolbar,
|
||||
IonButtons,
|
||||
IonButton,
|
||||
IonIcon,
|
||||
IonGrid,
|
||||
IonRow,
|
||||
IonCol,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import {
|
||||
chevronBackOutline,
|
||||
analyticsOutline,
|
||||
medkitOutline,
|
||||
restaurantOutline,
|
||||
moonOutline,
|
||||
} from 'ionicons/icons';
|
||||
import {
|
||||
getWellbeingSummary,
|
||||
calculateInsights,
|
||||
} from '../services/localHealthStore';
|
||||
import { WellbeingSummary, LocalInsight } from '../types/health';
|
||||
import {
|
||||
InsightSummaryCard,
|
||||
RecommendationList,
|
||||
} from '../components/health/InsightCards';
|
||||
|
||||
const Insights: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const [summary, setSummary] = useState<WellbeingSummary>(
|
||||
getWellbeingSummary()
|
||||
);
|
||||
const [insights, setInsights] = useState<LocalInsight[]>(calculateInsights());
|
||||
|
||||
const refreshData = () => {
|
||||
setSummary(getWellbeingSummary());
|
||||
setInsights(calculateInsights());
|
||||
};
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
refreshData();
|
||||
});
|
||||
|
||||
return (
|
||||
<IonPage style={{ background: '#eef7fb' }}>
|
||||
<IonHeader className="ion-no-border">
|
||||
<IonToolbar style={{ '--background': '#eef7fb', '--color': '#1e3a5f' }}>
|
||||
<IonButtons slot="start">
|
||||
<IonButton onClick={() => history.goBack()}>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
</IonButtons>
|
||||
<IonTitle style={{ fontWeight: '700' }}>Insights</IonTitle>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
|
||||
<IonContent
|
||||
style={{
|
||||
'--background': '#eef7fb',
|
||||
'--padding-start': '20px',
|
||||
'--padding-end': '20px',
|
||||
'--padding-top': '16px',
|
||||
}}
|
||||
>
|
||||
{insights.length > 0 ? (
|
||||
<>
|
||||
<InsightSummaryCard
|
||||
summary={summary}
|
||||
primaryInsight={insights[0]}
|
||||
/>
|
||||
|
||||
<div
|
||||
style={{
|
||||
margin: '24px 0 12px',
|
||||
fontSize: '17px',
|
||||
fontWeight: '700',
|
||||
color: '#1e3a5f',
|
||||
}}
|
||||
>
|
||||
Habit Guidance
|
||||
</div>
|
||||
|
||||
<RecommendationList insights={insights} />
|
||||
</>
|
||||
) : (
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '40px 24px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
textAlign: 'center',
|
||||
marginTop: '20px',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
width: '64px',
|
||||
height: '64px',
|
||||
borderRadius: '20px',
|
||||
background: 'rgba(3,105,161,0.06)',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
marginBottom: '20px',
|
||||
}}
|
||||
>
|
||||
<IonIcon
|
||||
icon={analyticsOutline}
|
||||
style={{ fontSize: '32px', color: 'rgba(3,105,161,0.30)' }}
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '18px',
|
||||
fontWeight: '700',
|
||||
color: '#1e3a5f',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Insights need a few logs first
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '14px',
|
||||
color: 'rgba(30,58,95,0.58)',
|
||||
lineHeight: '20px',
|
||||
marginBottom: '32px',
|
||||
}}
|
||||
>
|
||||
Add a checkup, meal, or sleep log to see personalized guidance
|
||||
based on your patterns.
|
||||
</div>
|
||||
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: '12px',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
<IonButton
|
||||
onClick={() => history.push('/checkups')}
|
||||
style={{
|
||||
'--background': '#0369a1',
|
||||
'--border-radius': '999px',
|
||||
'--color': '#ffffff',
|
||||
fontWeight: '700',
|
||||
height: '48px',
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={medkitOutline} slot="start" />
|
||||
Add Checkup
|
||||
</IonButton>
|
||||
<div style={{ display: 'flex', gap: '12px' }}>
|
||||
<IonButton
|
||||
onClick={() => history.push('/diet')}
|
||||
style={{
|
||||
flex: 1,
|
||||
'--background': '#e2f2f8',
|
||||
'--border-radius': '999px',
|
||||
'--color': '#1e3a5f',
|
||||
fontWeight: '700',
|
||||
height: '48px',
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={restaurantOutline} slot="start" />
|
||||
Diet
|
||||
</IonButton>
|
||||
<IonButton
|
||||
onClick={() => history.push('/sleep')}
|
||||
style={{
|
||||
flex: 1,
|
||||
'--background': '#e2f2f8',
|
||||
'--border-radius': '999px',
|
||||
'--color': '#1e3a5f',
|
||||
fontWeight: '700',
|
||||
height: '48px',
|
||||
}}
|
||||
>
|
||||
<IonIcon icon={moonOutline} slot="start" />
|
||||
Sleep
|
||||
</IonButton>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div style={{ height: '40px' }} />
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default Insights;
|
||||
@@ -1,197 +0,0 @@
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonButtons,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonList,
|
||||
IonPage,
|
||||
IonRefresher,
|
||||
IonRefresherContent,
|
||||
IonText,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import {
|
||||
chevronBackOutline,
|
||||
chevronForwardOutline,
|
||||
receiptOutline,
|
||||
} from 'ionicons/icons';
|
||||
import { RefresherEventDetail } from '@ionic/core';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import type { Tables } from '../database.types';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
type Order = Tables<'orders'>;
|
||||
const statusCopy: Record<string, string> = {
|
||||
confirmed: 'Confirmed',
|
||||
packed: 'Packed',
|
||||
out_for_delivery: 'Out for delivery',
|
||||
delivered: 'Delivered',
|
||||
};
|
||||
|
||||
const MyOrders: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const { user } = useAuth();
|
||||
const [orders, setOrders] = useState<Order[]>([]);
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
const [errorMessage, setErrorMessage] = useState('');
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
void setStatusBarStyle(Style.Dark);
|
||||
});
|
||||
|
||||
const loadOrders = async () => {
|
||||
if (!user) {
|
||||
setOrders([]);
|
||||
setErrorMessage('');
|
||||
setIsLoading(false);
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
setErrorMessage('');
|
||||
|
||||
const { data, error } = await supabase
|
||||
.from('orders')
|
||||
.select('*')
|
||||
.eq('user_id', user.id)
|
||||
.order('created_at', { ascending: false });
|
||||
|
||||
if (error) {
|
||||
throw error;
|
||||
}
|
||||
|
||||
setOrders(data ?? []);
|
||||
} catch (error) {
|
||||
console.error('Failed to load orders', error);
|
||||
setOrders([]);
|
||||
setErrorMessage('We could not load your orders right now.');
|
||||
window.setTimeout(() => setErrorMessage(''), 4000);
|
||||
} finally {
|
||||
setIsLoading(false);
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
if (!user) {
|
||||
setOrders([]);
|
||||
setErrorMessage('');
|
||||
setIsLoading(false);
|
||||
return;
|
||||
}
|
||||
|
||||
setIsLoading(true);
|
||||
void loadOrders();
|
||||
}, [user?.id]);
|
||||
|
||||
const handleRefresh = async (event: CustomEvent<RefresherEventDetail>) => {
|
||||
await loadOrders();
|
||||
event.detail.complete();
|
||||
};
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to home"
|
||||
onClick={() => history.replace('/home')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Tracking</span>
|
||||
<strong>My Orders</strong>
|
||||
</div>
|
||||
<span className="wallet-toolbar-placeholder" />
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent className="ion-padding">
|
||||
<IonRefresher slot="fixed" onIonRefresh={handleRefresh}>
|
||||
<IonRefresherContent />
|
||||
</IonRefresher>
|
||||
{errorMessage && (
|
||||
<IonText color="danger">
|
||||
<p>{errorMessage}</p>
|
||||
</IonText>
|
||||
)}
|
||||
{!user ? (
|
||||
<div className="empty-state cart-empty">
|
||||
<IonIcon icon={receiptOutline} />
|
||||
<h3>No tracked orders yet</h3>
|
||||
<p className="muted-text">
|
||||
Sign in later to sync orders, or place an order now and track it
|
||||
from the confirmation screen.
|
||||
</p>
|
||||
<IonButton onClick={() => history.push('/home')}>
|
||||
Continue shopping
|
||||
</IonButton>
|
||||
</div>
|
||||
) : isLoading ? (
|
||||
<div className="empty-state cart-empty">
|
||||
<IonIcon icon={receiptOutline} />
|
||||
<h3>Loading your orders…</h3>
|
||||
<p className="muted-text">
|
||||
We are fetching your latest order updates.
|
||||
</p>
|
||||
</div>
|
||||
) : orders.length === 0 ? (
|
||||
<div className="empty-state cart-empty">
|
||||
<IonIcon icon={receiptOutline} />
|
||||
<h3>No orders yet</h3>
|
||||
<p className="muted-text">
|
||||
Your placed orders will appear here so you can track their status.
|
||||
</p>
|
||||
<IonButton onClick={() => history.push('/home')}>
|
||||
Start shopping
|
||||
</IonButton>
|
||||
</div>
|
||||
) : (
|
||||
<IonList lines="none" className="orders-list">
|
||||
{orders.map((order) => (
|
||||
<button
|
||||
key={order.id}
|
||||
type="button"
|
||||
className="order-card"
|
||||
onClick={() => history.push(`/orders/${order.id}`)}
|
||||
>
|
||||
<div className="order-card-top">
|
||||
<div>
|
||||
<span className="order-label">Order</span>
|
||||
<h3>{order.order_number}</h3>
|
||||
</div>
|
||||
<IonIcon icon={chevronForwardOutline} />
|
||||
</div>
|
||||
<div className="order-card-row">
|
||||
<span>Status</span>
|
||||
<strong>{statusCopy[order.status] ?? order.status}</strong>
|
||||
</div>
|
||||
<div className="order-card-row">
|
||||
<span>Items</span>
|
||||
<strong>{order.item_count}</strong>
|
||||
</div>
|
||||
<div className="order-card-row">
|
||||
<span>Total</span>
|
||||
<strong>${Number(order.total).toFixed(2)}</strong>
|
||||
</div>
|
||||
<div className="order-card-date">
|
||||
{new Date(order.created_at).toLocaleString()}
|
||||
</div>
|
||||
</button>
|
||||
))}
|
||||
</IonList>
|
||||
)}
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default MyOrders;
|
||||
@@ -1,163 +0,0 @@
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonButtons,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonPage,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { checkmarkCircle, chevronBackOutline } from 'ionicons/icons';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { LAST_ORDER_STORAGE_KEY } from './Home';
|
||||
import {
|
||||
setStatusBarBackground,
|
||||
setStatusBarStyle,
|
||||
Style,
|
||||
} from '../utils/statusBar';
|
||||
|
||||
type OrderInfo = {
|
||||
id: string;
|
||||
orderNumber: string;
|
||||
total: number;
|
||||
itemCount: number;
|
||||
status: string;
|
||||
customerName: string;
|
||||
customerPhone: string;
|
||||
deliveryAddress: string;
|
||||
deliveryNotes: string;
|
||||
};
|
||||
|
||||
const OrderConfirmation: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const [order, setOrder] = useState<OrderInfo | null>(null);
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Dark);
|
||||
setStatusBarBackground('#ffffff');
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
try {
|
||||
const savedOrder = localStorage.getItem(LAST_ORDER_STORAGE_KEY);
|
||||
if (!savedOrder) {
|
||||
setOrder(null);
|
||||
return;
|
||||
}
|
||||
|
||||
setOrder(JSON.parse(savedOrder) as OrderInfo);
|
||||
} catch {
|
||||
setOrder(null);
|
||||
}
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to home"
|
||||
onClick={() => history.replace('/home')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Success</span>
|
||||
<strong>Order placed</strong>
|
||||
</div>
|
||||
<span className="wallet-toolbar-placeholder" />
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent className="ion-padding">
|
||||
<div className="confirmation-card">
|
||||
<IonIcon icon={checkmarkCircle} color="success" />
|
||||
<h1>Thanks for your order!</h1>
|
||||
<p className="muted-text">
|
||||
Your order has been placed successfully and is now being prepared.
|
||||
</p>
|
||||
|
||||
{order ? (
|
||||
<>
|
||||
<div className="confirmation-details">
|
||||
<div>
|
||||
<span>Order number</span>
|
||||
<strong>{order.orderNumber}</strong>
|
||||
</div>
|
||||
<div>
|
||||
<span>Status</span>
|
||||
<strong>{order.status.replaceAll('_', ' ')}</strong>
|
||||
</div>
|
||||
<div>
|
||||
<span>Items</span>
|
||||
<strong>{order.itemCount}</strong>
|
||||
</div>
|
||||
<div>
|
||||
<span>Total paid</span>
|
||||
<strong>${order.total.toFixed(2)}</strong>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="delivery-details-card">
|
||||
<h2>Delivery information</h2>
|
||||
<div className="delivery-detail-row">
|
||||
<span>Customer</span>
|
||||
<strong>{order.customerName}</strong>
|
||||
</div>
|
||||
<div className="delivery-detail-row">
|
||||
<span>Phone</span>
|
||||
<strong>{order.customerPhone}</strong>
|
||||
</div>
|
||||
<div className="delivery-detail-row delivery-detail-block">
|
||||
<span>Address</span>
|
||||
<strong>{order.deliveryAddress}</strong>
|
||||
</div>
|
||||
{order.deliveryNotes && (
|
||||
<div className="delivery-detail-row delivery-detail-block">
|
||||
<span>Notes</span>
|
||||
<strong>{order.deliveryNotes}</strong>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<p className="muted-text">
|
||||
We could not load the order summary, but your next browse session
|
||||
is ready.
|
||||
</p>
|
||||
)}
|
||||
|
||||
{order && (
|
||||
<IonButton
|
||||
expand="block"
|
||||
onClick={() => history.replace(`/orders/${order.id}`)}
|
||||
>
|
||||
Track this order
|
||||
</IonButton>
|
||||
)}
|
||||
<IonButton
|
||||
fill="outline"
|
||||
expand="block"
|
||||
onClick={() => history.replace('/orders')}
|
||||
>
|
||||
View all orders
|
||||
</IonButton>
|
||||
<IonButton
|
||||
fill="clear"
|
||||
expand="block"
|
||||
onClick={() => history.replace('/home')}
|
||||
>
|
||||
Continue shopping
|
||||
</IonButton>
|
||||
</div>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default OrderConfirmation;
|
||||
@@ -1,246 +0,0 @@
|
||||
import React, { useEffect, useMemo, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonItem,
|
||||
IonLabel,
|
||||
IonList,
|
||||
IonLoading,
|
||||
IonPage,
|
||||
IonRefresher,
|
||||
IonRefresherContent,
|
||||
IonText,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { RefresherEventDetail } from '@ionic/core';
|
||||
import { chevronBackOutline } from 'ionicons/icons';
|
||||
import { RouteComponentProps, useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import type { Tables } from '../database.types';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
type Props = RouteComponentProps<{ id: string }>;
|
||||
type Order = Tables<'orders'>;
|
||||
type OrderItem = Tables<'order_items'>;
|
||||
const statusSteps = [
|
||||
'confirmed',
|
||||
'packed',
|
||||
'out_for_delivery',
|
||||
'delivered',
|
||||
] as const;
|
||||
const statusTitles: Record<(typeof statusSteps)[number], string> = {
|
||||
confirmed: 'Confirmed',
|
||||
packed: 'Packed',
|
||||
out_for_delivery: 'Out for delivery',
|
||||
delivered: 'Delivered',
|
||||
};
|
||||
|
||||
const OrderDetail: React.FC<Props> = ({ match }) => {
|
||||
const history = useHistory();
|
||||
const { user } = useAuth();
|
||||
const [order, setOrder] = useState<Order | null>(null);
|
||||
const [items, setItems] = useState<OrderItem[]>([]);
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
const [errorMessage, setErrorMessage] = useState('');
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
void setStatusBarStyle(Style.Dark);
|
||||
});
|
||||
|
||||
const loadOrder = async () => {
|
||||
if (!user) {
|
||||
setIsLoading(false);
|
||||
return;
|
||||
}
|
||||
setIsLoading(true);
|
||||
const [
|
||||
{ data: orderData, error: orderError },
|
||||
{ data: itemData, error: itemError },
|
||||
] = await Promise.all([
|
||||
supabase
|
||||
.from('orders')
|
||||
.select('*')
|
||||
.eq('id', match.params.id)
|
||||
.eq('user_id', user.id)
|
||||
.single(),
|
||||
supabase
|
||||
.from('order_items')
|
||||
.select('*')
|
||||
.eq('order_id', match.params.id)
|
||||
.order('created_at', { ascending: true }),
|
||||
]);
|
||||
if (orderError || itemError || !orderData) {
|
||||
setErrorMessage('We could not load this order.');
|
||||
window.setTimeout(() => setErrorMessage(''), 4000);
|
||||
setOrder(null);
|
||||
setItems([]);
|
||||
setIsLoading(false);
|
||||
return;
|
||||
}
|
||||
setOrder(orderData);
|
||||
setItems(itemData ?? []);
|
||||
setIsLoading(false);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
void loadOrder();
|
||||
}, [match.params.id, user?.id]);
|
||||
const activeStepIndex = useMemo(
|
||||
() =>
|
||||
order
|
||||
? Math.max(
|
||||
statusSteps.indexOf(order.status as (typeof statusSteps)[number]),
|
||||
0
|
||||
)
|
||||
: 0,
|
||||
[order]
|
||||
);
|
||||
const handleRefresh = async (event: CustomEvent<RefresherEventDetail>) => {
|
||||
await loadOrder();
|
||||
event.detail.complete();
|
||||
};
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to orders"
|
||||
onClick={() => history.replace('/orders')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Tracking</span>
|
||||
<strong>Order details</strong>
|
||||
</div>
|
||||
<span className="wallet-toolbar-placeholder" />
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent className="ion-padding">
|
||||
<IonRefresher slot="fixed" onIonRefresh={handleRefresh}>
|
||||
<IonRefresherContent />
|
||||
</IonRefresher>
|
||||
<IonLoading isOpen={isLoading} message="Loading order details..." />
|
||||
{errorMessage && (
|
||||
<IonText color="danger">
|
||||
<p>{errorMessage}</p>
|
||||
</IonText>
|
||||
)}
|
||||
{!user ? (
|
||||
<div className="empty-state cart-empty">
|
||||
<h3>Sign in to view order details</h3>
|
||||
<IonButton onClick={() => history.replace('/auth')}>
|
||||
Sign in
|
||||
</IonButton>
|
||||
</div>
|
||||
) : !isLoading && !order ? (
|
||||
<div className="empty-state cart-empty">
|
||||
<h3>Order not found</h3>
|
||||
<p className="muted-text">
|
||||
We could not find that order. Try returning to your order list.
|
||||
</p>
|
||||
<IonButton onClick={() => history.replace('/orders')}>
|
||||
Back to orders
|
||||
</IonButton>
|
||||
</div>
|
||||
) : (
|
||||
order && (
|
||||
<>
|
||||
<div className="tracking-summary-card">
|
||||
<span className="order-label">Order number</span>
|
||||
<h1>{order.order_number}</h1>
|
||||
<p className="muted-text">
|
||||
Placed on {new Date(order.created_at).toLocaleString()}
|
||||
</p>
|
||||
<div className="order-card-row">
|
||||
<span>Current status</span>
|
||||
<strong>
|
||||
{statusTitles[
|
||||
order.status as (typeof statusSteps)[number]
|
||||
] ?? order.status}
|
||||
</strong>
|
||||
</div>
|
||||
<div className="order-card-row">
|
||||
<span>Total</span>
|
||||
<strong>${Number(order.total).toFixed(2)}</strong>
|
||||
</div>
|
||||
</div>
|
||||
<div className="timeline-card">
|
||||
<h2>Delivery progress</h2>
|
||||
<div className="tracking-timeline">
|
||||
{statusSteps.map((step, index) => (
|
||||
<div
|
||||
key={step}
|
||||
className={`timeline-step ${index <= activeStepIndex ? 'active' : ''}`}
|
||||
>
|
||||
<div className="timeline-dot" />
|
||||
<div>
|
||||
<strong>{statusTitles[step]}</strong>
|
||||
<p className="muted-text">
|
||||
{index < activeStepIndex
|
||||
? 'Completed'
|
||||
: index === activeStepIndex
|
||||
? 'Current step'
|
||||
: 'Up next'}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
<div className="timeline-card delivery-details-card">
|
||||
<h2>Delivery details</h2>
|
||||
<div className="delivery-detail-row">
|
||||
<span>Customer</span>
|
||||
<strong>{order.customer_name || '—'}</strong>
|
||||
</div>
|
||||
<div className="delivery-detail-row">
|
||||
<span>Phone</span>
|
||||
<strong>{order.customer_phone || '—'}</strong>
|
||||
</div>
|
||||
<div className="delivery-detail-row delivery-detail-block">
|
||||
<span>Address</span>
|
||||
<strong>{order.delivery_address || '—'}</strong>
|
||||
</div>
|
||||
{order.delivery_notes && (
|
||||
<div className="delivery-detail-row delivery-detail-block">
|
||||
<span>Notes</span>
|
||||
<strong>{order.delivery_notes}</strong>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
<div className="timeline-card">
|
||||
<h2>Items in this order</h2>
|
||||
<IonList lines="none" className="cart-list">
|
||||
{items.map((item) => (
|
||||
<IonItem key={item.id} className="cart-item">
|
||||
<IonLabel>
|
||||
<h2>{item.product_name}</h2>
|
||||
<p>${Number(item.unit_price).toFixed(2)} each</p>
|
||||
<strong>
|
||||
Qty {item.quantity} · $
|
||||
{(Number(item.unit_price) * item.quantity).toFixed(2)}
|
||||
</strong>
|
||||
</IonLabel>
|
||||
</IonItem>
|
||||
))}
|
||||
</IonList>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
)}
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default OrderDetail;
|
||||
@@ -1,352 +0,0 @@
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonButtons,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonLoading,
|
||||
IonPage,
|
||||
IonText,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import {
|
||||
addOutline,
|
||||
cardOutline,
|
||||
checkmarkCircleOutline,
|
||||
chevronBackOutline,
|
||||
trashOutline,
|
||||
} from 'ionicons/icons';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
import type { Tables } from '../database.types';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
type PaymentMethodRow = Tables<'payment_methods'>;
|
||||
type DisplayPaymentMethod = Pick<
|
||||
PaymentMethodRow,
|
||||
| 'id'
|
||||
| 'brand'
|
||||
| 'last4'
|
||||
| 'expiry_month'
|
||||
| 'expiry_year'
|
||||
| 'is_default'
|
||||
| 'cardholder_name'
|
||||
>;
|
||||
|
||||
const formatExpiry = (month: number, year: number) =>
|
||||
`${String(month).padStart(2, '0')}/${String(year).slice(-2)}`;
|
||||
|
||||
const PaymentMethods: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const { user } = useAuth();
|
||||
const [methods, setMethods] = useState<PaymentMethodRow[]>([]);
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
const [message, setMessage] = useState('');
|
||||
const [error, setError] = useState('');
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Light);
|
||||
});
|
||||
|
||||
const showMessage = (text: string) => {
|
||||
setMessage(text);
|
||||
window.setTimeout(() => setMessage(''), 4000);
|
||||
};
|
||||
|
||||
const loadMethods = async () => {
|
||||
if (!user) {
|
||||
setMethods([]);
|
||||
setIsLoading(false);
|
||||
return;
|
||||
}
|
||||
|
||||
setIsLoading(true);
|
||||
setError('');
|
||||
|
||||
const { data, error: loadError } = await supabase
|
||||
.from('payment_methods')
|
||||
.select('*')
|
||||
.eq('user_id', user.id)
|
||||
.order('is_default', { ascending: false })
|
||||
.order('created_at', { ascending: false });
|
||||
|
||||
if (loadError) {
|
||||
setError('Unable to load your payment methods.');
|
||||
}
|
||||
|
||||
setMethods(data ?? []);
|
||||
setIsLoading(false);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
void loadMethods();
|
||||
}, [user]);
|
||||
|
||||
const setDefaultMethod = async (methodId: string) => {
|
||||
if (!user) return;
|
||||
|
||||
await supabase
|
||||
.from('payment_methods')
|
||||
.update({ is_default: false })
|
||||
.eq('user_id', user.id);
|
||||
const { error: updateError } = await supabase
|
||||
.from('payment_methods')
|
||||
.update({ is_default: true })
|
||||
.eq('id', methodId)
|
||||
.eq('user_id', user.id);
|
||||
|
||||
if (updateError) {
|
||||
setError('Could not update your default payment method.');
|
||||
return;
|
||||
}
|
||||
|
||||
showMessage('Default payment method updated.');
|
||||
void loadMethods();
|
||||
};
|
||||
|
||||
const renderCardVisual = (method: DisplayPaymentMethod) => (
|
||||
<div className="payment-method-visual-card">
|
||||
<div className="wallet-card-top-row">
|
||||
<div className="wallet-card-chip" />
|
||||
<span className="wallet-card-brand">{method.brand.toUpperCase()}</span>
|
||||
</div>
|
||||
<div className="wallet-card-number">•••• •••• •••• {method.last4}</div>
|
||||
<div className="wallet-card-meta-row">
|
||||
<div>
|
||||
<span>Cardholder</span>
|
||||
<strong>{method.cardholder_name || 'Saved Card'}</strong>
|
||||
</div>
|
||||
<div className="wallet-card-meta-right">
|
||||
<span>Valid Thru</span>
|
||||
<strong>
|
||||
{formatExpiry(method.expiry_month, method.expiry_year)}
|
||||
</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
const removeMethod = async (method: PaymentMethodRow) => {
|
||||
const { error: deleteError } = await supabase
|
||||
.from('payment_methods')
|
||||
.delete()
|
||||
.eq('id', method.id)
|
||||
.eq('user_id', method.user_id);
|
||||
|
||||
if (deleteError) {
|
||||
setError('Could not remove that payment method.');
|
||||
return;
|
||||
}
|
||||
|
||||
if (method.is_default && user) {
|
||||
const { data: remaining } = await supabase
|
||||
.from('payment_methods')
|
||||
.select('id')
|
||||
.eq('user_id', user.id)
|
||||
.order('created_at', { ascending: false })
|
||||
.limit(1);
|
||||
|
||||
const nextId = remaining?.[0]?.id;
|
||||
if (nextId) {
|
||||
await supabase
|
||||
.from('payment_methods')
|
||||
.update({ is_default: true })
|
||||
.eq('id', nextId)
|
||||
.eq('user_id', user.id);
|
||||
}
|
||||
}
|
||||
|
||||
showMessage('Payment method removed.');
|
||||
void loadMethods();
|
||||
};
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to wallet"
|
||||
onClick={() => history.replace('/wallet')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Wallet</span>
|
||||
<strong>Payment methods</strong>
|
||||
</div>
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-header-add-button"
|
||||
aria-label="Add payment method"
|
||||
onClick={() => history.push('/wallet/payment-methods/add')}
|
||||
>
|
||||
<IonIcon icon={addOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent
|
||||
fullscreen
|
||||
className="wallet-page wallet-page-vibrant payment-methods-page ion-padding"
|
||||
>
|
||||
<IonLoading isOpen={isLoading} message="Loading payment methods..." />
|
||||
|
||||
{!user ? (
|
||||
<>
|
||||
<div className="payment-methods-hero-card">
|
||||
<span>Cards & checkout</span>
|
||||
<h1>Payment methods</h1>
|
||||
<p>
|
||||
Review saved cards, choose the checkout default, and keep wallet
|
||||
payments ready for faster ordering.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="payment-method-grid">
|
||||
{[
|
||||
{
|
||||
id: 'demo-visa',
|
||||
brand: 'visa',
|
||||
last4: '4242',
|
||||
expiry_month: 8,
|
||||
expiry_year: 2028,
|
||||
is_default: true,
|
||||
cardholder_name: 'Demo User',
|
||||
},
|
||||
{
|
||||
id: 'demo-mastercard',
|
||||
brand: 'mastercard',
|
||||
last4: '1881',
|
||||
expiry_month: 11,
|
||||
expiry_year: 2027,
|
||||
is_default: false,
|
||||
cardholder_name: 'Demo User',
|
||||
},
|
||||
].map((method) => (
|
||||
<div
|
||||
key={method.id}
|
||||
className="payment-method-detail-card-modern"
|
||||
>
|
||||
{renderCardVisual(method)}
|
||||
<div className="payment-method-card-footer">
|
||||
<div>
|
||||
{method.is_default ? (
|
||||
<span className="payment-status-pill active">
|
||||
<IonIcon icon={checkmarkCircleOutline} />
|
||||
Checkout card
|
||||
</span>
|
||||
) : (
|
||||
<span className="payment-status-pill">Backup card</span>
|
||||
)}
|
||||
</div>
|
||||
<div className="payment-method-modern-actions">
|
||||
{!method.is_default && (
|
||||
<IonButton fill="outline" size="small" disabled>
|
||||
Set default
|
||||
</IonButton>
|
||||
)}
|
||||
<IonButton fill="clear" color="medium" disabled>
|
||||
<IonIcon icon={trashOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<div className="payment-methods-hero-card">
|
||||
<span>Cards & checkout</span>
|
||||
<h1>Payment methods</h1>
|
||||
<p>
|
||||
Store masked card details so checkout is quicker next time. You
|
||||
can choose one card as your checkout default.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{message && (
|
||||
<IonText color="success">
|
||||
<p className="wallet-inline-message">{message}</p>
|
||||
</IonText>
|
||||
)}
|
||||
{error && (
|
||||
<IonText color="danger">
|
||||
<p className="wallet-inline-message">{error}</p>
|
||||
</IonText>
|
||||
)}
|
||||
|
||||
{methods.length === 0 ? (
|
||||
<div className="wallet-surface-card wallet-empty-block">
|
||||
<IonIcon icon={cardOutline} />
|
||||
<div>
|
||||
<h3>No payment methods yet</h3>
|
||||
<p>Add your first card to make repeat ordering faster.</p>
|
||||
</div>
|
||||
<IonButton
|
||||
expand="block"
|
||||
onClick={() => history.push('/wallet/payment-methods/add')}
|
||||
>
|
||||
<IonIcon icon={addOutline} slot="start" />
|
||||
Add your first card
|
||||
</IonButton>
|
||||
</div>
|
||||
) : (
|
||||
<div className="payment-method-grid">
|
||||
{methods.map((method) => (
|
||||
<div
|
||||
key={method.id}
|
||||
className="payment-method-detail-card-modern"
|
||||
>
|
||||
{renderCardVisual(method)}
|
||||
<div className="payment-method-card-footer">
|
||||
<div>
|
||||
{method.is_default ? (
|
||||
<span className="payment-status-pill active">
|
||||
<IonIcon icon={checkmarkCircleOutline} />
|
||||
Checkout card
|
||||
</span>
|
||||
) : (
|
||||
<span className="payment-status-pill">
|
||||
Backup card
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
<div className="payment-method-modern-actions">
|
||||
{!method.is_default && (
|
||||
<IonButton
|
||||
fill="outline"
|
||||
size="small"
|
||||
onClick={() => setDefaultMethod(method.id)}
|
||||
>
|
||||
Set default
|
||||
</IonButton>
|
||||
)}
|
||||
<IonButton
|
||||
fill="clear"
|
||||
color="danger"
|
||||
aria-label="Remove payment method"
|
||||
onClick={() => removeMethod(method)}
|
||||
>
|
||||
<IonIcon icon={trashOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default PaymentMethods;
|
||||
@@ -1,205 +0,0 @@
|
||||
import React, { useEffect, useMemo, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonButtons,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonPage,
|
||||
IonText,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { cartOutline, chevronBackOutline } from 'ionicons/icons';
|
||||
import { RouteComponentProps, useHistory } from 'react-router-dom';
|
||||
import { CartItem, products, readCart, writeCart } from './Home';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
type Props = RouteComponentProps<{ id: string }>;
|
||||
|
||||
const ProductDetail: React.FC<Props> = ({ match }) => {
|
||||
const history = useHistory();
|
||||
const [quantity, setQuantity] = useState(1);
|
||||
const [message, setMessage] = useState('');
|
||||
const [cartCount, setCartCount] = useState(0);
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Light);
|
||||
const count = readCart().reduce((sum, item) => sum + item.quantity, 0);
|
||||
setCartCount(count);
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
const syncCount = () => {
|
||||
const count = readCart().reduce((sum, item) => sum + item.quantity, 0);
|
||||
setCartCount(count);
|
||||
};
|
||||
|
||||
syncCount();
|
||||
window.addEventListener('storage', syncCount);
|
||||
window.addEventListener('cart:updated', syncCount as EventListener);
|
||||
|
||||
return () => {
|
||||
window.removeEventListener('storage', syncCount);
|
||||
window.removeEventListener('cart:updated', syncCount as EventListener);
|
||||
};
|
||||
}, []);
|
||||
|
||||
const product = useMemo(
|
||||
() => products.find((item) => item.id === match.params.id),
|
||||
[match.params.id]
|
||||
);
|
||||
|
||||
const showMessage = (text: string) => {
|
||||
setMessage(text);
|
||||
window.setTimeout(() => setMessage(''), 4000);
|
||||
};
|
||||
|
||||
const addToCart = () => {
|
||||
if (!product) return;
|
||||
|
||||
const cart: CartItem[] = readCart();
|
||||
const existing = cart.find((item) => item.id === product.id);
|
||||
|
||||
const nextCart = existing
|
||||
? cart.map((item) =>
|
||||
item.id === product.id
|
||||
? { ...item, quantity: item.quantity + quantity }
|
||||
: item
|
||||
)
|
||||
: [
|
||||
...cart,
|
||||
{
|
||||
id: product.id,
|
||||
name: product.name,
|
||||
price: product.price,
|
||||
quantity,
|
||||
},
|
||||
];
|
||||
|
||||
writeCart(nextCart);
|
||||
showMessage('Added to basket');
|
||||
};
|
||||
|
||||
if (!product) {
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="hybrid-subpage-header ion-no-border">
|
||||
<IonToolbar className="hybrid-subpage-toolbar">
|
||||
<IonButtons slot="start">
|
||||
<IonButton fill="clear" onClick={() => history.replace('/home')}>
|
||||
<IonIcon icon={chevronBackOutline} />
|
||||
</IonButton>
|
||||
</IonButtons>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent className="ion-padding reference-surface">
|
||||
<div className="empty-state reference-empty-state">
|
||||
<h3>Product not found</h3>
|
||||
<p className="muted-text">This product is no longer available.</p>
|
||||
<IonButton onClick={() => history.replace('/home')}>
|
||||
Browse products
|
||||
</IonButton>
|
||||
</div>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonContent
|
||||
fullscreen
|
||||
className="product-detail-page-surface premium-product-surface"
|
||||
>
|
||||
<div className="premium-product-shell">
|
||||
<div className="premium-product-actions">
|
||||
<button
|
||||
type="button"
|
||||
className="premium-back-circle"
|
||||
aria-label="Back to products"
|
||||
onClick={() => history.replace('/home')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} />
|
||||
</button>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
className="premium-cart-tile"
|
||||
aria-label="Open basket"
|
||||
onClick={() => history.push('/cart')}
|
||||
>
|
||||
<span className="premium-cart-tile-inner">
|
||||
<IonIcon icon={cartOutline} />
|
||||
</span>
|
||||
{cartCount > 0 && (
|
||||
<span className="premium-cart-count-bubble">{cartCount}</span>
|
||||
)}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<section className="premium-product-intro">
|
||||
<h1>{product.name}</h1>
|
||||
<div className="premium-product-meta-row">
|
||||
<span className="premium-product-badge">{product.category}</span>
|
||||
<span>High quality</span>
|
||||
<span>In stock</span>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="premium-product-image-panel">
|
||||
<img src={product.image} alt={product.imageAlt} />
|
||||
</section>
|
||||
|
||||
<section className="premium-product-details-card">
|
||||
<div className="premium-details-header">
|
||||
<h2>Details</h2>
|
||||
</div>
|
||||
<p>{product.description}</p>
|
||||
|
||||
<div className="premium-buy-row">
|
||||
<div className="premium-price-block">
|
||||
<strong>${product.price.toFixed(2)}</strong>
|
||||
<span>each</span>
|
||||
</div>
|
||||
|
||||
<div className="premium-quantity-control" aria-label="Quantity">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
aria-label="Decrease quantity"
|
||||
onClick={() => setQuantity((value) => Math.max(1, value - 1))}
|
||||
>
|
||||
<span aria-hidden="true">−</span>
|
||||
</IonButton>
|
||||
<strong>{quantity}</strong>
|
||||
<IonButton
|
||||
fill="clear"
|
||||
aria-label="Increase quantity"
|
||||
onClick={() => setQuantity((value) => value + 1)}
|
||||
>
|
||||
<span aria-hidden="true">+</span>
|
||||
</IonButton>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{message && (
|
||||
<IonText color="success" className="premium-product-message">
|
||||
<p>{message}</p>
|
||||
</IonText>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="premium-product-cta">
|
||||
<div>
|
||||
<span>Total</span>
|
||||
<strong>${(product.price * quantity).toFixed(2)}</strong>
|
||||
</div>
|
||||
<IonButton onClick={addToCart}>Add to basket</IonButton>
|
||||
</div>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default ProductDetail;
|
||||
@@ -1,147 +0,0 @@
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonInput,
|
||||
IonItem,
|
||||
IonLabel,
|
||||
IonPage,
|
||||
IonText,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { chevronBackOutline } from 'ionicons/icons';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
const Profile: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const { user, profile, refreshProfile, signOut } = useAuth();
|
||||
const [fullName, setFullName] = useState('');
|
||||
const [phone, setPhone] = useState('');
|
||||
const [message, setMessage] = useState('');
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Dark);
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
setFullName(profile?.full_name ?? '');
|
||||
setPhone(profile?.phone ?? '');
|
||||
}, [profile]);
|
||||
|
||||
const showMessage = (msg: string) => {
|
||||
setMessage(msg);
|
||||
window.setTimeout(() => setMessage(''), 4000);
|
||||
};
|
||||
|
||||
const saveProfile = async () => {
|
||||
if (!user) return;
|
||||
const { error } = await supabase.from('profiles').upsert({
|
||||
id: user.id,
|
||||
full_name: fullName.trim() || null,
|
||||
phone: phone.trim() || null,
|
||||
updated_at: new Date().toISOString(),
|
||||
});
|
||||
|
||||
if (!error) {
|
||||
await refreshProfile();
|
||||
showMessage('Profile saved.');
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to home"
|
||||
onClick={() => history.replace('/home')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Account</span>
|
||||
<strong>Profile</strong>
|
||||
</div>
|
||||
<span className="wallet-toolbar-placeholder" />
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent className="ion-padding">
|
||||
<div className="auth-card">
|
||||
<h1>Your account</h1>
|
||||
<p className="muted-text">Signed in as {user?.email}</p>
|
||||
{message && (
|
||||
<IonText color="success">
|
||||
<p>{message}</p>
|
||||
</IonText>
|
||||
)}
|
||||
<div className="auth-form">
|
||||
<IonItem lines="none" className="auth-input-item">
|
||||
<IonLabel position="stacked">Full name</IonLabel>
|
||||
<IonInput
|
||||
value={fullName}
|
||||
onIonInput={(e) => setFullName(e.detail.value ?? '')}
|
||||
/>
|
||||
</IonItem>
|
||||
<IonItem lines="none" className="auth-input-item">
|
||||
<IonLabel position="stacked">Phone</IonLabel>
|
||||
<IonInput
|
||||
value={phone}
|
||||
type="tel"
|
||||
onIonInput={(e) => setPhone(e.detail.value ?? '')}
|
||||
/>
|
||||
</IonItem>
|
||||
<IonButton expand="block" onClick={saveProfile}>
|
||||
Save profile
|
||||
</IonButton>
|
||||
<IonButton
|
||||
expand="block"
|
||||
fill="outline"
|
||||
onClick={() => history.push('/addresses')}
|
||||
>
|
||||
Saved addresses
|
||||
</IonButton>
|
||||
<IonButton
|
||||
expand="block"
|
||||
fill="outline"
|
||||
onClick={() => history.push('/wallet')}
|
||||
>
|
||||
Wallet & payment methods
|
||||
</IonButton>
|
||||
{profile?.is_admin && (
|
||||
<IonButton
|
||||
expand="block"
|
||||
fill="outline"
|
||||
onClick={() => history.push('/admin/orders')}
|
||||
>
|
||||
Admin workflow
|
||||
</IonButton>
|
||||
)}
|
||||
<IonButton
|
||||
color="medium"
|
||||
expand="block"
|
||||
fill="clear"
|
||||
onClick={async () => {
|
||||
await signOut();
|
||||
history.replace('/auth');
|
||||
}}
|
||||
>
|
||||
Sign out
|
||||
</IonButton>
|
||||
</div>
|
||||
</div>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default Profile;
|
||||
@@ -0,0 +1,351 @@
|
||||
import React, { useState } from 'react';
|
||||
import {
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonPage,
|
||||
IonTitle,
|
||||
IonToolbar,
|
||||
IonButtons,
|
||||
IonButton,
|
||||
IonIcon,
|
||||
IonInput,
|
||||
IonTextarea,
|
||||
IonAlert,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { chevronBackOutline, trashOutline, moonOutline } from 'ionicons/icons';
|
||||
import {
|
||||
getSleepEntries,
|
||||
addSleepEntry,
|
||||
deleteSleepEntry,
|
||||
clearSleepEntries,
|
||||
} from '../services/localHealthStore';
|
||||
import { SleepEntry, SleepQuality } from '../types/health';
|
||||
import HealthLogList from '../components/health/HealthLogList';
|
||||
import SleepTrendCard from '../components/health/SleepTrendCard';
|
||||
|
||||
const Sleep: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const [entries, setEntries] = useState<SleepEntry[]>([]);
|
||||
|
||||
const [hours, setHours] = useState<string>('');
|
||||
const [quality, setQuality] = useState<SleepQuality | ''>('');
|
||||
const [interruptions, setInterruptions] = useState<string>('');
|
||||
const [notes, setNotes] = useState<string>('');
|
||||
|
||||
const [error, setError] = useState<string | null>(null);
|
||||
const [showClearAlert, setShowClearAlert] = useState(false);
|
||||
|
||||
const refreshData = () => {
|
||||
setEntries(getSleepEntries());
|
||||
};
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
refreshData();
|
||||
});
|
||||
|
||||
const handleSave = () => {
|
||||
const hoursNum = parseFloat(hours);
|
||||
if (!hours || isNaN(hoursNum) || hoursNum <= 0) {
|
||||
setError('Please enter a valid sleep duration');
|
||||
setTimeout(() => setError(null), 4000);
|
||||
return;
|
||||
}
|
||||
if (!quality) {
|
||||
setError('Please select sleep quality');
|
||||
setTimeout(() => setError(null), 4000);
|
||||
return;
|
||||
}
|
||||
|
||||
addSleepEntry({
|
||||
hours: hoursNum,
|
||||
quality: quality as SleepQuality,
|
||||
interruptions: parseInt(interruptions) || 0,
|
||||
notes,
|
||||
});
|
||||
|
||||
setHours('');
|
||||
setQuality('');
|
||||
setInterruptions('');
|
||||
setNotes('');
|
||||
refreshData();
|
||||
};
|
||||
|
||||
const handleDelete = (id: string) => {
|
||||
deleteSleepEntry(id);
|
||||
refreshData();
|
||||
};
|
||||
|
||||
const handleClear = () => {
|
||||
clearSleepEntries();
|
||||
refreshData();
|
||||
};
|
||||
|
||||
const qualities: SleepQuality[] = ['Restful', 'Okay', 'Restless'];
|
||||
|
||||
return (
|
||||
<IonPage style={{ background: '#eef7fb' }}>
|
||||
<IonHeader className="ion-no-border">
|
||||
<IonToolbar style={{ '--background': '#eef7fb', '--color': '#1e3a5f' }}>
|
||||
<IonButtons slot="start">
|
||||
<IonButton onClick={() => history.goBack()}>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
</IonButtons>
|
||||
<IonTitle style={{ fontWeight: '700' }}>Sleep</IonTitle>
|
||||
<IonButtons slot="end">
|
||||
{entries.length > 0 && (
|
||||
<IonButton onClick={() => setShowClearAlert(true)}>
|
||||
<IonIcon
|
||||
icon={trashOutline}
|
||||
slot="icon-only"
|
||||
style={{ opacity: 0.5 }}
|
||||
/>
|
||||
</IonButton>
|
||||
)}
|
||||
</IonButtons>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
|
||||
<IonContent
|
||||
style={{
|
||||
'--background': '#eef7fb',
|
||||
'--padding-start': '20px',
|
||||
'--padding-end': '20px',
|
||||
'--padding-top': '16px',
|
||||
}}
|
||||
>
|
||||
{/* Form Card */}
|
||||
<div
|
||||
style={{
|
||||
background: '#ffffff',
|
||||
borderRadius: '24px',
|
||||
padding: '24px',
|
||||
marginBottom: '20px',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: '16px',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{ fontSize: '18px', fontWeight: '700', color: '#1e3a5f' }}
|
||||
>
|
||||
Record your sleep
|
||||
</div>
|
||||
|
||||
<div
|
||||
style={{
|
||||
display: 'grid',
|
||||
gridTemplateColumns: '1fr 1fr',
|
||||
gap: '12px',
|
||||
}}
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Duration (hours)
|
||||
</div>
|
||||
<IonInput
|
||||
type="text"
|
||||
inputMode="decimal"
|
||||
value={hours}
|
||||
onIonInput={(e) => {
|
||||
const val = e.detail.value!.replace(/[^0-9.]/g, '');
|
||||
if ((val.match(/\./g) || []).length <= 1) setHours(val);
|
||||
}}
|
||||
placeholder="0.0"
|
||||
style={{
|
||||
'--background': '#f3f8fb',
|
||||
'--padding-start': '16px',
|
||||
'--border-radius': '12px',
|
||||
fontSize: '14px',
|
||||
color: '#1e3a5f',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Interruptions
|
||||
</div>
|
||||
<IonInput
|
||||
type="text"
|
||||
inputMode="numeric"
|
||||
value={interruptions}
|
||||
onIonInput={(e) =>
|
||||
setInterruptions(e.detail.value!.replace(/[^0-9]/g, ''))
|
||||
}
|
||||
placeholder="0"
|
||||
style={{
|
||||
'--background': '#f3f8fb',
|
||||
'--padding-start': '16px',
|
||||
'--border-radius': '12px',
|
||||
fontSize: '14px',
|
||||
color: '#1e3a5f',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '12px',
|
||||
}}
|
||||
>
|
||||
Quality
|
||||
</div>
|
||||
<div style={{ display: 'flex', gap: '8px' }}>
|
||||
{qualities.map((q) => (
|
||||
<div
|
||||
key={q}
|
||||
onClick={() => setQuality(q)}
|
||||
style={{
|
||||
padding: '10px 16px',
|
||||
borderRadius: '999px',
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
cursor: 'pointer',
|
||||
background: quality === q ? '#0369a1' : '#e2f2f8',
|
||||
color: quality === q ? '#ffffff' : '#1e3a5f',
|
||||
transition: 'all 0.2s ease',
|
||||
flex: 1,
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
{q}
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '13px',
|
||||
fontWeight: '700',
|
||||
color: 'rgba(30,58,95,0.60)',
|
||||
marginBottom: '8px',
|
||||
}}
|
||||
>
|
||||
Notes
|
||||
</div>
|
||||
<IonTextarea
|
||||
value={notes}
|
||||
onIonInput={(e) => setNotes(e.detail.value!)}
|
||||
placeholder="Add more details..."
|
||||
rows={3}
|
||||
style={{
|
||||
'--background': '#f3f8fb',
|
||||
'--padding-start': '16px',
|
||||
'--padding-end': '16px',
|
||||
'--padding-top': '12px',
|
||||
'--padding-bottom': '12px',
|
||||
'--border-radius': '12px',
|
||||
fontSize: '14px',
|
||||
color: '#1e3a5f',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
<div
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
color: '#dc2626',
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
{error}
|
||||
</div>
|
||||
)}
|
||||
|
||||
<IonButton
|
||||
expand="block"
|
||||
onClick={handleSave}
|
||||
style={{
|
||||
'--background': '#0369a1',
|
||||
'--border-radius': '999px',
|
||||
'--color': '#ffffff',
|
||||
fontWeight: '700',
|
||||
height: '48px',
|
||||
marginTop: '8px',
|
||||
}}
|
||||
>
|
||||
Save sleep log
|
||||
</IonButton>
|
||||
</div>
|
||||
|
||||
{/* Trend Widget */}
|
||||
<div style={{ marginBottom: '20px' }}>
|
||||
<SleepTrendCard entries={entries} />
|
||||
</div>
|
||||
|
||||
{/* History Section */}
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'baseline',
|
||||
margin: '0 0 12px',
|
||||
}}
|
||||
>
|
||||
<span
|
||||
style={{ fontSize: '17px', fontWeight: '700', color: '#1e3a5f' }}
|
||||
>
|
||||
History
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: '12px',
|
||||
fontWeight: '600',
|
||||
color: 'rgba(30,58,95,0.40)',
|
||||
}}
|
||||
>
|
||||
{entries.length} logs
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<HealthLogList
|
||||
type="sleep"
|
||||
entries={entries}
|
||||
onDelete={handleDelete}
|
||||
emptyTitle="No sleep logs yet"
|
||||
emptyActionLabel="Log sleep"
|
||||
onEmptyAction={() => {}} // Form is already on page
|
||||
/>
|
||||
|
||||
<div style={{ height: '40px' }} />
|
||||
|
||||
<IonAlert
|
||||
isOpen={showClearAlert}
|
||||
onDidDismiss={() => setShowClearAlert(false)}
|
||||
header="Clear history?"
|
||||
message="This will delete all sleep logs permanently."
|
||||
buttons={[
|
||||
{ text: 'Cancel', role: 'cancel' },
|
||||
{ text: 'Clear All', role: 'destructive', handler: handleClear },
|
||||
]}
|
||||
/>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default Sleep;
|
||||
@@ -1,458 +0,0 @@
|
||||
import React, { useEffect, useMemo, useState } from 'react';
|
||||
import {
|
||||
IonButton,
|
||||
IonContent,
|
||||
IonHeader,
|
||||
IonIcon,
|
||||
IonLoading,
|
||||
IonPage,
|
||||
IonText,
|
||||
IonToolbar,
|
||||
useIonViewWillEnter,
|
||||
} from '@ionic/react';
|
||||
import {
|
||||
addOutline,
|
||||
arrowDownCircleOutline,
|
||||
cardOutline,
|
||||
chevronBackOutline,
|
||||
chevronForwardOutline,
|
||||
walletOutline,
|
||||
} from 'ionicons/icons';
|
||||
import { useHistory } from 'react-router-dom';
|
||||
import { supabase } from '../supabase';
|
||||
import { useAuth } from '../context/AuthContext';
|
||||
import type { Tables } from '../database.types';
|
||||
import { setStatusBarStyle, Style } from '../utils/statusBar';
|
||||
|
||||
type WalletRow = Tables<'wallets'>;
|
||||
type PaymentMethodRow = Tables<'payment_methods'>;
|
||||
type WalletTransactionRow = Tables<'wallet_transactions'>;
|
||||
|
||||
const formatMoney = (amount: number, currency: string) =>
|
||||
new Intl.NumberFormat('en-US', {
|
||||
style: 'currency',
|
||||
currency,
|
||||
minimumFractionDigits: 2,
|
||||
}).format(amount);
|
||||
|
||||
const Wallet: React.FC = () => {
|
||||
const history = useHistory();
|
||||
const { user } = useAuth();
|
||||
const [wallet, setWallet] = useState<WalletRow | null>(null);
|
||||
const [methods, setMethods] = useState<PaymentMethodRow[]>([]);
|
||||
const [transactions, setTransactions] = useState<WalletTransactionRow[]>([]);
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
const [error, setError] = useState('');
|
||||
|
||||
useIonViewWillEnter(() => {
|
||||
setStatusBarStyle(Style.Light);
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
const loadWallet = async () => {
|
||||
if (!user) {
|
||||
setWallet(null);
|
||||
setMethods([]);
|
||||
setTransactions([]);
|
||||
setIsLoading(false);
|
||||
return;
|
||||
}
|
||||
|
||||
setIsLoading(true);
|
||||
setError('');
|
||||
|
||||
const { data: walletData, error: walletError } = await supabase
|
||||
.from('wallets')
|
||||
.select('*')
|
||||
.eq('user_id', user.id)
|
||||
.maybeSingle();
|
||||
|
||||
if (walletError) {
|
||||
setError('Unable to load your wallet right now.');
|
||||
setIsLoading(false);
|
||||
return;
|
||||
}
|
||||
|
||||
setWallet(walletData ?? null);
|
||||
|
||||
const [
|
||||
{ data: methodData, error: methodError },
|
||||
{ data: txData, error: txError },
|
||||
] = await Promise.all([
|
||||
supabase
|
||||
.from('payment_methods')
|
||||
.select('*')
|
||||
.eq('user_id', user.id)
|
||||
.order('is_default', { ascending: false })
|
||||
.order('created_at', { ascending: false })
|
||||
.limit(3),
|
||||
walletData
|
||||
? supabase
|
||||
.from('wallet_transactions')
|
||||
.select('*')
|
||||
.eq('wallet_id', walletData.id)
|
||||
.order('created_at', { ascending: false })
|
||||
.limit(5)
|
||||
: Promise.resolve({ data: [], error: null }),
|
||||
]);
|
||||
|
||||
if (methodError || txError) {
|
||||
setError('Some wallet details could not be loaded.');
|
||||
}
|
||||
|
||||
setMethods(methodData ?? []);
|
||||
setTransactions(txData ?? []);
|
||||
setIsLoading(false);
|
||||
};
|
||||
|
||||
void loadWallet();
|
||||
}, [user]);
|
||||
|
||||
const balanceLabel = useMemo(() => {
|
||||
if (!wallet) return '$0.00';
|
||||
return formatMoney(wallet.balance, wallet.currency);
|
||||
}, [wallet]);
|
||||
|
||||
return (
|
||||
<IonPage>
|
||||
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
|
||||
<IonToolbar>
|
||||
<div className="wallet-toolbar-inner">
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-back-button wallet-back-button-modern"
|
||||
aria-label="Back to profile"
|
||||
onClick={() => history.replace('/profile')}
|
||||
>
|
||||
<IonIcon icon={chevronBackOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
<div className="wallet-toolbar-title-block">
|
||||
<span>Payments</span>
|
||||
<strong>Wallet</strong>
|
||||
</div>
|
||||
<IonButton
|
||||
fill="clear"
|
||||
className="wallet-header-add-button"
|
||||
aria-label="Add payment method"
|
||||
onClick={() => history.push('/wallet/payment-methods/add')}
|
||||
>
|
||||
<IonIcon icon={addOutline} slot="icon-only" />
|
||||
</IonButton>
|
||||
</div>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent
|
||||
fullscreen
|
||||
className="wallet-page wallet-page-vibrant ion-padding"
|
||||
>
|
||||
<IonLoading isOpen={isLoading} message="Loading wallet..." />
|
||||
|
||||
{!user ? (
|
||||
<>
|
||||
<div className="wallet-balance-card wallet-balance-card-vibrant">
|
||||
<div>
|
||||
<span className="wallet-balance-label">Available balance</span>
|
||||
<h1>$48.50</h1>
|
||||
<p>Refund credits ready for your next basket.</p>
|
||||
<div className="wallet-balance-actions">
|
||||
<span>Refund wallet</span>
|
||||
<span>Instant checkout</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="wallet-balance-icon">
|
||||
<IonIcon icon={walletOutline} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="wallet-insight-strip">
|
||||
<div>
|
||||
<span>Refunds</span>
|
||||
<strong>Instant</strong>
|
||||
</div>
|
||||
<div>
|
||||
<span>Checkout</span>
|
||||
<strong>Faster</strong>
|
||||
</div>
|
||||
<div>
|
||||
<span>Security</span>
|
||||
<strong>Masked</strong>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="wallet-section-heading">
|
||||
<h2>Saved payment methods</h2>
|
||||
<IonButton
|
||||
fill="clear"
|
||||
onClick={() => history.push('/wallet/payment-methods')}
|
||||
>
|
||||
See all
|
||||
</IonButton>
|
||||
</div>
|
||||
|
||||
<div className="wallet-method-stack">
|
||||
{[
|
||||
{
|
||||
id: 'demo-visa',
|
||||
brand: 'visa',
|
||||
last4: '4242',
|
||||
expiry_month: 8,
|
||||
expiry_year: 2028,
|
||||
is_default: true,
|
||||
cardholder_name: 'Demo User',
|
||||
},
|
||||
].map((method) => (
|
||||
<button
|
||||
key={method.id}
|
||||
type="button"
|
||||
className="wallet-method-card wallet-method-preview-card"
|
||||
onClick={() => history.push('/wallet/payment-methods')}
|
||||
>
|
||||
<div className="wallet-card-visual wallet-card-visual-demo">
|
||||
<div className="wallet-card-top-row">
|
||||
<div className="wallet-card-chip" />
|
||||
<span className="wallet-card-brand">
|
||||
{method.brand.toUpperCase()}
|
||||
</span>
|
||||
</div>
|
||||
<div className="wallet-card-number">
|
||||
•••• •••• •••• {method.last4}
|
||||
</div>
|
||||
<div className="wallet-card-meta-row">
|
||||
<div>
|
||||
<span>Cardholder</span>
|
||||
<strong>{method.cardholder_name}</strong>
|
||||
</div>
|
||||
<div className="wallet-card-meta-right">
|
||||
<span>Valid Thru</span>
|
||||
<strong>
|
||||
{String(method.expiry_month).padStart(2, '0')}/
|
||||
{String(method.expiry_year).slice(-2)}
|
||||
</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="wallet-method-preview-footer wallet-method-preview-footer-end">
|
||||
<IonIcon icon={chevronForwardOutline} />
|
||||
</div>
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div className="wallet-section-heading wallet-section-spacing">
|
||||
<h2>Recent wallet activity</h2>
|
||||
</div>
|
||||
|
||||
<div className="wallet-activity-list">
|
||||
{[
|
||||
{
|
||||
id: 'txn-1',
|
||||
title: 'Refund from cancelled order',
|
||||
description: 'Order QC-481920 refund credited to wallet',
|
||||
amount: 18.5,
|
||||
created_at: new Date().toISOString(),
|
||||
},
|
||||
{
|
||||
id: 'txn-2',
|
||||
title: 'Promotional wallet credit',
|
||||
description: 'Welcome bonus added to your balance',
|
||||
amount: 30,
|
||||
created_at: new Date(Date.now() - 86400000).toISOString(),
|
||||
},
|
||||
].map((transaction) => (
|
||||
<div key={transaction.id} className="wallet-activity-card">
|
||||
<div>
|
||||
<strong>{transaction.title}</strong>
|
||||
<p>{transaction.description}</p>
|
||||
</div>
|
||||
<div className="wallet-activity-right">
|
||||
<span className="wallet-positive">
|
||||
{formatMoney(transaction.amount, 'USD')}
|
||||
</span>
|
||||
<small>
|
||||
{new Date(transaction.created_at).toLocaleDateString()}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div className="wallet-refund-card">
|
||||
<h3>How refunds work</h3>
|
||||
<p>
|
||||
In demo mode, this wallet preview shows how refund credits and
|
||||
saved payment methods will appear for signed-in users.
|
||||
</p>
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<div className="wallet-balance-card wallet-balance-card-vibrant">
|
||||
<div>
|
||||
<span className="wallet-balance-label">Available balance</span>
|
||||
<h1>{balanceLabel}</h1>
|
||||
<p>Refunds and credits ready for your next basket.</p>
|
||||
<div className="wallet-balance-actions">
|
||||
<span>Refund wallet</span>
|
||||
<span>Instant checkout</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="wallet-balance-icon">
|
||||
<IonIcon icon={walletOutline} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
<IonText color="danger">
|
||||
<p className="wallet-inline-message">{error}</p>
|
||||
</IonText>
|
||||
)}
|
||||
|
||||
<div className="wallet-insight-strip">
|
||||
<div>
|
||||
<span>Refunds</span>
|
||||
<strong>Instant</strong>
|
||||
</div>
|
||||
<div>
|
||||
<span>Checkout</span>
|
||||
<strong>Faster</strong>
|
||||
</div>
|
||||
<div>
|
||||
<span>Security</span>
|
||||
<strong>Masked</strong>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="wallet-section-heading">
|
||||
<h2>Saved payment methods</h2>
|
||||
<IonButton
|
||||
fill="clear"
|
||||
onClick={() => history.push('/wallet/payment-methods')}
|
||||
>
|
||||
See all
|
||||
</IonButton>
|
||||
</div>
|
||||
|
||||
{methods.length === 0 ? (
|
||||
<div className="wallet-surface-card wallet-empty-block">
|
||||
<IonIcon icon={cardOutline} />
|
||||
<div>
|
||||
<h3>No saved payment methods</h3>
|
||||
<p>Add a card once so future checkouts feel faster.</p>
|
||||
</div>
|
||||
<IonButton
|
||||
expand="block"
|
||||
onClick={() => history.push('/wallet/payment-methods/add')}
|
||||
>
|
||||
<IonIcon icon={addOutline} slot="start" />
|
||||
Add payment method
|
||||
</IonButton>
|
||||
</div>
|
||||
) : (
|
||||
<div className="wallet-method-stack">
|
||||
{(() => {
|
||||
const method =
|
||||
methods.find((entry) => entry.is_default) ?? methods[0];
|
||||
if (!method) return null;
|
||||
|
||||
return (
|
||||
<button
|
||||
key={method.id}
|
||||
type="button"
|
||||
className="wallet-method-card wallet-method-preview-card"
|
||||
onClick={() => history.push('/wallet/payment-methods')}
|
||||
>
|
||||
<div className="wallet-card-visual">
|
||||
<div className="wallet-card-top-row">
|
||||
<div className="wallet-card-chip" />
|
||||
<span className="wallet-card-brand">
|
||||
{method.brand.toUpperCase()}
|
||||
</span>
|
||||
</div>
|
||||
<div className="wallet-card-number">
|
||||
•••• •••• •••• {method.last4}
|
||||
</div>
|
||||
<div className="wallet-card-meta-row">
|
||||
<div>
|
||||
<span>Cardholder</span>
|
||||
<strong>
|
||||
{method.cardholder_name || 'Saved Card'}
|
||||
</strong>
|
||||
</div>
|
||||
<div className="wallet-card-meta-right">
|
||||
<span>Valid Thru</span>
|
||||
<strong>
|
||||
{String(method.expiry_month).padStart(2, '0')}/
|
||||
{String(method.expiry_year).slice(-2)}
|
||||
</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="wallet-method-preview-footer wallet-method-preview-footer-end">
|
||||
<IonIcon icon={chevronForwardOutline} />
|
||||
</div>
|
||||
</button>
|
||||
);
|
||||
})()}
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="wallet-section-heading wallet-section-spacing">
|
||||
<h2>Recent wallet activity</h2>
|
||||
</div>
|
||||
|
||||
{transactions.length === 0 ? (
|
||||
<div className="wallet-surface-card wallet-empty-block compact-empty-block">
|
||||
<IonIcon icon={arrowDownCircleOutline} />
|
||||
<div>
|
||||
<h3>No wallet activity yet</h3>
|
||||
<p>
|
||||
Refund credits and manual wallet adjustments will appear
|
||||
here.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
<div className="wallet-activity-list">
|
||||
{transactions.map((transaction) => (
|
||||
<div key={transaction.id} className="wallet-activity-card">
|
||||
<div>
|
||||
<strong>{transaction.title}</strong>
|
||||
<p>{transaction.description || 'Wallet transaction'}</p>
|
||||
</div>
|
||||
<div className="wallet-activity-right">
|
||||
<span
|
||||
className={
|
||||
transaction.amount >= 0
|
||||
? 'wallet-positive'
|
||||
: 'wallet-negative'
|
||||
}
|
||||
>
|
||||
{formatMoney(
|
||||
transaction.amount,
|
||||
wallet?.currency || 'USD'
|
||||
)}
|
||||
</span>
|
||||
<small>
|
||||
{new Date(transaction.created_at).toLocaleDateString()}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="wallet-refund-card">
|
||||
<h3>How refunds work</h3>
|
||||
<p>
|
||||
When a refund is approved, the credited amount will appear in
|
||||
your wallet balance and in the activity list above.
|
||||
</p>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
);
|
||||
};
|
||||
|
||||
export default Wallet;
|
||||
@@ -0,0 +1,255 @@
|
||||
import {
|
||||
Department,
|
||||
CohortAnalyticsSummary,
|
||||
AnalyticsResponse,
|
||||
TelemetryLog,
|
||||
AggregatedTrendPoint,
|
||||
} from '../../types/cohortHealth';
|
||||
import { getRawUsers, getRawTelemetry } from './dataStore';
|
||||
|
||||
/**
|
||||
* Enterprise Aggregation & Privacy Preservation Layer.
|
||||
*
|
||||
* DESIGN PRINCIPLE:
|
||||
* In a true Zero-Trust enterprise healthcare or corporate wellness deployment,
|
||||
* raw device telemetry (containing exact timestamps, high-frequency heart rates,
|
||||
* and device sleep signals) is considered highly sensitive.
|
||||
*
|
||||
* To guarantee absolute privacy:
|
||||
* 1. The client browser NEVER has access to raw database tables or individual-level records.
|
||||
* 2. Mathematical aggregations occur solely on the server-side.
|
||||
* 3. Cohort minimum sizes (k-anonymity) are programmatically enforced at the API boundary.
|
||||
* 4. Identification vectors are scrubbed using randomized keys and cryptographic hashes.
|
||||
*/
|
||||
|
||||
// MINIMUM COHORT SIZE (k-anonymity privacy floor)
|
||||
// If the selected cohort contains fewer than 5 individuals, the API refuses execution
|
||||
// to eliminate the possibility of an HR administrator identifying a specific employee's
|
||||
// biometric signals (e.g. recognizing a specific day's stress spike of a single engineer).
|
||||
const PRIVACY_FLOOR_LIMIT = 5;
|
||||
|
||||
export const getCohortAnalytics = (
|
||||
department: Department
|
||||
): AnalyticsResponse => {
|
||||
try {
|
||||
const allUsers = getRawUsers();
|
||||
const allTelemetry = getRawTelemetry();
|
||||
|
||||
// 1. Filter cohort members
|
||||
const cohortUsers = allUsers.filter((u) => u.department === department);
|
||||
const cohortSize = cohortUsers.length;
|
||||
|
||||
// --- PRIVACY GUARD: k-ANONYMITY ENFORCEMENT ---
|
||||
// In production, this prevents "differential attacks" where an attacker isolates
|
||||
// a department with 1 or 2 users to view their personal health metrics.
|
||||
if (cohortSize < PRIVACY_FLOOR_LIMIT) {
|
||||
return {
|
||||
success: false,
|
||||
errorCode: 'INSUFFICIENT_COHORT_SIZE',
|
||||
error: `Privacy Guard Refusal: Cohort '${department}' is too small.`,
|
||||
details: `Under strict privacy compliance (k-anonymity >= 5), we refuse aggregate telemetry queries for departments with fewer than ${PRIVACY_FLOOR_LIMIT} members (current cohort size: ${cohortSize}). This prevents re-identification risks.`,
|
||||
};
|
||||
}
|
||||
|
||||
if (cohortSize === 0 || allTelemetry.length === 0) {
|
||||
return {
|
||||
success: false,
|
||||
errorCode: 'NO_DATA',
|
||||
error: 'No active telemetry found.',
|
||||
details:
|
||||
'The system has no telemetry records on file. Seed the data generator to proceed.',
|
||||
};
|
||||
}
|
||||
|
||||
const cohortUserIds = new Set(cohortUsers.map((u) => u.id));
|
||||
|
||||
// 2. Filter telemetry logs for this cohort
|
||||
const cohortTelemetry = allTelemetry.filter((log) =>
|
||||
cohortUserIds.has(log.userId)
|
||||
);
|
||||
|
||||
// 3. Group telemetry logs by date to compute daily averages
|
||||
const telemetryByDate: Record<string, TelemetryLog[]> = {};
|
||||
cohortTelemetry.forEach((log) => {
|
||||
if (!telemetryByDate[log.date]) {
|
||||
telemetryByDate[log.date] = [];
|
||||
}
|
||||
telemetryByDate[log.date].push(log);
|
||||
});
|
||||
|
||||
// Sort dates chronologically
|
||||
const sortedDates = Object.keys(telemetryByDate).sort();
|
||||
|
||||
// Map to aggregated points
|
||||
const trends: AggregatedTrendPoint[] = sortedDates.map((date) => {
|
||||
const logs = telemetryByDate[date];
|
||||
const count = logs.length;
|
||||
|
||||
const sumSleep = logs.reduce((acc, l) => acc + l.sleepScore, 0);
|
||||
const sumStress = logs.reduce((acc, l) => acc + l.stressIndex, 0);
|
||||
const sumActive = logs.reduce((acc, l) => acc + l.activeMinutes, 0);
|
||||
|
||||
// Poor sleep: sleepScore < 60 (Clinical cutoff for disrupted restorative sleep)
|
||||
const poorSleepCount = logs.filter((l) => l.sleepScore < 60).length;
|
||||
// High stress: stressIndex >= 7 (Corresponds to low heart-rate variability / hyper-arousal)
|
||||
const highStressCount = logs.filter((l) => l.stressIndex >= 7).length;
|
||||
|
||||
return {
|
||||
date,
|
||||
avgSleepScore: parseFloat((sumSleep / count).toFixed(1)),
|
||||
avgStressIndex: parseFloat((sumStress / count).toFixed(1)),
|
||||
avgActiveMinutes: parseFloat((sumActive / count).toFixed(1)),
|
||||
poorSleepPercentage: parseFloat(
|
||||
((poorSleepCount / count) * 100).toFixed(0)
|
||||
),
|
||||
highStressPercentage: parseFloat(
|
||||
((highStressCount / count) * 100).toFixed(0)
|
||||
),
|
||||
cohortSize: count,
|
||||
};
|
||||
});
|
||||
|
||||
// 4. Compute overall statistics for the cohort
|
||||
const overallAvgSleep = parseFloat(
|
||||
(
|
||||
trends.reduce((acc, t) => acc + t.avgSleepScore, 0) / trends.length
|
||||
).toFixed(1)
|
||||
);
|
||||
const overallAvgStress = parseFloat(
|
||||
(
|
||||
trends.reduce((acc, t) => acc + t.avgStressIndex, 0) / trends.length
|
||||
).toFixed(1)
|
||||
);
|
||||
const overallAvgActive = parseFloat(
|
||||
(
|
||||
trends.reduce((acc, t) => acc + t.avgActiveMinutes, 0) / trends.length
|
||||
).toFixed(1)
|
||||
);
|
||||
|
||||
// 5. Generate dynamic insights and alert classification
|
||||
const insightData = analyzeTrendsAndGenerateInsight(trends, department);
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data: {
|
||||
department,
|
||||
trends,
|
||||
overallAvgSleep,
|
||||
overallAvgStress,
|
||||
overallAvgActive,
|
||||
cohortSize,
|
||||
insight: insightData.message,
|
||||
insightSeverity: insightData.severity,
|
||||
},
|
||||
};
|
||||
} catch (err: any) {
|
||||
return {
|
||||
success: false,
|
||||
error: 'Internal aggregate error.',
|
||||
details: err.message || 'An unknown aggregation error occurred.',
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Clinical analytics engine that reads aggregated trend lines to trigger enterprise alerts.
|
||||
* Identifies burnout markers, recovery indexes, and sedentary cycles.
|
||||
*/
|
||||
const analyzeTrendsAndGenerateInsight = (
|
||||
trends: AggregatedTrendPoint[],
|
||||
department: Department
|
||||
): {
|
||||
message: string;
|
||||
severity: 'success' | 'warning' | 'danger' | 'medium';
|
||||
} => {
|
||||
if (trends.length < 5) {
|
||||
return {
|
||||
message:
|
||||
'Monitoring active. Insufficient trend history to run statistical drift alerts.',
|
||||
severity: 'medium',
|
||||
};
|
||||
}
|
||||
|
||||
// Look at last 5 days vs the preceding days to find trends
|
||||
const halfLength = Math.floor(trends.length / 2);
|
||||
const olderTrend = trends.slice(0, halfLength);
|
||||
const newerTrend = trends.slice(halfLength);
|
||||
|
||||
const olderAvgStress =
|
||||
olderTrend.reduce((acc, t) => acc + t.avgStressIndex, 0) /
|
||||
olderTrend.length;
|
||||
const newerAvgStress =
|
||||
newerTrend.reduce((acc, t) => acc + t.avgStressIndex, 0) /
|
||||
newerTrend.length;
|
||||
|
||||
const olderAvgSleep =
|
||||
olderTrend.reduce((acc, t) => acc + t.avgSleepScore, 0) / olderTrend.length;
|
||||
const newerAvgSleep =
|
||||
newerTrend.reduce((acc, t) => acc + t.avgSleepScore, 0) / newerTrend.length;
|
||||
|
||||
const stressDeltaPct =
|
||||
((newerAvgStress - olderAvgStress) / olderAvgStress) * 100;
|
||||
const sleepDeltaPct = ((newerAvgSleep - olderAvgSleep) / olderAvgSleep) * 100;
|
||||
|
||||
// Engineering Burnout Anomaly check
|
||||
if (
|
||||
department === 'Engineering' &&
|
||||
stressDeltaPct > 12 &&
|
||||
sleepDeltaPct < -5
|
||||
) {
|
||||
return {
|
||||
message: `⚠️ COHORT ALERT: The Engineering division has experienced a ${Math.abs(stressDeltaPct).toFixed(0)}% increase in elevated stress markers and a ${Math.abs(sleepDeltaPct).toFixed(0)}% drop in restorative sleep over the last 7 days. Action Recommendation: High likelihood of workload burnout. Consider a meeting-light week or deploying wellness interventions.`,
|
||||
severity: 'danger',
|
||||
};
|
||||
}
|
||||
|
||||
// Sales Stress check
|
||||
if (department === 'Sales') {
|
||||
const weekendTrend = trends.filter((t) => {
|
||||
const day = new Date(t.date).getDay();
|
||||
return day === 0 || day === 6;
|
||||
});
|
||||
const weekdayTrend = trends.filter((t) => {
|
||||
const day = new Date(t.date).getDay();
|
||||
return day !== 0 && day !== 6;
|
||||
});
|
||||
|
||||
const wkStress =
|
||||
weekdayTrend.reduce((acc, t) => acc + t.avgStressIndex, 0) /
|
||||
Math.max(1, weekdayTrend.length);
|
||||
const weStress =
|
||||
weekendTrend.reduce((acc, t) => acc + t.avgStressIndex, 0) /
|
||||
Math.max(1, weekendTrend.length);
|
||||
|
||||
if (wkStress > weStress + 2.0) {
|
||||
return {
|
||||
message: `📊 Dynamic Cohort Insights: Sales telemetry displays high weekday stress peaks (${wkStress.toFixed(1)}/10) with healthy weekend decompression (${weStress.toFixed(1)}/10). Recommendation: Ensure micro-breaks are integrated during intensive mid-week sales sprints.`,
|
||||
severity: 'warning',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
// Operations physical health check
|
||||
if (department === 'Operations') {
|
||||
const avgActive =
|
||||
trends.reduce((acc, t) => acc + t.avgActiveMinutes, 0) / trends.length;
|
||||
if (avgActive > 70) {
|
||||
return {
|
||||
message: `🟢 Healthy Cohort Signal: Operations logs highly consistent physical engagement averaging ${avgActive.toFixed(0)} minutes of active cardiovascular telemetry daily. This correlates with stable stress metrics (${overallAverageStress(trends).toFixed(1)}/10).`,
|
||||
severity: 'success',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
// Default Fallback
|
||||
return {
|
||||
message: `📈 Baseline Trend Analysis: Biomarkers for ${department} are within normal enterprise tolerances. Sleep quality index is stable at ${overallAverageSleep(trends).toFixed(0)}/100, and sympathetic nervous activation indicates low-to-moderate occupational strain.`,
|
||||
severity: 'success',
|
||||
};
|
||||
};
|
||||
|
||||
const overallAverageStress = (trends: AggregatedTrendPoint[]) =>
|
||||
trends.reduce((acc, t) => acc + t.avgStressIndex, 0) / trends.length;
|
||||
|
||||
const overallAverageSleep = (trends: AggregatedTrendPoint[]) =>
|
||||
trends.reduce((acc, t) => acc + t.avgSleepScore, 0) / trends.length;
|
||||
@@ -0,0 +1,39 @@
|
||||
import { User, TelemetryLog } from '../../types/cohortHealth';
|
||||
|
||||
const STORAGE_KEY_USERS = 'cohorthealth_raw_users';
|
||||
const STORAGE_KEY_TELEMETRY = 'cohorthealth_raw_telemetry';
|
||||
|
||||
/**
|
||||
* Enterprise Data Architecture Mock Store.
|
||||
*
|
||||
* DESIGN BOUNDARY NOTE:
|
||||
* This represents the internal, firewalled raw telemetry database. In a production enterprise setting,
|
||||
* this database sits behind strict network VPC guidelines and is completely inaccessible
|
||||
* from public client applications or APIs.
|
||||
*
|
||||
* ONLY the anonymizer/aggregator microservice has secure read permissions to this store.
|
||||
* The client UI is programmatically blocked from calling any function in this file.
|
||||
*/
|
||||
|
||||
export const getRawUsers = (): User[] => {
|
||||
const data = localStorage.getItem(STORAGE_KEY_USERS);
|
||||
return data ? JSON.parse(data) : [];
|
||||
};
|
||||
|
||||
export const saveRawUsers = (users: User[]): void => {
|
||||
localStorage.setItem(STORAGE_KEY_USERS, JSON.stringify(users));
|
||||
};
|
||||
|
||||
export const getRawTelemetry = (): TelemetryLog[] => {
|
||||
const data = localStorage.getItem(STORAGE_KEY_TELEMETRY);
|
||||
return data ? JSON.parse(data) : [];
|
||||
};
|
||||
|
||||
export const saveRawTelemetry = (telemetry: TelemetryLog[]): void => {
|
||||
localStorage.setItem(STORAGE_KEY_TELEMETRY, JSON.stringify(telemetry));
|
||||
};
|
||||
|
||||
export const clearAllData = (): void => {
|
||||
localStorage.removeItem(STORAGE_KEY_USERS);
|
||||
localStorage.removeItem(STORAGE_KEY_TELEMETRY);
|
||||
};
|
||||
@@ -0,0 +1,247 @@
|
||||
import { User, TelemetryLog, Department } from '../../types/cohortHealth';
|
||||
import {
|
||||
getRawUsers,
|
||||
saveRawUsers,
|
||||
getRawTelemetry,
|
||||
saveRawTelemetry,
|
||||
} from './dataStore';
|
||||
|
||||
// In production, we would use a secure cryptographic hashing function like HMAC-SHA256
|
||||
// with a salt rotated daily, which completely obfuscates individual identities
|
||||
// before ingestion. This ensures zero PII (Personally Identifiable Information) enters the telemetry table.
|
||||
const generateSecureEmployeeHash = (
|
||||
index: number,
|
||||
department: string
|
||||
): string => {
|
||||
// Simple deterministic mockup of an anonymized secure employee token
|
||||
return `emp_hash_${department.toLowerCase().substring(0, 3)}_${(1000 + index).toString(16)}`;
|
||||
};
|
||||
|
||||
/**
|
||||
* Enterprise Telemetry Simulation Engine.
|
||||
*
|
||||
* Generates high-fidelity wearable telemetry logs for users across 3 corporate departments:
|
||||
* - Engineering (Injected Burnout Anomaly: 70% experience 14-day decline in sleep and spike in stress)
|
||||
* - Sales (High volatility, weekend recovery, elevated stress levels)
|
||||
* - Operations (Stable baseline, high physical activity, healthy sleep indicators)
|
||||
*/
|
||||
export const generateWorkforceData = (
|
||||
userCount: number = 100,
|
||||
forceReset = false
|
||||
): { users: User[]; logs: TelemetryLog[] } => {
|
||||
const existingUsers = getRawUsers();
|
||||
const existingLogs = getRawTelemetry();
|
||||
|
||||
if (existingUsers.length > 0 && existingLogs.length > 0 && !forceReset) {
|
||||
return { users: existingUsers, logs: existingLogs };
|
||||
}
|
||||
|
||||
const departments: Department[] = ['Engineering', 'Sales', 'Operations'];
|
||||
const users: User[] = [];
|
||||
|
||||
// Distribute users across departments
|
||||
// Engineering: 40%, Sales: 30%, Operations: 30%
|
||||
for (let i = 0; i < userCount; i++) {
|
||||
let dept: Department = 'Operations';
|
||||
if (i < userCount * 0.4) {
|
||||
dept = 'Engineering';
|
||||
} else if (i < userCount * 0.7) {
|
||||
dept = 'Sales';
|
||||
}
|
||||
|
||||
users.push({
|
||||
id: generateSecureEmployeeHash(i, dept),
|
||||
department: dept,
|
||||
joinedAt: new Date(Date.now() - 30 * 24 * 60 * 60 * 1000)
|
||||
.toISOString()
|
||||
.split('T')[0],
|
||||
});
|
||||
}
|
||||
|
||||
// Programmatically append exactly 3 Executive Board users to demonstrate
|
||||
// the Privacy Guard k-anonymity limit (< 5 users) refusing aggregate rendering.
|
||||
for (let i = 0; i < 3; i++) {
|
||||
users.push({
|
||||
id: generateSecureEmployeeHash(userCount + i, 'Executive Board'),
|
||||
department: 'Executive Board',
|
||||
joinedAt: new Date(Date.now() - 30 * 24 * 60 * 60 * 1000)
|
||||
.toISOString()
|
||||
.split('T')[0],
|
||||
});
|
||||
}
|
||||
|
||||
saveRawUsers(users);
|
||||
|
||||
// Generate 14 days of historical data for each user
|
||||
const logs: TelemetryLog[] = [];
|
||||
const today = new Date();
|
||||
|
||||
for (let dayOffset = 13; dayOffset >= 0; dayOffset--) {
|
||||
const currentDate = new Date(today);
|
||||
currentDate.setDate(today.getDate() - dayOffset);
|
||||
const dateStr = currentDate.toISOString().split('T')[0];
|
||||
|
||||
users.forEach((user, uIndex) => {
|
||||
logs.push(generateDailyLogForUser(user, uIndex, dateStr, dayOffset));
|
||||
});
|
||||
}
|
||||
|
||||
saveRawTelemetry(logs);
|
||||
|
||||
// Track current simulation day offset in localstorage so we can increment it during "Wearable Sync Pulse"
|
||||
localStorage.setItem('cohorthealth_sim_day_offset', '0');
|
||||
|
||||
return { users, logs };
|
||||
};
|
||||
|
||||
/**
|
||||
* Generates single-day wearable biomarkers with specific trends and injected anomalies.
|
||||
* @param dayOffset Days in the past (13 = 13 days ago, 0 = today)
|
||||
*/
|
||||
const generateDailyLogForUser = (
|
||||
user: User,
|
||||
userIndex: number,
|
||||
dateStr: string,
|
||||
dayOffset: number
|
||||
): TelemetryLog => {
|
||||
let sleepScore = 75;
|
||||
let stressIndex = 4;
|
||||
let activeMinutes = 45;
|
||||
|
||||
const isWeekend = isDateWeekend(dateStr);
|
||||
|
||||
if (user.department === 'Engineering') {
|
||||
// Burnout Anomaly injection: 70% of Engineering department experiences steady decline
|
||||
const affectedByAnomaly = userIndex % 10 < 7;
|
||||
|
||||
if (affectedByAnomaly) {
|
||||
// Linear decline of sleep score from dayOffset 13 to 0
|
||||
// dayOffset 13 (oldest) -> sleep starts high, stress starts normal
|
||||
// dayOffset 0 (newest) -> sleep drops low, stress spikes high
|
||||
const progression = (13 - dayOffset) / 13; // 0.0 to 1.0 over the 14 days
|
||||
|
||||
sleepScore = Math.round(76 - progression * 24 + (Math.random() * 8 - 4)); // Starts ~76, drops to ~52
|
||||
stressIndex = Math.round(
|
||||
3.5 + progression * 4.5 + (Math.random() * 1.5 - 0.75)
|
||||
); // Starts ~3.5, spikes to ~8.0
|
||||
activeMinutes = Math.round(
|
||||
50 - progression * 25 + (Math.random() * 15 - 7)
|
||||
); // Decline in physical activity
|
||||
} else {
|
||||
// 30% control group - remains relatively healthy
|
||||
sleepScore = Math.round(74 + (Math.random() * 12 - 6));
|
||||
stressIndex = Math.round(4.0 + (Math.random() * 2 - 1));
|
||||
activeMinutes = Math.round(45 + (Math.random() * 20 - 10));
|
||||
}
|
||||
} else if (user.department === 'Sales') {
|
||||
// Sales: High volatility. High weekdays stress, weekend recovery.
|
||||
if (isWeekend) {
|
||||
sleepScore = Math.round(80 + (Math.random() * 8 - 4));
|
||||
stressIndex = Math.round(3.0 + (Math.random() * 1.5 - 0.75));
|
||||
activeMinutes = Math.round(65 + (Math.random() * 30 - 15));
|
||||
} else {
|
||||
sleepScore = Math.round(68 + (Math.random() * 10 - 5));
|
||||
stressIndex = Math.round(6.2 + (Math.random() * 2.2 - 1.1));
|
||||
activeMinutes = Math.round(35 + (Math.random() * 15 - 7));
|
||||
}
|
||||
} else {
|
||||
// Operations: High active minutes, stable sleep and stress
|
||||
sleepScore = Math.round(75 + (Math.random() * 8 - 4));
|
||||
stressIndex = Math.round(3.8 + (Math.random() * 1.5 - 0.75));
|
||||
activeMinutes = Math.round(80 + (Math.random() * 30 - 15));
|
||||
|
||||
// Slight weekend boost
|
||||
if (isWeekend) {
|
||||
sleepScore += 4;
|
||||
stressIndex -= 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
// Bounds enforcement
|
||||
sleepScore = Math.max(0, Math.min(100, sleepScore));
|
||||
stressIndex = Math.max(1, Math.min(10, stressIndex));
|
||||
activeMinutes = Math.max(0, Math.min(180, activeMinutes));
|
||||
|
||||
return {
|
||||
id: `log_${user.id}_${dateStr}`,
|
||||
userId: user.id,
|
||||
date: dateStr,
|
||||
sleepScore,
|
||||
stressIndex,
|
||||
activeMinutes,
|
||||
};
|
||||
};
|
||||
|
||||
const isDateWeekend = (dateStr: string): boolean => {
|
||||
const day = new Date(dateStr).getDay();
|
||||
return day === 0 || day === 6; // Sunday or Saturday
|
||||
};
|
||||
|
||||
/**
|
||||
* Simulates a new wearable data synchronization event (typically run daily via worker threads).
|
||||
* Instantly appends another 24 hours of mock telemetry logs to the database for all users,
|
||||
* progressing the anomaly trends.
|
||||
*/
|
||||
export const triggerWearableSyncPulse = (): {
|
||||
success: boolean;
|
||||
dateSynced: string;
|
||||
recordCount: number;
|
||||
} => {
|
||||
const users = getRawUsers();
|
||||
const logs = getRawTelemetry();
|
||||
|
||||
if (users.length === 0 || logs.length === 0) {
|
||||
// Seed first if empty
|
||||
const { users: seededUsers, logs: seededLogs } = generateWorkforceData(
|
||||
100,
|
||||
true
|
||||
);
|
||||
return {
|
||||
success: true,
|
||||
dateSynced: new Date().toISOString().split('T')[0],
|
||||
recordCount: seededLogs.length,
|
||||
};
|
||||
}
|
||||
|
||||
// Determine what next date is
|
||||
let currentSimOffset = parseInt(
|
||||
localStorage.getItem('cohorthealth_sim_day_offset') || '0',
|
||||
10
|
||||
);
|
||||
currentSimOffset += 1; // Progress 1 day forward
|
||||
localStorage.setItem(
|
||||
'cohorthealth_sim_day_offset',
|
||||
currentSimOffset.toString()
|
||||
);
|
||||
|
||||
const today = new Date();
|
||||
const targetDate = new Date(today);
|
||||
targetDate.setDate(today.getDate() + currentSimOffset);
|
||||
const targetDateStr = targetDate.toISOString().split('T')[0];
|
||||
|
||||
const newLogs: TelemetryLog[] = [];
|
||||
users.forEach((user, uIndex) => {
|
||||
// Use negative dayOffset to simulate ongoing burnout/stable trends in generator
|
||||
// (the linear burnout continues trending slightly negative/tense)
|
||||
const mockOffset = -currentSimOffset;
|
||||
newLogs.push(
|
||||
generateDailyLogForUser(user, uIndex, targetDateStr, mockOffset)
|
||||
);
|
||||
});
|
||||
|
||||
const updatedLogs = [...logs, ...newLogs];
|
||||
saveRawTelemetry(updatedLogs);
|
||||
|
||||
return {
|
||||
success: true,
|
||||
dateSynced: targetDateStr,
|
||||
recordCount: newLogs.length,
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Resets the local store completely and seeds fresh 14-day history.
|
||||
*/
|
||||
export const resetDatabase = (): void => {
|
||||
generateWorkforceData(100, true);
|
||||
};
|
||||
@@ -0,0 +1,239 @@
|
||||
import {
|
||||
CheckupEntry,
|
||||
DietEntry,
|
||||
SleepEntry,
|
||||
ActivityEntry,
|
||||
WellbeingSummary,
|
||||
LocalInsight,
|
||||
} from '../types/health';
|
||||
|
||||
const KEYS = {
|
||||
CHECKUPS: 'healthcare.checkups.v1',
|
||||
DIET: 'healthcare.diet.v1',
|
||||
SLEEP: 'healthcare.sleep.v1',
|
||||
};
|
||||
|
||||
// --- CRUD HELPERS ---
|
||||
|
||||
const getItems = <T,>(key: string): T[] => {
|
||||
const data = localStorage.getItem(key);
|
||||
return data ? JSON.parse(data) : [];
|
||||
};
|
||||
|
||||
const saveItems = <T,>(key: string, items: T[]): void => {
|
||||
localStorage.setItem(key, JSON.stringify(items));
|
||||
};
|
||||
|
||||
export const getCheckups = (): CheckupEntry[] =>
|
||||
getItems<CheckupEntry>(KEYS.CHECKUPS);
|
||||
export const addCheckup = (entry: Omit<CheckupEntry, 'id' | 'createdAt'>) => {
|
||||
const items = getCheckups();
|
||||
const newItem: CheckupEntry = {
|
||||
...entry,
|
||||
id: crypto.randomUUID(),
|
||||
createdAt: new Date().toISOString(),
|
||||
};
|
||||
saveItems(KEYS.CHECKUPS, [newItem, ...items]);
|
||||
};
|
||||
export const deleteCheckup = (id: string) => {
|
||||
const items = getCheckups().filter((i) => i.id !== id);
|
||||
saveItems(KEYS.CHECKUPS, items);
|
||||
};
|
||||
export const clearCheckups = () => saveItems(KEYS.CHECKUPS, []);
|
||||
|
||||
export const getDietEntries = (): DietEntry[] => getItems<DietEntry>(KEYS.DIET);
|
||||
export const addDietEntry = (entry: Omit<DietEntry, 'id' | 'createdAt'>) => {
|
||||
const items = getDietEntries();
|
||||
const newItem: DietEntry = {
|
||||
...entry,
|
||||
id: crypto.randomUUID(),
|
||||
createdAt: new Date().toISOString(),
|
||||
};
|
||||
saveItems(KEYS.DIET, [newItem, ...items]);
|
||||
};
|
||||
export const deleteDietEntry = (id: string) => {
|
||||
const items = getDietEntries().filter((i) => i.id !== id);
|
||||
saveItems(KEYS.DIET, items);
|
||||
};
|
||||
export const clearDietEntries = () => saveItems(KEYS.DIET, []);
|
||||
|
||||
export const getSleepEntries = (): SleepEntry[] =>
|
||||
getItems<SleepEntry>(KEYS.SLEEP);
|
||||
export const addSleepEntry = (entry: Omit<SleepEntry, 'id' | 'createdAt'>) => {
|
||||
const items = getSleepEntries();
|
||||
const newItem: SleepEntry = {
|
||||
...entry,
|
||||
id: crypto.randomUUID(),
|
||||
createdAt: new Date().toISOString(),
|
||||
};
|
||||
saveItems(KEYS.SLEEP, [newItem, ...items]);
|
||||
};
|
||||
export const deleteSleepEntry = (id: string) => {
|
||||
const items = getSleepEntries().filter((i) => i.id !== id);
|
||||
saveItems(KEYS.SLEEP, items);
|
||||
};
|
||||
export const clearSleepEntries = () => saveItems(KEYS.SLEEP, []);
|
||||
|
||||
// --- DASHBOARD HELPERS ---
|
||||
|
||||
export const getRecentActivity = (): ActivityEntry[] => {
|
||||
const checkups = getCheckups().map((i) => ({
|
||||
id: i.id,
|
||||
type: 'checkup' as const,
|
||||
date: i.createdAt,
|
||||
title: `Checkup: ${i.mood}`,
|
||||
subtitle: i.symptoms || 'No symptoms noted',
|
||||
}));
|
||||
const diet = getDietEntries().map((i) => ({
|
||||
id: i.id,
|
||||
type: 'diet' as const,
|
||||
date: i.createdAt,
|
||||
title: `${i.mealType} log`,
|
||||
subtitle: `${i.waterCups} cups water, ${i.produceServings} servings produce`,
|
||||
}));
|
||||
const sleep = getSleepEntries().map((i) => ({
|
||||
id: i.id,
|
||||
type: 'sleep' as const,
|
||||
date: i.createdAt,
|
||||
title: `Sleep: ${i.hours}h`,
|
||||
subtitle: `${i.quality} quality`,
|
||||
}));
|
||||
|
||||
return [...checkups, ...diet, ...sleep]
|
||||
.sort((a, b) => new Date(b.date).getTime() - new Date(a.date).getTime())
|
||||
.slice(0, 5);
|
||||
};
|
||||
|
||||
export const getWellbeingSummary = (): WellbeingSummary => {
|
||||
const today = new Date().toISOString().split('T')[0];
|
||||
const checkups = getCheckups();
|
||||
const diet = getDietEntries();
|
||||
const sleep = getSleepEntries();
|
||||
|
||||
const todayDiet = diet.filter((i) => i.createdAt.startsWith(today));
|
||||
const water = todayDiet.reduce((sum, i) => sum + i.waterCups, 0);
|
||||
const produce = todayDiet.reduce((sum, i) => sum + i.produceServings, 0);
|
||||
|
||||
const lastSleep = sleep[0];
|
||||
const lastCheckup = checkups[0];
|
||||
|
||||
// Simple score calculation (0-100)
|
||||
let score = 50;
|
||||
if (lastCheckup) {
|
||||
if (lastCheckup.mood === 'Great') score += 15;
|
||||
if (lastCheckup.mood === 'Low') score -= 10;
|
||||
if (lastCheckup.mood === 'Unwell') score -= 20;
|
||||
score += lastCheckup.energy / 10;
|
||||
}
|
||||
if (lastSleep) {
|
||||
if (lastSleep.hours >= 7 && lastSleep.hours <= 9) score += 10;
|
||||
if (lastSleep.quality === 'Restful') score += 5;
|
||||
}
|
||||
score += Math.min(water, 8); // +1 per cup up to 8
|
||||
score = Math.min(Math.max(score, 0), 100);
|
||||
|
||||
let message = 'Keep tracking to see your wellbeing score improve.';
|
||||
if (score > 80) message = "You're doing great! Keep up the healthy habits.";
|
||||
else if (score > 60)
|
||||
message = 'Good progress. Try adding more hydration today.';
|
||||
else if (score > 40)
|
||||
message = 'A bit low today. Make sure to get enough rest.';
|
||||
|
||||
return {
|
||||
score: Math.round(score),
|
||||
scoreMessage: message,
|
||||
scoreProgress: score / 100,
|
||||
sleepHours: lastSleep?.hours || 0,
|
||||
sleepQuality: lastSleep?.quality || 'N/A',
|
||||
hydrationCups: water,
|
||||
produceServings: produce,
|
||||
streakDays: calculateStreak([...checkups, ...diet, ...sleep]),
|
||||
};
|
||||
};
|
||||
|
||||
const calculateStreak = (entries: { createdAt: string }[]): number => {
|
||||
if (entries.length === 0) return 0;
|
||||
const dates = [...new Set(entries.map((e) => e.createdAt.split('T')[0]))]
|
||||
.sort()
|
||||
.reverse();
|
||||
|
||||
let streak = 0;
|
||||
let current = new Date();
|
||||
|
||||
for (const dateStr of dates) {
|
||||
const entryDate = new Date(dateStr);
|
||||
const diff = Math.floor(
|
||||
(current.getTime() - entryDate.getTime()) / (1000 * 3600 * 24)
|
||||
);
|
||||
|
||||
if (diff === 0 || diff === 1) {
|
||||
streak++;
|
||||
current = entryDate;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
return streak;
|
||||
};
|
||||
|
||||
// --- INSIGHT RULES ---
|
||||
|
||||
export const calculateInsights = (): LocalInsight[] => {
|
||||
const checkups = getCheckups();
|
||||
const diet = getDietEntries();
|
||||
const sleep = getSleepEntries();
|
||||
const insights: LocalInsight[] = [];
|
||||
|
||||
if (checkups.length === 0 && diet.length === 0 && sleep.length === 0)
|
||||
return [];
|
||||
|
||||
const lastSleep = sleep[0];
|
||||
if (lastSleep) {
|
||||
if (lastSleep.hours < 6) {
|
||||
insights.push({
|
||||
id: 'sleep-low',
|
||||
type: 'warning',
|
||||
title: 'Low sleep duration',
|
||||
body: 'You slept less than 6 hours. Consistent sleep is key for recovery.',
|
||||
icon: 'moonOutline',
|
||||
});
|
||||
} else if (lastSleep.hours >= 7) {
|
||||
insights.push({
|
||||
id: 'sleep-good',
|
||||
type: 'positive',
|
||||
title: 'Healthy sleep pattern',
|
||||
body: 'Great job getting over 7 hours of rest.',
|
||||
icon: 'checkmarkCircleOutline',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
const today = new Date().toISOString().split('T')[0];
|
||||
const todayDiet = diet.filter((i) => i.createdAt.startsWith(today));
|
||||
const water = todayDiet.reduce((sum, i) => sum + i.waterCups, 0);
|
||||
|
||||
if (water < 4 && diet.length > 0) {
|
||||
insights.push({
|
||||
id: 'water-low',
|
||||
type: 'info',
|
||||
title: 'Boost hydration',
|
||||
body: 'Try to drink at least 8 cups of water daily for better energy.',
|
||||
icon: 'waterOutline',
|
||||
});
|
||||
}
|
||||
|
||||
const lowMoods = checkups
|
||||
.filter((c) => c.mood === 'Low' || c.mood === 'Unwell')
|
||||
.slice(0, 3);
|
||||
if (lowMoods.length >= 2) {
|
||||
insights.push({
|
||||
id: 'mood-warning',
|
||||
type: 'warning',
|
||||
title: 'Mood patterns',
|
||||
body: 'You recorded several low mood entries recently. Consider checking in with a friend.',
|
||||
icon: 'heartOutline',
|
||||
});
|
||||
}
|
||||
|
||||
return insights;
|
||||
};
|
||||
@@ -1,7 +0,0 @@
|
||||
import { createClient } from '@supabase/supabase-js';
|
||||
import type { Database } from './database.types';
|
||||
|
||||
export const supabase = createClient<Database>(
|
||||
'https://ztrqscwsjnfvcuaakqus.supabase.co',
|
||||
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inp0cnFzY3dzam5mdmN1YWFrcXVzIiwicm9sZSI6ImFub24iLCJpYXQiOjE3Nzk4ODk5MzEsImV4cCI6MjA5NTQ2NTkzMX0.htIOqPM90Uk0dYIdD8X8_tLfq5URcSvmCArfVRF4jeQ',
|
||||
);
|
||||
@@ -0,0 +1,49 @@
|
||||
export type Department =
|
||||
| 'Engineering'
|
||||
| 'Sales'
|
||||
| 'Operations'
|
||||
| 'Executive Board';
|
||||
|
||||
export interface User {
|
||||
id: string; // Securely generated hash in production
|
||||
department: Department;
|
||||
joinedAt: string;
|
||||
}
|
||||
|
||||
export interface TelemetryLog {
|
||||
id: string;
|
||||
userId: string; // References User.id
|
||||
date: string; // YYYY-MM-DD
|
||||
sleepScore: number; // 0 - 100
|
||||
stressIndex: number; // 1 - 10 (derived from HRV metrics)
|
||||
activeMinutes: number; // 0 - 120+
|
||||
}
|
||||
|
||||
export interface AggregatedTrendPoint {
|
||||
date: string;
|
||||
avgSleepScore: number;
|
||||
avgStressIndex: number;
|
||||
avgActiveMinutes: number;
|
||||
poorSleepPercentage: number; // sleepScore < 60
|
||||
highStressPercentage: number; // stressIndex >= 7
|
||||
cohortSize: number;
|
||||
}
|
||||
|
||||
export interface CohortAnalyticsSummary {
|
||||
department: Department;
|
||||
trends: AggregatedTrendPoint[];
|
||||
overallAvgSleep: number;
|
||||
overallAvgStress: number;
|
||||
overallAvgActive: number;
|
||||
cohortSize: number;
|
||||
insight: string;
|
||||
insightSeverity: 'success' | 'warning' | 'danger' | 'medium';
|
||||
}
|
||||
|
||||
export interface AnalyticsResponse {
|
||||
success: boolean;
|
||||
data?: CohortAnalyticsSummary;
|
||||
error?: string;
|
||||
errorCode?: 'INSUFFICIENT_COHORT_SIZE' | 'NO_DATA';
|
||||
details?: string;
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
export type CheckupMood = 'Great' | 'Okay' | 'Low' | 'Unwell';
|
||||
|
||||
export interface CheckupEntry {
|
||||
id: string;
|
||||
createdAt: string;
|
||||
mood: CheckupMood;
|
||||
energy: number; // 0-100
|
||||
symptoms: string;
|
||||
note: string;
|
||||
}
|
||||
|
||||
export type MealType = 'Breakfast' | 'Lunch' | 'Dinner' | 'Snack';
|
||||
|
||||
export interface DietEntry {
|
||||
id: string;
|
||||
createdAt: string;
|
||||
mealType: MealType;
|
||||
waterCups: number;
|
||||
produceServings: number;
|
||||
notes: string;
|
||||
}
|
||||
|
||||
export type SleepQuality = 'Restful' | 'Okay' | 'Restless';
|
||||
|
||||
export interface SleepEntry {
|
||||
id: string;
|
||||
createdAt: string;
|
||||
hours: number;
|
||||
quality: SleepQuality;
|
||||
interruptions: number;
|
||||
notes: string;
|
||||
}
|
||||
|
||||
export type ActivityType = 'checkup' | 'diet' | 'sleep';
|
||||
|
||||
export interface ActivityEntry {
|
||||
id: string;
|
||||
type: ActivityType;
|
||||
date: string;
|
||||
title: string;
|
||||
subtitle: string;
|
||||
}
|
||||
|
||||
export interface WellbeingSummary {
|
||||
score: number; // 0-100
|
||||
scoreMessage: string;
|
||||
scoreProgress: number; // 0-1
|
||||
sleepHours: number; // last entry or average
|
||||
sleepQuality: SleepQuality | 'N/A';
|
||||
hydrationCups: number; // today's total
|
||||
produceServings: number; // today's total
|
||||
streakDays: number;
|
||||
}
|
||||
|
||||
export interface LocalInsight {
|
||||
id: string;
|
||||
type: 'positive' | 'warning' | 'info';
|
||||
title: string;
|
||||
body: string;
|
||||
icon: string;
|
||||
}
|
||||
@@ -1,18 +1,14 @@
|
||||
import { StatusBar, Style } from '@capacitor/status-bar';
|
||||
export { Style };
|
||||
|
||||
``
|
||||
const _origin = (() => {
|
||||
try {
|
||||
if (document.referrer) return new URL(document.referrer).origin;
|
||||
} catch {}
|
||||
try { if (document.referrer) return new URL(document.referrer).origin; } catch {}
|
||||
return window.location.origin;
|
||||
})();
|
||||
|
||||
/** Set status bar icon/text colour. Use instead of StatusBar.setStyle directly. */
|
||||
export async function setStatusBarStyle(style: Style): Promise<void> {
|
||||
try {
|
||||
await StatusBar.setStyle({ style });
|
||||
} catch {}
|
||||
try { await StatusBar.setStyle({ style }); } catch {}
|
||||
if (window.parent !== window) {
|
||||
window.parent.postMessage({ type: '__apsuite_statusbar', style }, _origin);
|
||||
}
|
||||
@@ -20,13 +16,8 @@ export async function setStatusBarStyle(style: Style): Promise<void> {
|
||||
|
||||
/** Set status bar background colour (Android). Use instead of StatusBar.setBackgroundColor directly. */
|
||||
export async function setStatusBarBackground(color: string): Promise<void> {
|
||||
try {
|
||||
await (StatusBar as any).setBackgroundColor({ color });
|
||||
} catch {}
|
||||
try { await (StatusBar as any).setBackgroundColor({ color }); } catch {}
|
||||
if (window.parent !== window) {
|
||||
window.parent.postMessage(
|
||||
{ type: '__apsuite_statusbar_bg', color },
|
||||
_origin
|
||||
);
|
||||
window.parent.postMessage({ type: '__apsuite_statusbar_bg', color }, _origin);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1757,21 +1757,21 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@supabase/auth-js@npm:2.106.2":
|
||||
version: 2.106.2
|
||||
resolution: "@supabase/auth-js@npm:2.106.2"
|
||||
"@supabase/auth-js@npm:2.108.1":
|
||||
version: 2.108.1
|
||||
resolution: "@supabase/auth-js@npm:2.108.1"
|
||||
dependencies:
|
||||
tslib: "npm:2.8.1"
|
||||
checksum: 10c0/dc82807064bcf751c5378a9cc08a77d3732505434847af8c323355b63d417bfbfaa0e807c17eea7d0b7e022c8dadd7c9aa4c886554d60c599298e928d1035a98
|
||||
checksum: 10c0/8bf1bce42703b63284a0562d5a6588ac879b4fdeb477046a92fa9ba6fa0d75de7d85f4177d389654f68b812e359e9f0c9c3a659e7d37d96aaa2f6eba12d9cff0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@supabase/functions-js@npm:2.106.2":
|
||||
version: 2.106.2
|
||||
resolution: "@supabase/functions-js@npm:2.106.2"
|
||||
"@supabase/functions-js@npm:2.108.1":
|
||||
version: 2.108.1
|
||||
resolution: "@supabase/functions-js@npm:2.108.1"
|
||||
dependencies:
|
||||
tslib: "npm:2.8.1"
|
||||
checksum: 10c0/256ca5134b22b90edab4c7c1f3c5db3ba8e80adbb15c3725e5ed2456a39fe21af5b7cacb2966590f6fbd17812761d2086fcad5db09eba90490911d2a66f880f1
|
||||
checksum: 10c0/da67a82c4a79e049fa3d077f1ca3917a58707fa35df642d39d8b23edf5056a2a2427ea201d3f49bb11eafb06413dfde552a6bf63b2da4865a421d44c690c0fe7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1782,45 +1782,45 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@supabase/postgrest-js@npm:2.106.2":
|
||||
version: 2.106.2
|
||||
resolution: "@supabase/postgrest-js@npm:2.106.2"
|
||||
"@supabase/postgrest-js@npm:2.108.1":
|
||||
version: 2.108.1
|
||||
resolution: "@supabase/postgrest-js@npm:2.108.1"
|
||||
dependencies:
|
||||
tslib: "npm:2.8.1"
|
||||
checksum: 10c0/57c1a78428d59dfa7a89ef7901f28f756068ce9dd27ff97bf133be6ba77a4a1f13dab38bfa1a2e40cf5fab5c9d84bea394aff73514da0d6062b5b10732631127
|
||||
checksum: 10c0/29168464f44a723175ef510410df36f993581229d617816dfd33eb9bf5378742910fb9c18508040188ba2a16c20988f84d6f722decd79e34190daea35a5374af
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@supabase/realtime-js@npm:2.106.2":
|
||||
version: 2.106.2
|
||||
resolution: "@supabase/realtime-js@npm:2.106.2"
|
||||
"@supabase/realtime-js@npm:2.108.1":
|
||||
version: 2.108.1
|
||||
resolution: "@supabase/realtime-js@npm:2.108.1"
|
||||
dependencies:
|
||||
"@supabase/phoenix": "npm:^0.4.2"
|
||||
tslib: "npm:2.8.1"
|
||||
checksum: 10c0/18cb4015e26e6eb10c45b8546c02eefdae0461123f05ff614d49107f97560b12c6e87a7cb810bc1a5e4618ad5286cc9cc5283800285e94356ea8e38a69910c10
|
||||
checksum: 10c0/bb4cea92714389b6f5f4b626e4c3cbacee2a57c543b71217d3d3032bfe35574cd26fe305bfbde0426230ca3b887e2116c78d47aa37117160b2b9d5ba11564ded
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@supabase/storage-js@npm:2.106.2":
|
||||
version: 2.106.2
|
||||
resolution: "@supabase/storage-js@npm:2.106.2"
|
||||
"@supabase/storage-js@npm:2.108.1":
|
||||
version: 2.108.1
|
||||
resolution: "@supabase/storage-js@npm:2.108.1"
|
||||
dependencies:
|
||||
iceberg-js: "npm:^0.8.1"
|
||||
tslib: "npm:2.8.1"
|
||||
checksum: 10c0/efb0904f1311d568c6b75336771933eb9f4bea93a1cb0f90fe54422d00162d5793e404974eefc509c93dba3f337d9d6897d6ed228657590150a1346eae8f01f7
|
||||
checksum: 10c0/5a010b4d3af565b26ceb1d07e3d3f0541c8fe538350931c4fc15d0b560b3e40c354cc66259882a8b378e70dace59bc83dd53849feb48509155b8b342e00724a2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@supabase/supabase-js@npm:^2.0.0":
|
||||
version: 2.106.2
|
||||
resolution: "@supabase/supabase-js@npm:2.106.2"
|
||||
"@supabase/supabase-js@npm:^2.108.1":
|
||||
version: 2.108.1
|
||||
resolution: "@supabase/supabase-js@npm:2.108.1"
|
||||
dependencies:
|
||||
"@supabase/auth-js": "npm:2.106.2"
|
||||
"@supabase/functions-js": "npm:2.106.2"
|
||||
"@supabase/postgrest-js": "npm:2.106.2"
|
||||
"@supabase/realtime-js": "npm:2.106.2"
|
||||
"@supabase/storage-js": "npm:2.106.2"
|
||||
checksum: 10c0/3d9418360b43cdf950c4d7496b368dd1c526cfc717dd3016ac032b904367476f31495c75c6ae905ef49e8b5b375416cb5cc354fb888d1e2fc596611824df2e97
|
||||
"@supabase/auth-js": "npm:2.108.1"
|
||||
"@supabase/functions-js": "npm:2.108.1"
|
||||
"@supabase/postgrest-js": "npm:2.108.1"
|
||||
"@supabase/realtime-js": "npm:2.108.1"
|
||||
"@supabase/storage-js": "npm:2.108.1"
|
||||
checksum: 10c0/9b8c3dd7153b4eb3c0bf47296e326c3e57bf77b979a5dc5d18b96a25c041195de942d227d13a5ce83a20203163580204e9102f2346f0a9461de4042b95f69f03
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2046,13 +2046,14 @@ __metadata:
|
||||
"@ionic/pwa-elements": "npm:^3.0.0"
|
||||
"@ionic/react": "npm:^8.5.0"
|
||||
"@ionic/react-router": "npm:^8.5.0"
|
||||
"@supabase/supabase-js": "npm:^2.0.0"
|
||||
"@supabase/supabase-js": "npm:^2.108.1"
|
||||
"@types/katex": "npm:^0.16.0"
|
||||
"@types/react": "npm:^19.0.0"
|
||||
"@types/react-dom": "npm:^19.0.0"
|
||||
"@types/react-router": "npm:^5.1.20"
|
||||
"@types/react-router-dom": "npm:^5.3.3"
|
||||
"@vitejs/plugin-react": "npm:^4.0.1"
|
||||
date-fns: "npm:^4.4.0"
|
||||
firebase: "npm:^11.0.0"
|
||||
ionicons: "npm:^7.4.0"
|
||||
katex: "npm:^0.16.0"
|
||||
@@ -2248,6 +2249,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"date-fns@npm:^4.4.0":
|
||||
version: 4.4.0
|
||||
resolution: "date-fns@npm:4.4.0"
|
||||
checksum: 10c0/988f0a13db183f5dfc85c36bbb6847a9c135a9225888bbea4005876ec15539a8613c21a07370a4e7ea543918d5a1cafb423c528b42cdbbde5fdfddb178126b21
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.4, debug@npm:^4.4.0":
|
||||
version: 4.4.3
|
||||
resolution: "debug@npm:4.4.3"
|
||||
|
||||