Commit 66534ed
Fix day count schema: allow 1-7 days instead of hardcoded 3
The [Length(3,3)] attribute on Itinerary.Days forced exactly 3 days
regardless of user selection (1-7). Changed to [Length(1,7)] to match
the UI range. Also relaxed DayPlan.Activities from [Length(3,3)] to
[Length(3,5)] for richer itineraries.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fc14f63 commit 66534ed
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments