feat(events): add tag-based event recommendations API
This commit is contained in:
parent
3797ff7925
commit
fcbad24f3e
3 changed files with 233 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ const eventSchema = new mongoose.Schema({
|
|||
refundAmount: Number,
|
||||
},
|
||||
],
|
||||
tags: [String],
|
||||
createdBy: { type: String, required: true },
|
||||
createdAt: { type: Date, default: Date.now },
|
||||
updatedAt: { type: Date, default: Date.now },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue