allow overlap (note) tags

This commit is contained in:
Logan
2026-06-21 15:52:15 -04:00
parent 47430827d4
commit 981f03ac06
5 changed files with 98 additions and 27 deletions
+1
View File
@@ -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):