siddharthgutta / Entree.LegacyServer

SMS-based Order Ahead Platform
https://textentree.com
2 stars 0 forks source link

Added hidden attrubute to restaurant mode #251

Closed jlmao closed 8 years ago

jadesym commented 8 years ago

looks clean

jadesym commented 8 years ago

@jlmao when you have time can u document the step by step instructions for revisions?

mathew-kurian commented 8 years ago

@jlmao For future reference, HIDDEN shouldn't be a mode because Mode != Visibility. If you change the visibility, then the mode is lost. Instead you should have an attribute called "visibility" where you follow a pattern similar to that in html/css where there is a visible: hidden style. Additionally, we already have an enabled attribute which is used to tell whether that restaurant is accepting orders. Use that instead?