Skip to content

Model Design Guidelines

Nabin Hait edited this page Nov 2, 2018 · 4 revisions

Avoid hard coding of Roles

No business logic should be based on hard coded roles. Either make it a configuration or set a property in User / Employee whether user has the permission to do the action.

Clone this wiki locally