Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 695 Bytes

API Grouping based on Role - Intermediate.md

File metadata and controls

16 lines (11 loc) · 695 Bytes

Scenario

Client wants to develop an Enterprise Application where Users will have different Roles. Let's take Asana as an Example.

Reference

Name Organisation CRUD Project CRUD Task CRUD
Admin Yes Yes Yes
Project Manager No Yes Yes
User No No Yest

Problem

Develop an Application API based on the above input