elthran / BookingSystem

A working booking/calendar system for clients to take orders and create a schedule
0 stars 0 forks source link

Model: Business Hours #15

Open elthran opened 6 years ago

elthran commented 6 years ago

I am creating a business hours model for each location of each business. You can set when that location is open or closed (not linked to the services or appointments, just the basic opening hours so people know when they can phone you and whatnot.

I have:

Ie. You can set one opening and one closing time for each day of the week and also a holiday opening/closing time. If you want more than this let me know how much more (eg. you can have 2 opening/closing times? 3?infinite? it gets more complicated to code both the back-end and UI the more there are).

elthran commented 6 years ago

Also, if a business can be open after midnight, like Mondays 5pm-1am, which I assume you want as a possibility, I will have to think about how to do that

melissachang9 commented 6 years ago

Yes that should be an option.

Melissa Chang

On Jun 16, 2018, at 7:02 PM, Elthran notifications@github.com wrote:

Also, if a business can be open after midnight, like Mondays 5pm-1am, which I assume you want as a possibility, I will have to think about how to do that

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.

elthran commented 6 years ago

Ok today I will set up the ability to add locations and set the business hours for each location.

elthran commented 6 years ago

Should a store default to being closed every day or being open every day? If open every day, should it have default hours?

melissachang9 commented 6 years ago

Default to close but we set the default hours. Like we set the default hours and days that we’re open but can then go in and change certain date ranges and specific dates.

Melissa Chang

On Jun 16, 2018, at 7:14 PM, Elthran notifications@github.com wrote:

Should a store default to being closed every day or being open every day? If open every day, should it have default hours?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.