0

I am developing app in backbone which requires UI elements [Menus,Table,Table-any-field] to be visible depending upon access level .Example Email-ID fields should not be shown to anyone except Admin.

Is there any standard approach to implement this kind of functionality? For action level like [edit ,delete,bookmark] etc I get permission list from server.Which I use to show/hide particular action.But I am in doubt how to implement something similar for enitre app UI.

I think StackOverflow implements similar such thing where option to add comment are hidden till user has enough points.Any Idea how they achieve this?

4

0 回答 0