timwangmusic / Vacation-Planner

Vacation Planner is a service for travelers to find enjoyable routes under budget and time constraints
https://www.unwind.dev
Apache License 2.0
13 stars 1 forks source link

Persist weekday and time slot info in plan records #387

Closed timwangmusic closed 4 months ago

timwangmusic commented 4 months ago

Description

Plan records do not have time related info. This leads to confusion when front-end needs to post those data in order to have a complete view of the plan.

Solution

Example Record

...
"weekdays":["Saturday","Saturday","Saturday","Saturday"],
"time_slots":["from 10 to 12","from 12 to 13","from 14 to 17","from 18 to 20"]

Testing

Checks