init commit,

This commit is contained in:
louiscklaw
2025-05-28 09:55:51 +08:00
commit efe70ceb69
8042 changed files with 951668 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
---
tags: event
---
# REQ0042/event-detail
## description
path: `/event_detail/{event_id}`
should be without bottom bar
| chi | eng |
| --------------------------- | --------------------------- |
| ![](./event_detail_chi.png) | ![](./event_detail_eng.png) |
## schema
```prisma
model Event {
id String @id @default(cuid())
eventDate DateTime
title String
joinMembers Member[] // Assuming Member model exists
price Float
currency String
duration_m Int
ageBottom Int
ageTop Int
location String
avatar String // Assuming avatar is stored as a file path or URL
}
```
## Spent
126
## relation
[[REQ0016/index]]
[[REQ0012/index]]
[[REQ0019/index]]
[[REQ0017/index]]
[[REQ0010/index]]
[[REQ0009/index]]
[[REQ0014/index]]
[[REQ0003/index]]
[[REQ0013/index]]