hchev001 / UniPS

CEN 4010 Spring 2017 Software Engineering Project
2 stars 2 forks source link

Hours of Operation for Businesses #99

Open hchev001 opened 7 years ago

hchev001 commented 7 years ago

It has come to my attention that the hours field for businesses is a single key:value pair. It would be nice if the value for the hours key could be another json object with a structure similar to like { "hours": { "Monday": string, "Tuesday": string, "Wednesday": string, .... "Sunday": string } }

Doing so would allow us to interpolate easier when a business would be open. Of course this data is not required during registration, it would be set by a business when they go to edit their business page.

sparkmuse commented 7 years ago

@hchev001 this would be an good add on to the project but we do not have any use cases that use this feature. And since implementation of it is not too easy I will give it a low priority,