Krikorios
|
1d84003e0a
|
Waseel: driver app, dispatch, POI suggestions, map fixes
|
2026-08-25 02:57:49 +03:00 |
|
Krikorios
|
a0b297285a
|
Add self-hosted auth, admin API, and owner web dashboard
- Replace Clerk with self-hosted JWT auth (register/login/verify, bcrypt
passwords, Gmail OTP with console fallback)
- Add lib/db.ts pg pool + transaction helpers; seed script migrates legacy
Clerk-era schema (drop clerk_id, enforce UUID ids and unique email)
- Add owner-gated admin API: stats, users, drivers CRUD, rides
- Add dashboard/ Vite React owner dashboard (login, overview, users,
fleet, rides) with dev-server proxy to avoid Expo CORS middleware
- Add scripts/set-owner.mjs for role management
|
2026-08-23 16:38:41 +03:00 |
|
Krikorios
|
62dc5e9d53
|
Rebrand to Waseel, swap Stripe for Areeba, add phone-ready auth and DB seed
- Rename app: Waseel (name, slug, scheme waseel://, com.waseel.app ids, splash)
- Payments: replace Stripe with Areeba hosted checkout (create/verify API routes,
lib/areeba.ts, WebBrowser-based payment flow)
- Maps: migrate address autocomplete to Places API (New), drop legacy library
- Web support: map stub for web (native maps are iOS/Android only)
- Auth: keep email + Google OAuth; fix OAuth redirect for Expo Go
- Add scripts/seed-db.mjs (schema + Lebanese driver seed)
- Pin Expo SDK 51 compatible package versions
|
2026-08-22 15:53:41 +03:00 |
|
Sanidhya Kumar Verma
|
2a0e9a79dc
|
completed final todo
|
2024-09-04 12:32:35 +00:00 |
|
Sanidhya Kumar Verma
|
96d14cecad
|
typo fixes and code improvements
|
2024-09-04 12:01:27 +00:00 |
|
Sanidhya Kumar Verma
|
19f0e71609
|
refactor: router.replace to router.push and fix typos
|
2024-09-04 10:19:02 +00:00 |
|
Sanidhya Kumar Verma
|
0b2a3ee944
|
find ride and book ride page ui created
|
2024-09-04 06:42:36 +00:00 |
|
Sanidhya Kumar Verma
|
bf66181b70
|
removed console.log
|
2024-08-30 15:21:39 +00:00 |
|
Sanidhya Kumar Verma
|
fba9c66389
|
google text input created
|
2024-08-30 15:19:58 +00:00 |
|
Sanidhya Kumar Verma
|
dcb9ff3bee
|
current location map ui implemented
|
2024-08-30 13:28:30 +00:00 |
|
Sanidhya Kumar Verma
|
b313417609
|
home page initial ui implemented
|
2024-08-30 12:18:27 +00:00 |
|