Use Cases: Data Management Application
- As a consumer of the service I am able to login with a proper role to the app
- As a consumer of the service I am able to see all the Entities for which I have read role
- As a consumer of the service I am able to see all the attributes of the entity for which I have read role
- As a consumer of the service I am able to select attribute and query data by providing attribute value and see the results if authorized for find on the entity and all requested attributes
- As a consumer of the service I am able to modify attributes for particular row if authorized for update on the entity and all updated attributes
- As a consumer of the service I am able to delete a particular row if authorized for delete on the entity
- As a consumer of the service I am able to create data after selecting entity name for which I need to create data if authorized for insert on the entity