Closed jlmao closed 8 years ago
@jlmao when you have time can u document the step by step instructions for revisions?
@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?
looks clean