1.2.0 • Published 4 years ago

managingusers v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

What is lib about

This lib will take care of all user hierarchy in your project . Give probable managers by checking cyclic dependency.

How to use

let users = 1,2,3,4,5,6,7,8,9; let um = new UserManagement(users); um.addReporting(1,2); um.addReporting(3,4); um.addReporting(5,6); um.addReporting(4,6); console.log(um.getProbableManagers(1)); console.log(um.getProbableManagers(3)); console.log(um.getProbableManagers(6));

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago