オーナーポータル ドキュメント Owner Portal documentation
駐車場オーナーが自分の駐車場・申請・レビュー・ブースト・クレジットを管理するための
ポータル仕様書。React + Vite + TypeScript で構築 (web/portal/owner/)、
認可は requireOwner で owners テーブルを参照する。
Documentation for the parking-owner self-service portal — manage your own lots,
applications, reviews, boosts and credits. Built with React + Vite + TypeScript
(web/portal/owner/); authorization goes through requireOwner
against the owners table.
主要セクション Sections
画面カタログScreen catalog
全 13 画面の URL・目的・主要操作・呼び出す API を一覧。
All 13 screens with URLs, purpose, key actions, and the APIs each page calls.
機能一覧Features
駐車場管理 / オーナー申請 / 招待受諾 / レビュー返信 / ブースト / クレジットを機能別に整理。
Lots, applications, invitations, review replies, boosts, and credits — organized by feature.
アーキテクチャArchitecture
スタック・requireOwner 認可フロー・関連テーブル・RLS ポリシー・デプロイ経路。
Stack, the requireOwner authorization flow, related tables and RLS policies, and the deployment pipeline.
API 仕様 (Swagger UI)API spec (Swagger UI)
オーナー API のみに絞った OpenAPI 仕様をインタラクティブに閲覧・試せます。
Interactive Swagger UI showing owner-channel endpoints only.
API 仕様 (Redoc)API spec (Redoc)
同じ仕様を Redoc 形式で読みやすく表示。
Same spec rendered as Redoc, optimized for reading.