allow overlap (note) tags
This commit is contained in:
@@ -147,6 +147,7 @@ class TripCreate(BaseModel):
|
||||
start_date: str # YYYY-MM-DD
|
||||
end_date: str # YYYY-MM-DD
|
||||
available_tags: List[str] = [] # tag labels configured for this trip
|
||||
overlap_tags: List[str] = [] # subset of available_tags that allow time overlap
|
||||
|
||||
|
||||
class TripEventCreate(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user