arealshadow / ticket-app

Ticket reservation and management app for small businesses.
MIT License
0 stars 0 forks source link

Owner business define settings #1

Open ignatandrei opened 3 years ago

ignatandrei commented 3 years ago

Owner business defines name - and has a link for users. ( maybe also a QR Code ? )

Defines days when the people can do schedule ( Mon -Fri , 9 -18 ) and time zone. Defines duration of a meeting ( 1 hours)

ignatandrei commented 3 years ago

There is a list of products that can be defined for the business

arealshadow commented 3 years ago

Following json needs to be created with such data:

user-settings.json

name, start week, end week, start hour, end hour, timezone, duration, services, { id, name }

arealshadow commented 3 years ago

Appointment data delivered to business owners:

appointment-data.json

date, meetings { from date, to date, email name, service { id name }

}