Enterprise

All future commands will apply to this enterprise.

// the enterprise for task management
create ent "Your TaskList" 
  about: "Tap into the power inside you." 
  timeZone: "Asia/Kolkata" 
  displayDateFormat: "dd/MM/yyyy, HH:mm:ss"

Backend

1. Module

To modularize the code, create two separate modules.

ensure module "TaskList"

2. Roles

Define the roles that will interact with the enterprise.

// Member role owns the enterprise
ensure role Member