Skip to content

Commit 9403866

Browse files
docs(readme): mention optional booking-requests package
Add packages/booking-requests to the project tree and a short local-dev note linking to the package README for flag-gated enablement. Co-authored-by: telivity-otaip <telivity-otaip@users.noreply.github.com>
1 parent 24ce09f commit 9403866

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,11 @@ pnpm --filter @telivityhaip/booking dev # booking widget dev server
616616
> Stripe or SMTP credentials are required. Set real keys in `.env` only when you
617617
> want live payments/email.
618618
619+
> **Optional: request-first booking** — STR / coliving properties that need staff
620+
> approval before a reservation can enable `@telivityhaip/booking-requests`
621+
> (`pnpm db:migrate:booking-requests`, then `HAIP_BOOKING_REQUESTS=true`). See
622+
> [`packages/booking-requests/README.md`](./packages/booking-requests/README.md).
623+
619624
### Deploy to the cloud
620625

621626
One-click deploy a hosted demo (provisions Postgres + Redis, builds, migrates, and
@@ -745,7 +750,8 @@ haip/
745750
├── packages/
746751
│ ├── database/ # Drizzle ORM schema + migrations
747752
│ │ └── src/schema/ # Table files (property, room, guest, agent, etc.)
748-
│ └── shared/ # Shared types, enums, webhook events
753+
│ ├── shared/ # Shared types, enums, webhook events
754+
│ └── booking-requests/ # Optional request-first booking (flag-gated)
749755
├── tools/
750756
│ └── haip-connect-gpt/ # ChatGPT Custom GPT gateway over the Connect API (Vercel)
751757
├── docker-compose.yml # PostgreSQL + Redis + Keycloak + API

0 commit comments

Comments
 (0)